diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-04-12 12:05:18 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-04-12 12:05:18 +0000 |
commit | f79b6139344265d9a55e752bc640e16feee6d02f (patch) | |
tree | 2bf86b6f6fa2dc2c9b484a80d5d1373bbac8efe0 /target/linux | |
parent | d2812cb036585a9dfe3147e691b4ec3dc3a188d8 (diff) | |
download | upstream-f79b6139344265d9a55e752bc640e16feee6d02f.tar.gz upstream-f79b6139344265d9a55e752bc640e16feee6d02f.tar.bz2 upstream-f79b6139344265d9a55e752bc640e16feee6d02f.zip |
x86/net5501: remove broken flag
According to Christophe, the kernel boots on the Soekris net5501
board.
Reported-by: Christophe Prevotaux <cprevotaux@nltinc.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40468
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/x86/net5501/target.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/x86/net5501/target.mk b/target/linux/x86/net5501/target.mk index b8fd5a7e26..e8a2bd81c8 100644 --- a/target/linux/x86/net5501/target.mk +++ b/target/linux/x86/net5501/target.mk @@ -23,7 +23,6 @@ DEFAULT_PACKAGES += kmod-crypto-hw-geode kmod-crypto-ocf \ CS5535_MASK:=0x01000040 CPU_TYPE := geode -FEATURES += broken define Target/Description Build firmware images for Soekris net5501 board |