From 3a006a17a5f8ce61ea6ea3fdd02f34b4c68f2116 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 4 Nov 2008 20:19:25 +0000 Subject: [PATCH] * luci/modules/admin-core: add postinstall to enable init scripts when installed with opkg --- modules/admin-core/ipkg/postinst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 modules/admin-core/ipkg/postinst diff --git a/modules/admin-core/ipkg/postinst b/modules/admin-core/ipkg/postinst new file mode 100755 index 000000000..c2f3b5f18 --- /dev/null +++ b/modules/admin-core/ipkg/postinst @@ -0,0 +1,6 @@ +#!/bin/sh + +/etc/init.d/luci_fixtime enable +/etc/init.d/luci_ethers enable +/etc/init.d/luci_hosts enable + -- 2.11.0