* luci/modules/admin-core: add postinstall to enable init scripts when installed...
[project/luci.git] / modules / admin-core / ipkg / postinst
diff --git a/modules/admin-core/ipkg/postinst b/modules/admin-core/ipkg/postinst
new file mode 100755 (executable)
index 0000000..c2f3b5f
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+/etc/init.d/luci_fixtime enable
+/etc/init.d/luci_ethers enable
+/etc/init.d/luci_hosts enable
+