Explorar el Código

disable more modules not supported on UML

SVN-Revision: 8857
Nicolas Thill hace 18 años
padre
commit
ff924a74c7
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1 0
      package/kernel/modules/video.mk
  2. 1 1
      package/rt2x00/Makefile

+ 1 - 0
package/kernel/modules/video.mk

@@ -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 \

+ 1 - 1
package/rt2x00/Makefile

@@ -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