autocore and cpufreq
This commit is contained in:
1
.github/workflows/r2s_lean.yml
vendored
1
.github/workflows/r2s_lean.yml
vendored
@@ -79,6 +79,7 @@ jobs:
|
||||
git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git
|
||||
cd ../../
|
||||
git apply ../../enable_autocore.diff
|
||||
git apply ../../fix_cpufreq.diff
|
||||
#sed -i '/exit/i\mv /etc/rc.d/S25dockerd /etc/rc.d/S92dockerd && sed -i "s/START=25/START=92/g" S92dockerd' package/lean/default-settings/files/zzz-default-settings
|
||||
sed -i '/exit/i\/etc/init.d/dockerd disabled' package/lean/default-settings/files/zzz-default-settings
|
||||
sed -i '/uci commit luci/i\uci set luci.main.mediaurlbase="/luci-static/argon"' package/lean/default-settings/files/zzz-default-settings
|
||||
|
||||
1
.github/workflows/r2s_lienol_from_lean.yml
vendored
1
.github/workflows/r2s_lienol_from_lean.yml
vendored
@@ -69,6 +69,7 @@ jobs:
|
||||
git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git
|
||||
cd ../../
|
||||
git apply ../../enable_autocore.diff
|
||||
git apply ../../fix_cpufreq.diff
|
||||
sed -i '/uci commit luci/i\uci set luci.main.mediaurlbase="/luci-static/argon"' package/lean/default-settings/files/zzz-default-settings
|
||||
sed -i '/exit/i\chown -R root:root /usr/share/netdata/web' package/lean/default-settings/files/zzz-default-settings
|
||||
sed -i 's/option fullcone\t1/option fullcone\t0/' package/network/config/firewall/files/firewall.config
|
||||
|
||||
0
JUNK/fix_wifi.sh
Normal file → Executable file
0
JUNK/fix_wifi.sh
Normal file → Executable file
11
JUNK/flash.sh
Executable file
11
JUNK/flash.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/ash
|
||||
|
||||
if ! type "pv" > /dev/null; then
|
||||
opkg update ; opkg install pv
|
||||
fi
|
||||
if [ -f /tmp/upload/rom.img.gz ]; then
|
||||
pv /tmp/upload/rom.img.gz | gunzip -dc > /dev/mmcblk0
|
||||
echo 1 > /proc/sys/kernel/sysrq
|
||||
echo b > /proc/sysrq-trigger
|
||||
fi
|
||||
|
||||
@@ -7,7 +7,6 @@ CONFIG_OPENSSL_WITH_NPN=y
|
||||
# CONFIG_OPENSSL_ENGINE_BUILTIN_DEVCRYPTO is not set
|
||||
# CONFIG_PACKAGE_kmod-cryptodev is not set
|
||||
# CONFIG_PACKAGE_libopenssl-devcrypto is not set
|
||||
# CONFIG_PACKAGE_luci-app-cpufreq is not set
|
||||
CONFIG_PACKAGE_ipv6helper=y
|
||||
CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y
|
||||
CONFIG_PACKAGE_collectd-mod-cpu=y
|
||||
|
||||
Reference in New Issue
Block a user