Skip to content

Commit 9064927

Browse files
Enable backlog_threaded for all target
Co-authored-by: QiuSimons <45143996+QiuSimons@users.noreply.github.com>
1 parent 5532805 commit 9064927

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

SCRIPTS/02_prepare_package.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ cp -rf ../immortalwrt_23/package/emortal/autocore ./package/new/autocore
7575
sed -i 's/"getTempInfo" /"getTempInfo", "getCPUBench", "getCPUUsage" /g' package/new/autocore/files/luci-mod-status-autocore.json
7676
rm -rf ./package/new/autocore/files/autocore
7777
wget https://raw.githubusercontent.com/QiuSimons/OpenWrt-Add/master/autocore/files/x86/autocore -O package/new/autocore/files/autocore
78+
sed -i '/i386 i686 x86_64/{n;n;n;d;}' package/new/autocore/Makefile
79+
sed -i '/i386 i686 x86_64/d' package/new/autocore/Makefile
7880
rm -rf ./feeds/luci/modules/luci-base
7981
cp -rf ../immortalwrt_luci_23/modules/luci-base ./feeds/luci/modules/luci-base
8082
sed -i "s,(br-lan),,g" feeds/luci/modules/luci-base/root/usr/share/rpcd/ucode/luci

0 commit comments

Comments
 (0)