更新 toolchain/build.sh

Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
zhao 2025-03-21 15:45:33 +08:00
parent 5f63f179ca
commit 7948cbd9c6

View File

@ -13,7 +13,13 @@ fi
cd openwrt
# Load devices Config
cp -f defconfig/mt7981-ax3000.config .config
if [ "$model" = "Padavanonly_MT798X_v24.10" ]; then
cp -f defconfig/mt7981-ax3000.config .config
elif [ "$model" = "Hanwckf_MT798X_v21.02" ]; then
cp -f defconfig/mt7981-ax3000.config .config
elif [ "$model" = "OpenWrt_Rockchip_v24.10" ] || [ "$model" = "OpenWrt_X86_64_v24.10" ]; then
cp -f defconfig/mt7981-ax3000.config .config
fi
# Init feeds
./scripts/feeds update -a