blob: 8921c30ea84fd1626736d70ed2b13699dce070f4 (
plain)
1
2
3
4
5
6
|
#!/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
exit 0
}
|