projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: enable USB support for the AR934x SoCs
[openwrt.git]
/
target
/
linux
/
x86
/
geos
/
target.mk
diff --git
a/target/linux/x86/geos/target.mk
b/target/linux/x86/geos/target.mk
index
324525f
..
b89a128
100644
(file)
--- a/
target/linux/x86/geos/target.mk
+++ b/
target/linux/x86/geos/target.mk
@@
-1,10
+1,6
@@
BOARDNAME:=Traverse Geos
FEATURES:=squashfs jffs2 ext4 pci usb gpio
BOARDNAME:=Traverse Geos
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
+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 \
DEFAULT_PACKAGES += kmod-ata-via-sata \
kmod-crypto-hw-geode kmod-crypto-ocf \
kmod-$(GEOS_GPIO) kmod-gpio-nsc \
This page took
0.020753 seconds
and
4
git commands to generate.