mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2025-12-11 17:14:29 +05:00
Add debug symbols and tools into kernel (ramoops)
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
|
||||
|
||||
### For NON compatible official firmwares!!!
|
||||
CONFIG_KERNEL_KALLSYMS=y
|
||||
#CONFIG_KERNEL_DEBUG_INFO=y
|
||||
#CONFIG_KERNEL_DEBUG_INFO_REDUCED=y
|
||||
#CONFIG_KERNEL_DEBUG_KERNEL=y
|
||||
|
||||
|
||||
### NSS Drivers
|
||||
#GIT_FEED nss=https://github.com/openwrt-xiaomi/nss-packages.git;NSS-11.2-K5.15
|
||||
CONFIG_FEED_nss=m
|
||||
@@ -32,4 +40,4 @@ CONFIG_PACKAGE_kmod-nss-ifb=y
|
||||
#GIT_FEED sqm_scripts_nss=https://github.com/openwrt-xiaomi/sqm-scripts-nss.git
|
||||
CONFIG_FEED_sqm_scripts_nss=m
|
||||
CONFIG_PACKAGE_sqm-scripts-nss=y
|
||||
|
||||
|
||||
|
||||
@@ -13,6 +13,10 @@ CONFIG_COLLECT_KERNEL_DEBUG=y
|
||||
### Per-package build logs in <buildroot>/logs
|
||||
CONFIG_BUILD_LOG=y
|
||||
|
||||
### Kernel debug tools
|
||||
CONFIG_PACKAGE_kmod-pstore=y
|
||||
CONFIG_PACKAGE_kmod-ramoops=y
|
||||
|
||||
### Include package list in build
|
||||
CONFIG_INCLUDE_CONFIG=y
|
||||
|
||||
@@ -82,6 +86,7 @@ CONFIG_PACKAGE_kmod-nls-utf8=y
|
||||
### WAN proto
|
||||
CONFIG_PACKAGE_kmod-l2tp=y
|
||||
CONFIG_PACKAGE_kmod-pppol2tp=y
|
||||
CONFIG_PACKAGE_kmod-pppoe=y
|
||||
CONFIG_PACKAGE_kmod-pptp=y
|
||||
|
||||
### PPTP support
|
||||
|
||||
Reference in New Issue
Block a user