projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
704402a
)
kernel: build cs5535-gpio on olpc also
author
Andy Boyett
<agb@openwrt.org>
Thu, 8 Jan 2009 07:04:03 +0000
(07:04 +0000)
committer
Andy Boyett
<agb@openwrt.org>
Thu, 8 Jan 2009 07:04:03 +0000
(07:04 +0000)
SVN-Revision: 13933
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index f141a3109f4d771ed4dda25fbb1e027fc4f255ca..3bbf3a37d22ec782c4b5e5e9bbeb91e2ab423f37 100644
(file)
--- 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)