We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6f554 commit f648c6aCopy full SHA for f648c6a
build_image.sh
@@ -20,4 +20,6 @@ if [ "$ARCH" == "x86-64" ]; then
20
cp bin/targets/x86/64/* /openwrt_output/
21
elif [ "$ARCH" == "rockchip-armv8" ]; then
22
cp bin/targets/rockchip/armv8/* /openwrt_output/
23
+elif [ "$ARCH" == "mediatek-filogic" ]; then
24
+ cp bin/targets/mediatek/filogic/* /openwrt_output/
25
fi
0 commit comments