diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-30 10:44:09 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-30 10:44:09 +0000 |
commit | d557a51a40c03d0787661306ca57456945a54f4d (patch) | |
tree | 2591cc5f2a5064635395d2e63a5fbea39c55d06f /target/linux/x86/geos/target.mk | |
parent | 0fa71ca3e57fdc1585987cacdde48e6ac285135c (diff) | |
download | upstream-d557a51a40c03d0787661306ca57456945a54f4d.tar.gz upstream-d557a51a40c03d0787661306ca57456945a54f4d.tar.bz2 upstream-d557a51a40c03d0787661306ca57456945a54f4d.zip |
x86/geos: switch to 3.8.10
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36496
Diffstat (limited to 'target/linux/x86/geos/target.mk')
-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 167c287457..89a356f05d 100644 --- a/target/linux/x86/geos/target.mk +++ b/target/linux/x86/geos/target.mk @@ -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.7.10 +LINUX_VERSION:=3.8.10 CS5535_MASK:=0x0E000048 CFLAGS += -march=geode -Os -mmmx -m3dnow -fno-align-jumps -fno-align-functions \ |