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 | f3d5e445cf8815874a83b74c1529be58fcd756fc (patch) | |
tree | 40b65e255fb785e3334619491a7c15e5b216ede4 /target/linux/x86 | |
parent | 0e6867db1e9a2feb6ded27a33631e25f6c18e11e (diff) | |
download | master-187ad058-f3d5e445cf8815874a83b74c1529be58fcd756fc.tar.gz master-187ad058-f3d5e445cf8815874a83b74c1529be58fcd756fc.tar.bz2 master-187ad058-f3d5e445cf8815874a83b74c1529be58fcd756fc.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40468 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-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 |