diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-24 17:08:37 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-24 17:08:37 +0000 |
commit | 15be1c9ee781794e7c9412473adac2e9c87fa2ad (patch) | |
tree | 33ebb9e7a617739ffc1446c0cdc3dd8e432e46e1 /target/linux/x86 | |
parent | 680f4608614e74739b3c6c5284000c511f11ffa8 (diff) | |
download | upstream-15be1c9ee781794e7c9412473adac2e9c87fa2ad.tar.gz upstream-15be1c9ee781794e7c9412473adac2e9c87fa2ad.tar.bz2 upstream-15be1c9ee781794e7c9412473adac2e9c87fa2ad.zip |
kernel: update linux 3.7 to 3.7.4
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35318
Diffstat (limited to 'target/linux/x86')
-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 53cef2ac8b..a45c07f638 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.3 +LINUX_VERSION:=3.7.4 CS5535_MASK:=0x0E000048 CFLAGS += -march=geode -Os -mmmx -m3dnow -fno-align-jumps -fno-align-functions \ |