Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 3a0a210

Browse files
authored
Workflows: Add CONFIG_ALL_NONSHARED to toolchain config
1 parent 98a2102 commit 3a0a210

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-rpi4-lean-openwrt-new.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ jobs:
6868
- name: Generate Toolchain Config
6969
run: |
7070
[ -e $CONFIG_FILE ] && mv $CONFIG_FILE $OPENWRTROOT/.config
71-
echo "CONFIG_ALL=y" >> $OPENWRTROOT/.config
71+
echo -e "\nCONFIG_ALL=y" >> $OPENWRTROOT/.config
72+
echo -e "\nCONFIG_ALL_NONSHARED=y" >> $OPENWRTROOT/.config
7273
cd $OPENWRTROOT
7374
make defconfig > /dev/null 2>&1
7475

0 commit comments

Comments
 (0)