diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-15 07:36:15 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-15 07:36:15 +0000 |
commit | 240c27a41f2d5cb3f0ac4a37b4f83a642d638e16 (patch) | |
tree | 5c1c958622260129f15874e918d33160b320038b /target/linux/x86/geos | |
parent | f31cd4f577b371955ab6241d5ba7f6844fa05837 (diff) | |
download | master-187ad058-240c27a41f2d5cb3f0ac4a37b4f83a642d638e16.tar.gz master-187ad058-240c27a41f2d5cb3f0ac4a37b4f83a642d638e16.tar.bz2 master-187ad058-240c27a41f2d5cb3f0ac4a37b4f83a642d638e16.zip |
kernel: update linux 3.7 to 3.7.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35604 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 d1f73070fd..84621feba1 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.7 +LINUX_VERSION:=3.7.8 CS5535_MASK:=0x0E000048 CFLAGS += -march=geode -Os -mmmx -m3dnow -fno-align-jumps -fno-align-functions \ |