mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:05:20 +02:00
config.debug: the minimal .config with debugging capabilities
This commit is contained in:
parent
df2cf67f8f
commit
1c5d309f65
21
data/qi_lb60/conf/config.debug
Normal file
21
data/qi_lb60/conf/config.debug
Normal file
@ -0,0 +1,21 @@
|
||||
#
|
||||
# This file must be copied to .config in the OpenWrt root folder,
|
||||
# then run: yes "" | make oldconfig > /dev/null
|
||||
#
|
||||
|
||||
CONFIG_TARGET_xburst=y
|
||||
CONFIG_TARGET_xburst_qi_lb60=y
|
||||
# CONFIG_TARGET_ROOTFS_TARGZ is not set
|
||||
# CONFIG_TARGET_ROOTFS_JFFS2 is not set
|
||||
CONFIG_TARGET_ROOTFS_UBIFS=y
|
||||
# CONFIG_BUILD_PATENTED is not set
|
||||
CONFIG_PACKAGE_uboot-xburst-qi_lb60=y
|
||||
|
||||
#Debug stuff
|
||||
CONFIG_BUSYBOX_CONFIG_DEBUG=y
|
||||
CONFIG_COLLECT_KERNEL_DEBUG=y
|
||||
CONFIG_DEBUG=y
|
||||
CONFIG_UCLIBC_ENABLE_DEBUG=y
|
||||
CONFIG_NO_STRIP=y
|
||||
CONFIG_PACKAGE_gdb=y
|
||||
CONFIG_GDB=y
|
Loading…
Reference in New Issue
Block a user