diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 15:13:31 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 15:13:31 +0000 |
commit | 8903f8581b25e9ba7eb7ce2e7a246f9dc59fbc64 (patch) | |
tree | 3df2b47f3587083c82f47e68c586d41cc2c663ba /target/linux/x86/geos | |
parent | b2caa5db248f8a212de2c0adc9835d2949db75ff (diff) | |
download | upstream-8903f8581b25e9ba7eb7ce2e7a246f9dc59fbc64.tar.gz upstream-8903f8581b25e9ba7eb7ce2e7a246f9dc59fbc64.tar.bz2 upstream-8903f8581b25e9ba7eb7ce2e7a246f9dc59fbc64.zip |
kernel: update linux 3.7 to 3.7.1
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34760
Diffstat (limited to 'target/linux/x86/geos')
-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 e2f582f048..fb5dcff7d4 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 +LINUX_VERSION:=3.7.1 CS5535_MASK:=0x0E000048 CFLAGS += -march=geode -Os -mmmx -m3dnow -fno-align-jumps -fno-align-functions \ |