Skip to content

Commit

Permalink
Update remove_unused_config.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stupidloud authored Mar 14, 2020
1 parent 4c1b75e commit be4fd90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions remove_unused_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
[ -f configs/config_h3 ] && sed -i '/=m/d;/CONFIG_IB/d;/CONFIG_SDK/d;/CONFIG_BUILDBOT/d;/CONFIG_ALL_KMODS/d;/CONFIG_ALL_NONSHARED/d;/docker/d;/DOCKER/d;/CONFIG_DISPLAY_SUPPORT/d;/CONFIG_AUDIO_SUPPORT/d;/CONFIG_OPENSSL_PREFER_CHACHA_OVER_GCM/d;/CONFIG_VERSION/d;/SAMBA/d;/samba/d;/modemmanager/d;' configs/config_h3
[ -f configs/config_h3 ] && sed -i '/CONFIG_KERNEL_CGROUP_PERF/i\CONFIG_KERNEL_CGROUPS=y' configs/config_h3

find device/ -name distfeeds.conf -delete

#[ -f kernel/arch/arm64/configs/nanopi-r2_linux_defconfig ] && sed -i 's/CONFIG_BPFILTER=y/CONFIG_BPFILTER=n/' kernel/arch/arm64/configs/nanopi-r2_linux_defconfig
#[ -f kernel/arch/arm64/configs/nanopi-r2_linux_defconfig ] && sed -i 's/CONFIG_NFT_FLOW_OFFLOAD=m/CONFIG_NFT_FLOW_OFFLOAD=y/' kernel/arch/arm64/configs/nanopi-r2_linux_defconfig

Expand Down

0 comments on commit be4fd90

Please sign in to comment.