summaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-16 09:15:02 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-16 09:15:02 +0000
commit682a6e85dd7ad579be5a2ad21dab8e53071612e3 (patch)
tree980992e4633bccb7b028074898a4e6360334710a /package/kernel
parent742ab3aa5608233bf45e42c357af9da907fb1de8 (diff)
package/kernel: remove references to old TARGET_olpc now that it has been merged with TARGET_x86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20905 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/other.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index a000656bf..cc2e10f82 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,50,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 \