* luci: fix postinstall scripts
This commit is contained in:
parent
9f28871ffc
commit
7651fd78f0
4 changed files with 14 additions and 9 deletions
|
@ -1,3 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
/etc/init.d/luci_splash enable
|
[ -n "${IPKG_INSTROOT}" ] || {
|
||||||
|
/etc/init.d/luci_splash enable
|
||||||
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ -n "${IPKG_INSTROOT}" ] || {
|
[ -n "${IPKG_INSTROOT}" ] || {
|
||||||
( . /etc/uci-defaults/luci-statistics ) && rm -f /etc/uci-defaults/luci-statistics
|
( . /etc/uci-defaults/luci-statistics ) && rm -f /etc/uci-defaults/luci-statistics
|
||||||
}
|
|
||||||
|
|
||||||
/etc/init.d/luci_statistics enable
|
/etc/init.d/luci_statistics enable
|
||||||
/etc/init.d/collectd enable
|
/etc/init.d/collectd enable
|
||||||
|
}
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
/etc/init.d/olsrd enable
|
[ -n "${IPKG_INSTROOT}" ] || {
|
||||||
|
/etc/init.d/olsrd enable
|
||||||
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
/etc/init.d/luci_fixtime enable
|
[ -n "${IPKG_INSTROOT}" ] || {
|
||||||
/etc/init.d/luci_ethers enable
|
/etc/init.d/luci_fixtime enable
|
||||||
/etc/init.d/luci_hosts enable
|
/etc/init.d/luci_ethers enable
|
||||||
|
/etc/init.d/luci_hosts enable
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue