1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 18:23:09 +02:00

disable more modules not supported on UML

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8857 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-09-20 07:46:00 +00:00
parent 157f1fad33
commit 7f445511cf
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ VIDEO_MENU:=Video Support
define KernelPackage/video-core
SUBMENU:=$(VIDEO_MENU)
TITLE=Video4Linux support
DEPENDS:= @!TARGET_uml
KCONFIG:= \
CONFIG_VIDEO_DEV \
CONFIG_VIDEO_V4L1=y \

View File

@ -29,7 +29,7 @@ endif
define KernelPackage/rt2x00/Default
SUBMENU:=Wireless Drivers
TITLE:=Ralink Drivers for RT2x00 cards
DEPENDS:=@LINUX_2_6 @!TARGET_atheros
DEPENDS:=@LINUX_2_6 @!TARGET_atheros @!TARGET_uml
KCONFIG:=CONFIG_MAC80211
endef