Skip to content

Commit

Permalink
Update genconfig_nss_llvm.sh
Browse files Browse the repository at this point in the history
Signed-off-by: arix00 <[email protected]>
  • Loading branch information
arix00 authored Sep 23, 2024
1 parent 63190a2 commit 1a271b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genconfig_nss_llvm.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#!/bin/sh

wget -qO- https://downloads.openwrt.org/snapshots/targets/qualcommax/ipq807x/config.buildinfo | grep -v CONFIG_TARGET_ | grep -v CONFIG_IB | grep -v CONFIG_PACKAGE > .config
wget -qO- https://downloads.openwrt.org/snapshots/targets/qualcommax/ipq807x/config.buildinfo | grep -v CONFIG_TARGET_ | grep -v CONFIG_ALL_KMODS | grep -v CONFIG_IB | grep -v CONFIG_PACKAGE > .config

kmods=$(wget -qO- https://downloads.openwrt.org/snapshots/targets/qualcommax/ipq807x/packages/ | grep kmod- | grep -v ath10k | awk -F'<|>' '{print $7}' | cut -d '_' -f 1)
for k in $kmods; do echo CONFIG_PACKAGE_$k=m >> .config; done
Expand Down

0 comments on commit 1a271b0

Please sign in to comment.