diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-25 00:55:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-25 00:55:25 +0000 |
commit | 8ad00cd33067856a57bddc58a9d8c861517edafd (patch) | |
tree | e6dcb1f4159a94a8357b968fc518c87bd80238dd | |
parent | 59fd9ef13efd296f58dc9bb4da6b6b040a9b72db (diff) | |
download | upstream-8ad00cd33067856a57bddc58a9d8c861517edafd.tar.gz upstream-8ad00cd33067856a57bddc58a9d8c861517edafd.tar.bz2 upstream-8ad00cd33067856a57bddc58a9d8c861517edafd.zip |
redboot-ar231x: mark as broken, the ecos host tool crap needs some rework for tcl on some systems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26286 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/redboot-ar231x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/redboot-ar231x/Makefile b/package/redboot-ar231x/Makefile index e6d9bdb7fa..b07b5a3d2d 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 |