The Geos target (and probably others, like net5501) need to grab the new cs5535 gpio driver.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26330 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
60b6ebe256
commit
07cbe7caa5
|
@ -1,8 +1,13 @@
|
||||||
BOARDNAME:=Traverse Geos
|
BOARDNAME:=Traverse Geos
|
||||||
FEATURES:=squashfs jffs2 ext4 pci usb gpio
|
FEATURES:=squashfs jffs2 ext4 pci usb gpio
|
||||||
|
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.38)),1)
|
||||||
|
GEOS_GPIO:=gpio-cs5535-new
|
||||||
|
else
|
||||||
|
GEOS_GPIO:=gpio-cs5535
|
||||||
|
endif
|
||||||
DEFAULT_PACKAGES += kmod-ata-via-sata \
|
DEFAULT_PACKAGES += kmod-ata-via-sata \
|
||||||
kmod-crypto-hw-geode kmod-crypto-ocf \
|
kmod-crypto-hw-geode kmod-crypto-ocf \
|
||||||
kmod-gpio-cs5535 kmod-gpio-nsc \
|
kmod-$(GEOS_GPIO) kmod-gpio-nsc \
|
||||||
kmod-wdt-geode kmod-hwmon-core kmod-hwmon-lm90 \
|
kmod-wdt-geode kmod-hwmon-core kmod-hwmon-lm90 \
|
||||||
kmod-8139cp kmod-solos-pci \
|
kmod-8139cp kmod-solos-pci \
|
||||||
kmod-i2c-core kmod-i2c-gpio \
|
kmod-i2c-core kmod-i2c-gpio \
|
||||||
|
@ -23,6 +28,6 @@ define Target/Description
|
||||||
Build firmware images for Traverse Geos board
|
Build firmware images for Traverse Geos board
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/gpio-cs5535/install
|
define KernelPackage/$(GEOS_GPIO)/install
|
||||||
sed -i -r -e 's/$$$$$$$$/ mask=$(CS5535_MASK)/' $(1)/etc/modules.d/??-gpio-cs5535
|
sed -i -r -e 's/$$$$$$$$/ mask=$(CS5535_MASK)/' $(1)/etc/modules.d/??-$(GEOS_GPIO)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in New Issue