From da7c89ae4da00b41adc69a4e275e27322d2a03dd Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 20 Sep 2007 07:46:00 +0000 Subject: [PATCH] disable more modules not supported on UML SVN-Revision: 8857 --- package/kernel/modules/video.mk | 1 + package/rt2x00/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package/kernel/modules/video.mk b/package/kernel/modules/video.mk index 4a36031648..838c4c5f62 100644 --- a/package/kernel/modules/video.mk +++ b/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 \ diff --git a/package/rt2x00/Makefile b/package/rt2x00/Makefile index 71cd418be8..9dd9286933 100644 --- a/package/rt2x00/Makefile +++ b/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 -- 2.30.2