diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-17 19:46:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-17 19:46:21 +0200 |
commit | c8f1b6def001f96077b98c81d53f21cce70fbe0e (patch) | |
tree | f4e2c1b0af08c022cd2792d8aa0fe098f2c9b566 | |
parent | 3d6df5473607ae6ba0542285582cfec0f5196d38 (diff) |
update to existing symbols
-rw-r--r-- | target/linux/config/Config.in.debug | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug index 0aed48de9..b7dda4ec0 100644 --- a/target/linux/config/Config.in.debug +++ b/target/linux/config/Config.in.debug @@ -51,9 +51,8 @@ config ADK_KERNEL_DEBUG_WITH_KGDB select ADK_KERNEL_KGDB_SERIAL_CONSOLE select ADK_KERNEL_FRAME_POINTER depends on ADK_TARGET_ROOTFS_NFSROOT || \ - ADK_TARGET_ROOTFS_EXT2_BLOCK || \ - ADK_TARGET_ROOTFS_YAFFS || \ - ADK_TARGET_ROOTFS_EXT2 + ADK_TARGET_ROOTFS_ARCHIVE || \ + ADK_TARGET_ROOTFS_YAFFS default n config ADK_KPACKAGE_KMOD_OPROFILE |