diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-08 20:00:50 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-08 20:00:50 +0000 |
commit | 9b767cf8dfc1c404f0deb0d8eff704b2e6adeb37 (patch) | |
tree | 537a3ca17f85823f872f8859d27a29143e786b55 /applications/luci-mmc_over_gpio | |
parent | c639bda253aa13270f06cf5103200b9b65feee45 (diff) |
applications: enable related init scripts on opkg install, otherwise users would have to use the shell
Diffstat (limited to 'applications/luci-mmc_over_gpio')
-rw-r--r-- | applications/luci-mmc_over_gpio/ipkg/postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-mmc_over_gpio/ipkg/postinst b/applications/luci-mmc_over_gpio/ipkg/postinst index cf16b8a4b..d88cfb963 100644 --- a/applications/luci-mmc_over_gpio/ipkg/postinst +++ b/applications/luci-mmc_over_gpio/ipkg/postinst @@ -1,4 +1,5 @@ #!/bin/sh [ -n "${IPKG_INSTROOT}" ] || { ( . /etc/uci-defaults/luci-mmc_over_gpio ) && rm -f /etc/uci-defaults/luci-mmc_over_gpio + /etc/init.d/mmc_over_gpio enabled || /etc/init.d/mmc_over_gpio enable } |