Skip to content

Commit

Permalink
remove coremark
Browse files Browse the repository at this point in the history
  • Loading branch information
OldCoding committed Oct 26, 2024
1 parent e0d2868 commit e631c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/openwrt_lede.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ jobs:
CONFIG_PACKAGE_libarchive=y
CONFIG_PACKAGE_lsof=y
# CONFIG_PACKAGE_luci-app-unblockmusic is not set
# CONFIG_PACKAGE_coremark is not set
EOF
# 必备软件包:
Expand Down
2 changes: 2 additions & 0 deletions lede_diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ rm -rf feeds/luci/applications/luci-app-adguardhome
rm -rf feeds/packages/net/transmission-web-control
rm -rf feeds/packages/net/transmission
rm -rf feeds/packages/net/zerotier
rm -rf feeds/packages/net/smartdns
rm -rf feeds/packages/net/alist
rm -rf feeds/applications/luci-app-aria2
rm -rf feeds/packages/libs/libtorrent-rasterbar
Expand Down Expand Up @@ -127,6 +128,7 @@ git clone --depth 1 https://github.com/sbwml/autocore-arm package/lean/autocore
./scripts/feeds update -i
./scripts/feeds install -a

sed -i "s|coremark ||g" include/target.mk
# 调整菜单位置
sed -i "s|services|nas|g" feeds/luci/applications/luci-app-aria2/root/usr/share/luci/menu.d/luci-app-aria2.json
sed -i "s|services|nas|g" feeds/luci/applications/luci-app-samba4/root/usr/share/luci/menu.d/luci-app-samba4.json
Expand Down

0 comments on commit e631c44

Please sign in to comment.