diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-17 21:32:42 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-17 21:32:42 +0000 |
commit | 3f749d1e8e5b36e8a0d5450838e52ab4efd31001 (patch) | |
tree | 1cbf3b638fd5e4978b175d42e43f2e667b70e781 /target/linux/x86/geos | |
parent | 02b0c62f3379004cfbb6436b956c6ca75ee1d8f7 (diff) | |
download | upstream-3f749d1e8e5b36e8a0d5450838e52ab4efd31001.tar.gz upstream-3f749d1e8e5b36e8a0d5450838e52ab4efd31001.tar.bz2 upstream-3f749d1e8e5b36e8a0d5450838e52ab4efd31001.zip |
kernel: update linux 3.7 to 3.7.9
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35644
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 84621feba1..35c0284362 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.8 +LINUX_VERSION:=3.7.9 CS5535_MASK:=0x0E000048 CFLAGS += -march=geode -Os -mmmx -m3dnow -fno-align-jumps -fno-align-functions \ |