diff options
| author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-03 23:30:26 +0000 | 
|---|---|---|
| committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-03 23:30:26 +0000 | 
| commit | 59f0b5d7218274f52c546fbf61d3e6c30472632d (patch) | |
| tree | c85ccdf1dfdfa694da6a769e16b42d1b0865706c | |
| parent | dc8a3b1bb16d57802d14ab2c1f85568f8ed0b618 (diff) | |
x86/geos: redux of cs5535 version
The previous technique didn't work with "make defconfig" correctly.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26458 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | target/linux/x86/geos/target.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/target/linux/x86/geos/target.mk b/target/linux/x86/geos/target.mk index 4c03eca65..b89a128fe 100644 --- a/target/linux/x86/geos/target.mk +++ b/target/linux/x86/geos/target.mk @@ -1,6 +1,6 @@  BOARDNAME:=Traverse Geos  FEATURES:=squashfs jffs2 ext4 pci usb gpio -GEOS_GPIO = $(if $(findstring 1,$(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.38)),gpio-cs5535-new,gpio-cs5535) +GEOS_GPIO = $(if $(findstring 2.6.32,$(LINUX_VERSION)),gpio-cs5535,gpio-cs5535-new)  DEFAULT_PACKAGES += kmod-ata-via-sata \              kmod-crypto-hw-geode kmod-crypto-ocf \              kmod-$(GEOS_GPIO) kmod-gpio-nsc \ | 
