* Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 lines
142 B
Bash
Executable file
9 lines
142 B
Bash
Executable file
#!/bin/sh
|
|
|
|
/etc/init.d/miniupnpd enabled && {
|
|
/etc/init.d/miniupnpd stop
|
|
/etc/init.d/miniupnpd disable
|
|
}
|
|
|
|
rm -f /tmp/luci-indexcache
|
|
exit 0
|