diff options
author | Stan Grishin <stangri@melmac.net> | 2019-11-15 16:41:43 -0700 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2019-11-15 16:41:43 -0700 |
commit | 1235e4f0f96f53177c5604cf667246c3e27efa48 (patch) | |
tree | faa928bbfd1b9b76cdba8036bca91e007d4083c0 /applications/luci-app-advanced-reboot/root/etc/uci-defaults | |
parent | 9740604eef38335b180a8e38aa88fc5bc8343bd7 (diff) |
luci-app-advanced-reboot: show OpenWrt info on compatible NAND routers
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-advanced-reboot/root/etc/uci-defaults')
-rw-r--r-- | applications/luci-app-advanced-reboot/root/etc/uci-defaults/40_luci-advanced-reboot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/applications/luci-app-advanced-reboot/root/etc/uci-defaults/40_luci-advanced-reboot b/applications/luci-app-advanced-reboot/root/etc/uci-defaults/40_luci-advanced-reboot new file mode 100644 index 0000000000..e1a8f1e307 --- /dev/null +++ b/applications/luci-app-advanced-reboot/root/etc/uci-defaults/40_luci-advanced-reboot @@ -0,0 +1,5 @@ +#!/bin/sh + +rm -rf /var/luci-modulecache/; rm -f /var/luci-indexcache; +exit 0 + |