diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-02-23 18:09:32 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-02-23 18:09:32 +0000 |
commit | d0cb83378151d0f4c35d1d540e9a1b650eccbc85 (patch) | |
tree | f26549318ecabce2f266a5e19fc2ac6554af350f /target | |
parent | 20328fb09fe786d4a8588142743de9dfe4dbc4ec (diff) |
x86/net5501: switch to 3.10 and add broken flag
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39728 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |