diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-10-05 14:49:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-10-05 14:49:13 +0200 |
commit | f3db9f0c592ad982d6702ce8314888d97e2de68b (patch) | |
tree | 221a3d6adf72e19928c916ece41040ca46d95441 /target/linux | |
parent | 6c6f588279720346ef20948130884437b0cd9e6d (diff) |
make libgcc static for busybox, make librt separate package, remove dependency to libtirpc, disable inetd, add preliminary multilib support (not working right now),enable 32/64 bit kernel support for x86_64
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.debug | 4 | ||||
-rw-r--r-- | target/linux/config/Config.in.leds | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug index d73e98f02..6bf4ce0c6 100644 --- a/target/linux/config/Config.in.debug +++ b/target/linux/config/Config.in.debug @@ -75,7 +75,9 @@ config ADK_KERNEL_DEBUG_WITH_KGDB select ADK_KERNEL_FRAME_POINTER depends on ADK_TARGET_ROOTFS_NFSROOT || \ ADK_TARGET_ROOTFS_ARCHIVE || \ - ADK_TARGET_ROOTFS_YAFFS + ADK_TARGET_ROOTFS_YAFFS || \ + ADK_TARGET_ROOTFS_INITRAMFS || \ + ADK_TARGET_ROOTFS_INITRAMFS_PIGGYBACK default n config ADK_KPACKAGE_KMOD_OPROFILE diff --git a/target/linux/config/Config.in.leds b/target/linux/config/Config.in.leds index 88acae81e..54298bc3c 100644 --- a/target/linux/config/Config.in.leds +++ b/target/linux/config/Config.in.leds @@ -9,6 +9,10 @@ config ADK_KERNEL_LEDS_TRIGGERS boolean select ADK_KERNEL_NEW_LEDS +config ADK_KPACKAGE_KMOD_LEDS_CLASS + boolean + depends on !ADK_KERNEL_LEDS_CLASS + menu "LEDS driver support" depends on ADK_TARGET_WITH_LEDS |