diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 12:50:18 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 12:50:18 +0000 |
commit | a7db7134773bf6b5c2b52ec7c8b7c4c53c055255 (patch) | |
tree | eb6a50f7f0f927c661766aead4fc7e6f98a8615e /target | |
parent | 944edb47f934d499eccccf0a53e3553a0b3c7cab (diff) | |
download | upstream-a7db7134773bf6b5c2b52ec7c8b7c4c53c055255.tar.gz upstream-a7db7134773bf6b5c2b52ec7c8b7c4c53c055255.tar.bz2 upstream-a7db7134773bf6b5c2b52ec7c8b7c4c53c055255.zip |
x86/geos: switch to 3.10 and add broken flag
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39710
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86/geos/config-3.10 | 1 | ||||
-rw-r--r-- | target/linux/x86/geos/target.mk | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/x86/geos/config-3.10 b/target/linux/x86/geos/config-3.10 index d923ef0741..66ae2c7afc 100644 --- a/target/linux/x86/geos/config-3.10 +++ b/target/linux/x86/geos/config-3.10 @@ -2,7 +2,6 @@ CONFIG_DMI=y CONFIG_DMIID=y # CONFIG_DMI_SYSFS is not set -CONFIG_GENERIC_GPIO=y CONFIG_GEOS=y CONFIG_GPIOLIB=y CONFIG_GPIO_SYSFS=y diff --git a/target/linux/x86/geos/target.mk b/target/linux/x86/geos/target.mk index 7e4670212a..c46acdb890 100644 --- a/target/linux/x86/geos/target.mk +++ b/target/linux/x86/geos/target.mk @@ -1,5 +1,5 @@ BOARDNAME:=Traverse Geos -FEATURES:=squashfs ext4 pci usb gpio +FEATURES:=squashfs ext4 pci usb gpio broken DEFAULT_PACKAGES += \ kmod-crypto-hw-geode kmod-crypto-ocf \ kmod-gpio-cs5535-new kmod-gpio-nsc \ @@ -21,7 +21,7 @@ DEFAULT_PACKAGES += \ kmod-cpu-msr \ soloscli linux-atm br2684ctl ppp-mod-pppoa pppdump pppstats \ hwclock wpad flashrom tc -LINUX_VERSION:=3.8.13 +LINUX_VERSION:=3.10.32 CS5535_MASK:=0x0E000048 CPU_TYPE := geode |