Skip to content

Commit

Permalink
support snapshot feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
arix00 committed Sep 16, 2024
1 parent 4504fff commit 08fd801
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion genconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ echo CONFIG_TARGET_qualcommax_ipq807x_DEVICE_linksys_mx4300=y >> .config
echo CONFIG_TARGET_DEVICE_qualcommax_ipq807x_DEVICE_linksys_mx4300=y >> .config
echo CONFIG_TARGET_DEVICE_PACKAGES_qualcommax_ipq807x_DEVICE_linksys_mx4300=\"\" >> .config
make defconfig

#add libpam
#echo CONFIG_PACKAGE_libpam=y >> .config

#skip xdp
cat .config | grep -v "CONFIG_PACKAGE.*xdp" > .config
cat .config | grep -v "CONFIG_PACKAGE.*xdp" > .config.tmp
cp .config.tmp .config

0 comments on commit 08fd801

Please sign in to comment.