mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
* luci-0.8: merge r3718
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
/etc/init.d/luci_splash enable
|
||||
[ -n "${IPKG_INSTROOT}" ] || {
|
||||
/etc/init.d/luci_splash enable
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
[ -n "${IPKG_INSTROOT}" ] || {
|
||||
( . /etc/uci-defaults/luci-statistics ) && rm -f /etc/uci-defaults/luci-statistics
|
||||
}
|
||||
|
||||
/etc/init.d/luci_statistics enable
|
||||
/etc/init.d/collectd enable
|
||||
/etc/init.d/luci_statistics enable
|
||||
/etc/init.d/collectd enable
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
/etc/init.d/olsrd enable
|
||||
[ -n "${IPKG_INSTROOT}" ] || {
|
||||
/etc/init.d/olsrd enable
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
/etc/init.d/luci_fixtime enable
|
||||
/etc/init.d/luci_ethers enable
|
||||
/etc/init.d/luci_hosts enable
|
||||
|
||||
[ -n "${IPKG_INSTROOT}" ] || {
|
||||
/etc/init.d/luci_fixtime enable
|
||||
/etc/init.d/luci_ethers enable
|
||||
/etc/init.d/luci_hosts enable
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user