summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/redboot-ar231x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/redboot-ar231x/Makefile b/package/redboot-ar231x/Makefile
index e6d9bdb7f..b07b5a3d2 100644
--- a/package/redboot-ar231x/Makefile
+++ b/package/redboot-ar231x/Makefile
@@ -26,7 +26,7 @@ export GCC_HONOUR_COPTS=s
define Package/redboot-ar231x
SECTION:=boot
CATEGORY:=Boot Loaders
- DEPENDS:=@TARGET_atheros
+ DEPENDS:=@TARGET_atheros @BROKEN
TITLE:=Tiny redboot for AR231x/AR531x
endef