diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 18:09:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 18:09:32 +0000 |
commit | 3488372fa7942b1d517902e710d1d09e11037b71 (patch) | |
tree | b248e390f9c5db22d77caa84d7de75056b9b45c4 /target/linux/x86 | |
parent | 8dc438ea7f15ef40e28dec149388fe81e28e4331 (diff) | |
download | upstream-3488372fa7942b1d517902e710d1d09e11037b71.tar.gz upstream-3488372fa7942b1d517902e710d1d09e11037b71.tar.bz2 upstream-3488372fa7942b1d517902e710d1d09e11037b71.zip |
x86/net5501: switch to 3.10 and add broken flag
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39728
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/net5501/target.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86/net5501/target.mk b/target/linux/x86/net5501/target.mk index e8a2bd81c8..b231e7e1ed 100644 --- a/target/linux/x86/net5501/target.mk +++ b/target/linux/x86/net5501/target.mk @@ -23,6 +23,8 @@ DEFAULT_PACKAGES += kmod-crypto-hw-geode kmod-crypto-ocf \ CS5535_MASK:=0x01000040 CPU_TYPE := geode +LINUX_VERSION:=3.10.32 +FEATURES += broken define Target/Description Build firmware images for Soekris net5501 board |