From adf9acff16bb5e7dfbd3ff11d80e97947dedf1d6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 5 Feb 2014 09:01:35 +0100 Subject: remove crappy realtek driver included in the raspberry patch by accident, add linux included driver --- target/linux/config/Config.in.netdevice | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'target/linux/config') diff --git a/target/linux/config/Config.in.netdevice b/target/linux/config/Config.in.netdevice index 9ee0511fc..cdd602cd7 100644 --- a/target/linux/config/Config.in.netdevice +++ b/target/linux/config/Config.in.netdevice @@ -323,6 +323,9 @@ config ADK_KPACKAGE_KMOD_RT2X00_LIB_USB config ADK_KPACKAGE_KMOD_RT2X00_LIB_PCI tristate +config ADK_KERNEL_RTL_CARDS + boolean + config ADK_KERNEL_RT2X00 boolean select ADK_KPACKAGE_KMOD_RT2X00 @@ -504,9 +507,10 @@ config ADK_KPACKAGE_KMOD_RT2800USB config ADK_KPACKAGE_KMOD_RTL8192CU prompt "kmod-rtl8192cu............... Realtek RTL8192CU USB" tristate + select ADK_KERNEL_RTL_CARDS select ADK_KPACKAGE_KMOD_MAC80211 - select ADK_KERNEL_CFG80211_WEXT - select ADK_KERNEL_WIRELESS_EXT + select ADK_KPACKAGE_KMOD_FW_LOADER + select ADK_PACKAGE_REALTEK_FIRMWARE depends on ADK_PACKAGE_KMOD_USB_CONTROLLER default n help -- cgit v1.2.3 From 0b2c0b0882ba6ec36489e58057c8f5029d313254 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 5 Feb 2014 09:01:56 +0100 Subject: add option for linux logo --- target/linux/config/Config.in.graphics | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'target/linux/config') diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index af28b91d7..f6f3962cf 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -50,10 +50,19 @@ config ADK_KERNEL_AGP config ADK_KERNEL_AGP_INTEL boolean + +config ADK_KERNEL_LOGO + boolean menu "Graphic devices support" depends on ADK_TARGET_WITH_VGA +config ADK_KERNEL_LOGO_LINUX_CLUT224 + prompt "Enable Linux penguin boot logo" + boolean + select ADK_KERNEL_LOGO + default n + config ADK_KERNEL_FB_VESA prompt "................................ Framebuffer support for VirtualBox Emulator (VESA)" boolean -- cgit v1.2.3