diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-04-12 12:05:18 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-04-12 12:05:18 +0000 |
commit | b804c4ecef284ef97d33ec621b5d43c05e8d9aa3 (patch) | |
tree | 40b65e255fb785e3334619491a7c15e5b216ede4 /target | |
parent | 31be9f2ac8f9f3283b0b84d453470e0e593809be (diff) |
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')
-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 |