* luci-0.8: merge r3703-r3706
This commit is contained in:
parent
8fb1ea2a32
commit
bf93ade61c
4 changed files with 15 additions and 0 deletions
3
applications/luci-splash/ipkg/postinst
Executable file
3
applications/luci-splash/ipkg/postinst
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
/etc/init.d/luci_splash enable
|
|
@ -2,3 +2,6 @@
|
|||
[ -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
|
||||
|
|
3
contrib/package/olsrd-luci/ipkg/postinst
Executable file
3
contrib/package/olsrd-luci/ipkg/postinst
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
/etc/init.d/olsrd enable
|
6
modules/admin-core/ipkg/postinst
Executable file
6
modules/admin-core/ipkg/postinst
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
/etc/init.d/luci_fixtime enable
|
||||
/etc/init.d/luci_ethers enable
|
||||
/etc/init.d/luci_hosts enable
|
||||
|
Loading…
Reference in a new issue