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 | 15d311ec18e3480f4638e5ee8b6e3a6f7a828b86 (patch) | |
tree | b95dedf479405ec20386ee1895e67e5f8663d89d /target/linux/x86/alix2/target.mk | |
parent | 9d05b1b6836d14ebb82f478f67facb1cfbf7e007 (diff) | |
download | upstream-15d311ec18e3480f4638e5ee8b6e3a6f7a828b86.tar.gz upstream-15d311ec18e3480f4638e5ee8b6e3a6f7a828b86.tar.bz2 upstream-15d311ec18e3480f4638e5ee8b6e3a6f7a828b86.zip |
x86/alix2: switch to 3.8
Tested on an alix2d13 board.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36252
Diffstat (limited to 'target/linux/x86/alix2/target.mk')
-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 \ |