|
@@ -19,11 +19,8 @@ sed -i '/profile.d/d' /lib/upgrade/keep.d/base-files
|
|
|
|
|
|
rm -rf /tmp/luci-*
|
|
rm -rf /tmp/luci-*
|
|
|
|
|
|
-grep -q S99opkg /etc/crontabs/root ||
|
|
|
|
- echo "0 0 * * * sh /etc/rc.d/S99opkg >/dev/null 2>&1" >> /etc/crontabs/root
|
|
|
|
-
|
|
|
|
-grep -q adblock /etc/crontabs/root ||
|
|
|
|
- echo "0 0 * * * /etc/init.d/adblock reload >/dev/null 2>&1" >> /etc/crontabs/root
|
|
|
|
|
|
+sed -i '/S99opkg/d' /etc/crontabs/root
|
|
|
|
+echo "0 4 * * * sh /etc/rc.d/S99opkg >/dev/null 2>&1" >> /etc/crontabs/root
|
|
|
|
|
|
uci set system.@rngd[0].enabled="1"
|
|
uci set system.@rngd[0].enabled="1"
|
|
uci commit system
|
|
uci commit system
|