summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-mmc-over-gpio
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-mmc-over-gpio')
-rw-r--r--applications/luci-mmc-over-gpio/ipkg/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-mmc-over-gpio/ipkg/postinst b/applications/luci-mmc-over-gpio/ipkg/postinst
index 8921c30ea..6d18799af 100644
--- a/applications/luci-mmc-over-gpio/ipkg/postinst
+++ b/applications/luci-mmc-over-gpio/ipkg/postinst
@@ -1,6 +1,6 @@
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
- ( . /etc/uci-defaults/luci-mmc_over_gpio ) && rm -f /etc/uci-defaults/luci-mmc_over_gpio
+ ( . /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
exit 0
}