2008-11-04 20:19:25 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2008-11-05 22:06:27 +00:00
|
|
|
[ -n "${IPKG_INSTROOT}" ] || {
|
2008-12-09 00:03:08 +00:00
|
|
|
/etc/init.d/luci_fixtime enabled || /etc/init.d/luci_fixtime enable
|
|
|
|
/etc/init.d/luci_ethers enabled || /etc/init.d/luci_ethers enable
|
|
|
|
/etc/init.d/luci_hosts enabled || /etc/init.d/luci_hosts enable
|
2008-11-05 22:06:27 +00:00
|
|
|
}
|