Skip to content

Commit f648c6a

Browse files
test nradio
1 parent 0f6f554 commit f648c6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_image.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ if [ "$ARCH" == "x86-64" ]; then
2020
cp bin/targets/x86/64/* /openwrt_output/
2121
elif [ "$ARCH" == "rockchip-armv8" ]; then
2222
cp bin/targets/rockchip/armv8/* /openwrt_output/
23+
elif [ "$ARCH" == "mediatek-filogic" ]; then
24+
cp bin/targets/mediatek/filogic/* /openwrt_output/
2325
fi

0 commit comments

Comments
 (0)