diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-02 07:36:45 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-02 07:36:45 +0000 |
commit | 5aa70d283f4a3577590c2879686af1775e21a19d (patch) | |
tree | aa63cec42634c1e54bd2aecabeecbf0528f4d868 /target/linux/x86/alix2 | |
parent | 562e76d22c143e9cc2c76443fe05e246d7f4a232 (diff) | |
download | upstream-5aa70d283f4a3577590c2879686af1775e21a19d.tar.gz upstream-5aa70d283f4a3577590c2879686af1775e21a19d.tar.bz2 upstream-5aa70d283f4a3577590c2879686af1775e21a19d.zip |
x86/alix2: switch to 3.10.9
Taken from the 'alix2: update to LINUX_VERSION 3.10.9'
patch: http://patchwork.openwrt.org/patch/3971/.
Russell says in the original patch:
"Initial whack at updating alix2 to a current kernel. It builds
and runs without problems so far. I copied target/linux/config-3.8,
target/linux/x86/alix2/config-3.8, and target/linux/patches-3.8 to
their 3.10 equivalents and tweaked until it built. The patches
required no changes."
Signed-off-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37869
Diffstat (limited to 'target/linux/x86/alix2')
-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 ff9f816a21..ff2ab15673 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.8.13 +LINUX_VERSION:=3.10.9 CS5535_MASK:=0x0b000042 CFLAGS += -march=geode -Os -mmmx -m3dnow -fno-align-jumps -fno-align-functions \ |