modules/admin-core: remove left over references to luci_hosts and luci_ethers

This commit is contained in:
Jo-Philipp Wich 2010-04-05 17:37:26 +00:00
parent ccbaa90b25
commit be7dc732ef

View file

@ -2,7 +2,6 @@
[ -n "${IPKG_INSTROOT}" ] || {
/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
/etc/init.d/luci_dhcp_migrate enabled || /etc/init.d/luci_dhcp_migrate enable
exit 0
}