Skip to content

Commit 9a783ff

Browse files
Fix autocore
Remove irqbalance Signed-off-by: Nicholas Sun <nicholas-sun@outlook.com>
1 parent 81d6959 commit 9a783ff

5 files changed

Lines changed: 5 additions & 7 deletions

File tree

SCRIPTS/01_get_ready.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ git clone -b master --depth 1 https://github.com/immortalwrt/immortalwrt.git imm
3131
git clone -b openwrt-23.05 --depth 1 https://github.com/immortalwrt/immortalwrt.git immortalwrt_23
3232
git clone -b master --depth 1 https://github.com/immortalwrt/packages.git immortalwrt_pkg
3333
git clone -b master --depth 1 https://github.com/immortalwrt/luci.git immortalwrt_luci
34+
git clone -b openwrt-23.05 --depth 1 https://github.com/immortalwrt/luci.git immortalwrt_luci_23
3435
git clone -b master --depth 1 https://github.com/coolsnowwolf/lede.git lede
3536
git clone -b master --depth 1 https://github.com/coolsnowwolf/packages.git lede_pkg
3637
git clone -b master --depth 1 https://github.com/coolsnowwolf/luci.git lede_luci

SCRIPTS/02_prepare_package.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,18 @@ sed -i 's,noinitrd,noinitrd mitigations=off,g' target/linux/x86/image/grub-pc.cf
7777

7878
## Extra Packages
7979
# AutoCore
80-
cp -rf ../immortalwrt/package/emortal/autocore ./package/new/autocore
80+
cp -rf ../immortalwrt_23/package/emortal/autocore ./package/new/autocore
8181
sed -i 's/"getTempInfo" /"getTempInfo", "getCPUBench", "getCPUUsage" /g' package/new/autocore/files/luci-mod-status-autocore.json
8282
rm -rf ./package/new/autocore/files/autocore
8383
wget https://raw.githubusercontent.com/QiuSimons/OpenWrt-Add/master/autocore/files/x86/autocore -O package/new/autocore/files/autocore
8484
rm -rf ./feeds/luci/modules/luci-base
85-
cp -rf ../immortalwrt_luci/modules/luci-base ./feeds/luci/modules/luci-base
85+
cp -rf ../immortalwrt_luci_23/modules/luci-base ./feeds/luci/modules/luci-base
8686
sed -i "s,(br-lan),,g" feeds/luci/modules/luci-base/root/usr/share/rpcd/ucode/luci
8787
rm -rf ./feeds/luci/modules/luci-mod-status
88-
cp -rf ../immortalwrt_luci/modules/luci-mod-status ./feeds/luci/modules/luci-mod-status
88+
cp -rf ../immortalwrt_luci_23/modules/luci-mod-status ./feeds/luci/modules/luci-mod-status
8989
rm -rf ./feeds/packages/utils/coremark
9090
cp -rf ../immortalwrt_pkg/utils/coremark ./feeds/packages/utils/coremark
91-
cp -rf ../immortalwrt/package/utils/mhz ./package/utils/mhz
91+
cp -rf ../immortalwrt_23/package/utils/mhz ./package/utils/mhz
9292
# AutoReboot
9393
cp -rf ../immortalwrt_luci/applications/luci-app-autoreboot ./feeds/luci/applications/luci-app-autoreboot
9494
ln -sf ../../../feeds/luci/applications/luci-app-autoreboot ./package/feeds/luci/luci-app-autoreboot

SEED/R2S/config.seed

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ CONFIG_PACKAGE_dae=y
2929
CONFIG_PACKAGE_dnsmasq-full=y
3030
# CONFIG_PACKAGE_dnsmasq_full_ipset is not set
3131
# CONFIG_PACKAGE_dnsmasq is not set
32-
CONFIG_PACKAGE_irqbalance=y
3332
CONFIG_PACKAGE_kmod-fs-f2fs=y
3433
CONFIG_PACKAGE_kmod-gpio-button-hotplug=y
3534
CONFIG_PACKAGE_kmod-tun=y

SEED/R4S/config.seed

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ CONFIG_PACKAGE_dae=y
2929
CONFIG_PACKAGE_dnsmasq-full=y
3030
# CONFIG_PACKAGE_dnsmasq_full_ipset is not set
3131
# CONFIG_PACKAGE_dnsmasq is not set
32-
CONFIG_PACKAGE_irqbalance=y
3332
CONFIG_PACKAGE_kmod-fs-f2fs=y
3433
CONFIG_PACKAGE_kmod-gpio-button-hotplug=y
3534
CONFIG_PACKAGE_kmod-tun=y

SEED/X86/config.seed

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ CONFIG_PACKAGE_dae=y
3030
CONFIG_PACKAGE_dnsmasq-full=y
3131
# CONFIG_PACKAGE_dnsmasq_full_ipset is not set
3232
# CONFIG_PACKAGE_dnsmasq is not set
33-
CONFIG_PACKAGE_irqbalance=y
3433
CONFIG_PACKAGE_i915-firmware=y
3534
CONFIG_PACKAGE_kmod-drm-i915=y
3635
CONFIG_PACKAGE_kmod-fs-f2fs=y

0 commit comments

Comments
 (0)