mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
Move common parameters to common config
This commit is contained in:
15
configs/common/snapshot
Normal file
15
configs/common/snapshot
Normal file
@@ -0,0 +1,15 @@
|
||||
### Additional configs to be more "compatible" with OpenWRT build bots.
|
||||
### https://downloads.openwrt.org/snapshots/targets/<your model>/config.buildinfo
|
||||
CONFIG_ALL_KMODS=y
|
||||
CONFIG_ALL_NONSHARED=y
|
||||
CONFIG_BPF_TOOLCHAIN_BUILD_LLVM=y
|
||||
# CONFIG_BPF_TOOLCHAIN_NONE is not set
|
||||
CONFIG_COLLECT_KERNEL_DEBUG=y
|
||||
CONFIG_HAS_BPF_TOOLCHAIN=y
|
||||
CONFIG_IB=y
|
||||
CONFIG_SDK=y
|
||||
CONFIG_SDK_LLVM_BPF=y
|
||||
CONFIG_USE_LLVM_BUILD=y
|
||||
CONFIG_DEVEL=y
|
||||
CONFIG_JSON_CYCLONEDX_SBOM=y
|
||||
CONFIG_MAKE_TOOLCHAIN=y
|
||||
@@ -102,21 +102,6 @@ CONFIG_PACKAGE_wpad-openssl=y
|
||||
## CONFIG_PACKAGE_wpad-mbedtls is not set
|
||||
## CONFIG_PACKAGE_wpad-basic-mbedtls is not set
|
||||
## CONFIG_PACKAGE_wpad-basic-openssl is not set
|
||||
#
|
||||
# REMEMBER TO CHERRY-PICK CHANGE: da317cc840260b854936d4fc63fea4ffb6d0e93f
|
||||
# from repo: https://github.com/danpawlik/openwrt to extend kernel partition size,
|
||||
# otherwise set CONFIG_ALL_KMODS=n.
|
||||
# More: https://github.com/openwrt/openwrt/commit/dadad6bb731ff1025125c619da7ccc196ad6ea01
|
||||
CONFIG_ALL_KMODS=y
|
||||
#
|
||||
CONFIG_ALL_NONSHARED=y
|
||||
CONFIG_BPF_TOOLCHAIN_BUILD_LLVM=y
|
||||
CONFIG_COLLECT_KERNEL_DEBUG=y
|
||||
CONFIG_HAS_BPF_TOOLCHAIN=y
|
||||
CONFIG_IB=y
|
||||
CONFIG_SDK=y
|
||||
CONFIG_SDK_LLVM_BPF=y
|
||||
CONFIG_USE_LLVM_BUILD=y
|
||||
|
||||
# temporary workaround for kernel 6.6
|
||||
# CONFIG_PACKAGE_kmod-usb-serial-dmx_usb_module is not set
|
||||
|
||||
@@ -126,25 +126,6 @@ CONFIG_PACKAGE_wpad-basic-mbedtls=m
|
||||
## CONFIG_PACKAGE_wpad-basic-mbedtls is not set
|
||||
## CONFIG_PACKAGE_wpad-basic-openssl is not set
|
||||
|
||||
# REMEMBER TO CHERRY-PICK CHANGE: da317cc840260b854936d4fc63fea4ffb6d0e93f
|
||||
# from repo: https://github.com/danpawlik/openwrt to extend kernel partition size,
|
||||
# otherwise set CONFIG_ALL_KMODS=n.
|
||||
# More: https://github.com/openwrt/openwrt/commit/dadad6bb731ff1025125c619da7ccc196ad6ea01
|
||||
CONFIG_ALL_KMODS=y
|
||||
#
|
||||
CONFIG_ALL_NONSHARED=y
|
||||
CONFIG_BPF_TOOLCHAIN_BUILD_LLVM=y
|
||||
# CONFIG_BPF_TOOLCHAIN_NONE is not set
|
||||
CONFIG_COLLECT_KERNEL_DEBUG=y
|
||||
CONFIG_HAS_BPF_TOOLCHAIN=y
|
||||
CONFIG_IB=y
|
||||
CONFIG_SDK=y
|
||||
CONFIG_SDK_LLVM_BPF=y
|
||||
CONFIG_USE_LLVM_BUILD=y
|
||||
CONFIG_DEVEL=y
|
||||
CONFIG_JSON_CYCLONEDX_SBOM=y
|
||||
CONFIG_MAKE_TOOLCHAIN=y
|
||||
|
||||
# temporary workaround for kernel 6.6
|
||||
# CONFIG_PACKAGE_kmod-usb-serial-dmx_usb_module is not set
|
||||
# CONFIG_PACKAGE_kmod-pf-ring is not set
|
||||
|
||||
@@ -136,6 +136,7 @@ CONFIG_PACKAGE_kmod-mt7921e=y
|
||||
|
||||
# Intel BE200
|
||||
CONFIG_PACKAGE_kmod-iwlwifi=y
|
||||
CONFIG_PACKAGE_IWLWIFI_DEBUG=y
|
||||
CONFIG_PACKAGE_iwlwifi-firmware-be200=y
|
||||
|
||||
## debuging
|
||||
|
||||
Reference in New Issue
Block a user