From b794c7dc45f363dcc81f45ef56bd45c1dac65bc1 Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 16 Apr 2010 16:21:18 +0000 Subject: [PATCH] [backfire] backport r20905 git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20926 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/modules/other.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 48bf1ab99..879ca6e55 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -798,7 +798,7 @@ $(eval $(call KernelPackage,mmc-atmelmci,1)) define KernelPackage/cs5535-gpio SUBMENU:=$(OTHER_MENU) TITLE:=AMD CS5535/CS5536 GPIO driver - DEPENDS:=@TARGET_x86||@TARGET_olpc + DEPENDS:=@TARGET_x86 KCONFIG:=CONFIG_CS5535_GPIO FILES:=$(LINUX_DIR)/drivers/char/cs5535_gpio.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,90,cs5535_gpio) @@ -851,7 +851,7 @@ $(eval $(call KernelPackage,textsearch)) define KernelPackage/rfkill SUBMENU:=$(OTHER_MENU) TITLE:=RF switch subsystem support - DEPENDS:=@TARGET_x86||TARGET_olpc||TARGET_s3c24xx||TARGET_brcm47xx||TARGET_ar71xx + DEPENDS:=@TARGET_x86||TARGET_s3c24xx||TARGET_brcm47xx||TARGET_ar71xx KCONFIG:= \ CONFIG_RFKILL \ CONFIG_RFKILL_INPUT=y \ -- 2.35.1