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 | 1a0d00ad55d3780771441f7a570af1e881a501cc (patch) | |
tree | f26549318ecabce2f266a5e19fc2ac6554af350f /target/linux/x86/net5501/target.mk | |
parent | cbad92e1098b8b1767666d422365fb6567856914 (diff) | |
download | upstream-1a0d00ad55d3780771441f7a570af1e881a501cc.tar.gz upstream-1a0d00ad55d3780771441f7a570af1e881a501cc.tar.bz2 upstream-1a0d00ad55d3780771441f7a570af1e881a501cc.zip |
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/linux/x86/net5501/target.mk')
-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 |