summaryrefslogtreecommitdiffstats
path: root/modules/admin-core/ipkg/postinst
blob: 90138ae76b315960cbbe5846ecd3bd595d4f7f1d (plain)
1
2
3
4
5
6
7
#!/bin/sh

[ -n "${IPKG_INSTROOT}" ] || {
	/etc/init.d/luci_fixtime enable
	/etc/init.d/luci_ethers enable
	/etc/init.d/luci_hosts enable
}