From: Gabor Juhos Date: Mon, 2 Sep 2013 07:36:45 +0000 (+0000) Subject: x86/alix2: switch to 3.10.9 X-Git-Tag: reboot~9410 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=5aa70d283f4a3577590c2879686af1775e21a19d 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 Signed-off-by: Gabor Juhos SVN-Revision: 37869 --- 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 \