mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 16:31:13 +00:00
disable more modules not supported on UML
SVN-Revision: 8857
This commit is contained in:
parent
092021f69b
commit
ff924a74c7
@ -11,6 +11,7 @@ VIDEO_MENU:=Video Support
|
|||||||
define KernelPackage/video-core
|
define KernelPackage/video-core
|
||||||
SUBMENU:=$(VIDEO_MENU)
|
SUBMENU:=$(VIDEO_MENU)
|
||||||
TITLE=Video4Linux support
|
TITLE=Video4Linux support
|
||||||
|
DEPENDS:= @!TARGET_uml
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_VIDEO_DEV \
|
CONFIG_VIDEO_DEV \
|
||||||
CONFIG_VIDEO_V4L1=y \
|
CONFIG_VIDEO_V4L1=y \
|
||||||
|
@ -29,7 +29,7 @@ endif
|
|||||||
define KernelPackage/rt2x00/Default
|
define KernelPackage/rt2x00/Default
|
||||||
SUBMENU:=Wireless Drivers
|
SUBMENU:=Wireless Drivers
|
||||||
TITLE:=Ralink Drivers for RT2x00 cards
|
TITLE:=Ralink Drivers for RT2x00 cards
|
||||||
DEPENDS:=@LINUX_2_6 @!TARGET_atheros
|
DEPENDS:=@LINUX_2_6 @!TARGET_atheros @!TARGET_uml
|
||||||
KCONFIG:=CONFIG_MAC80211
|
KCONFIG:=CONFIG_MAC80211
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user