diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-02 15:31:52 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-02 15:31:52 +0000 |
commit | ab3e3cacaa3c036629f4f82f49c27877402061e9 (patch) | |
tree | 44872b715cae0522193ee72b450744a8933dffe5 /target/linux/x86/alix2/target.mk | |
parent | 4c223d7d4f8a325256bdcbcc602ea8662bde97c3 (diff) | |
download | upstream-ab3e3cacaa3c036629f4f82f49c27877402061e9.tar.gz upstream-ab3e3cacaa3c036629f4f82f49c27877402061e9.tar.bz2 upstream-ab3e3cacaa3c036629f4f82f49c27877402061e9.zip |
alix2: convert from kernel version 3.3.8 to 3.7.5
[juhosg: use 3.7.5 instead of 3.7.3]
Signed-off-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35457
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 35fad36a3e..e10e1697e9 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.5 CS5535_MASK:=0x0b000042 CFLAGS += -march=geode -Os -mmmx -m3dnow -fno-align-jumps -fno-align-functions \ |