From 0b7d4b634c431af245dff3d54eec603787f99c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=B7=E9=AB=85=E5=A4=B4?= <74764072+DHDAXCW@users.noreply.github.com> Date: Thu, 22 Sep 2022 11:55:27 +0800 Subject: [PATCH] Update openwrt-ci.yml --- .github/workflows/openwrt-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/openwrt-ci.yml b/.github/workflows/openwrt-ci.yml index 87ece5fc7..646d8708b 100644 --- a/.github/workflows/openwrt-ci.yml +++ b/.github/workflows/openwrt-ci.yml @@ -48,7 +48,11 @@ jobs: run: | ./scripts/feeds update -a ./scripts/feeds install -a -f - + echo ' + CONFIG_TARGET_rockchip=y + CONFIG_TARGET_rockchip_armv8=y + CONFIG_TARGET_MULTI_PROFILE=y + ' >> .config - name: Generate configuration file run: make defconfig