diff options
author | Andy Boyett <agb@openwrt.org> | 2009-01-08 07:04:03 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2009-01-08 07:04:03 +0000 |
commit | f553b529f11f5c8a72e76f0e543b11b1f53b2f8e (patch) | |
tree | 8778755c29e293e442e5f53d96924596c3fe9d7b /package | |
parent | 59d0bab8e7a69d46481e06e9b019a1f39ab7f8b1 (diff) | |
download | upstream-f553b529f11f5c8a72e76f0e543b11b1f53b2f8e.tar.gz upstream-f553b529f11f5c8a72e76f0e543b11b1f53b2f8e.tar.bz2 upstream-f553b529f11f5c8a72e76f0e543b11b1f53b2f8e.zip |
[package] kernel: build cs5535-gpio on olpc also
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13933 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/modules/other.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index f141a3109f..3bbf3a37d2 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -725,7 +725,7 @@ $(eval $(call KernelPackage,spi-dev)) define KernelPackage/cs5535-gpio SUBMENU:=$(OTHER_MENU) TITLE:=AMD CS5535/CS5536 GPIO driver - DEPENDS:=@LINUX_2_6 @TARGET_x86 + DEPENDS:=@TARGET_x86||@TARGET_olpc KCONFIG:=CONFIG_CS5535_GPIO FILES:=$(LINUX_DIR)/drivers/char/cs5535_gpio.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,90,cs5535_gpio) |