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 | 7d7d637f7eed8c4e8116fd1f3ff4dafd47f510d9 (patch) | |
tree | c8629b6f10a52046ddf6570aca9c22c818d2e0b4 /target/linux/x86 | |
parent | a98bf882f15ff22e82aa4350e5df975fec2161fd (diff) | |
download | upstream-7d7d637f7eed8c4e8116fd1f3ff4dafd47f510d9.tar.gz upstream-7d7d637f7eed8c4e8116fd1f3ff4dafd47f510d9.tar.bz2 upstream-7d7d637f7eed8c4e8116fd1f3ff4dafd47f510d9.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37869 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 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 \ |