diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-07 15:53:09 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-07 15:53:09 +0000 |
commit | 9e8a9a0cc9f3d0eb45b22e29239ae7b35a390689 (patch) | |
tree | b66ff46ff04186b586ed9c64b5d5473560626d26 /target/linux/x86 | |
parent | c62a2a7fb864e6a5fb4ab8219c01345d6cee1e36 (diff) | |
download | upstream-9e8a9a0cc9f3d0eb45b22e29239ae7b35a390689.tar.gz upstream-9e8a9a0cc9f3d0eb45b22e29239ae7b35a390689.tar.bz2 upstream-9e8a9a0cc9f3d0eb45b22e29239ae7b35a390689.zip |
x86/alix2: switch to 3.8
Tested on an alix2d13 board.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36252 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/alix2/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/alix2/target.mk b/target/linux/x86/alix2/target.mk index 573ca238eb..ad13d1fbf7 100644 --- a/target/linux/x86/alix2/target.mk +++ b/target/linux/x86/alix2/target.mk @@ -19,7 +19,7 @@ DEFAULT_PACKAGES += \ kmod-ledtrig-heartbeat kmod-ledtrig-gpio \ kmod-ledtrig-netdev \ kmod-cpu-msr hwclock wpad -LINUX_VERSION:=3.7.10 +LINUX_VERSION:=3.8.6 CS5535_MASK:=0x0b000042 CFLAGS += -march=geode -Os -mmmx -m3dnow -fno-align-jumps -fno-align-functions \ |