Skip to content

Commit

Permalink
Update genconfig_nss.sh
Browse files Browse the repository at this point in the history
Signed-off-by: arix00 <[email protected]>
  • Loading branch information
arix00 authored Sep 22, 2024
1 parent 032ba67 commit 0b84c3c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion genconfig_nss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@ cp nss-setup/config-nss.seed .config

echo CONFIG_ATH11K_THERMAL=y >> .config
echo CONFIG_KMOD_ALL=y >> .config
echo CONFIG_ATH10K=n >> .config
echo "# CONFIG_NF_CONNTRACK_DSCPREMARK_EXT is not set" >> target/linux/generic/config-6.6

make defconfig

echo "CONFIG_PACKAGE_kmod-ath10k=n
CONFIG_ATH10K_LEDS=n
CONFIG_ATH10K_THERMAL=n
CONFIG_PACKAGE_kmod-ath10k-ct=n
CONFIG_ATH10K-CT_LEDS=n
CONFIG_PACKAGE_kmod-ath10k-ct-smallbuffers=n
CONFIG_PACKAGE_kmod-ath10k-smallbuffers=n" >> .config

cat .config | grep -v CONFIG_ALL_KMODS > .config.tmp
cp .config.tmp .config

make defconfig

0 comments on commit 0b84c3c

Please sign in to comment.