diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-12-10 22:17:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-12-10 22:17:19 +0000 |
commit | 0094325d66e2aa009184629f8ac934f4c16df2de (patch) | |
tree | 2b160323dffbb94e8846f67de98d6f2816eab4f1 | |
parent | 467e2cdb1207963a9f24a5a78413b1de990e8779 (diff) | |
download | upstream-0094325d66e2aa009184629f8ac934f4c16df2de.tar.gz upstream-0094325d66e2aa009184629f8ac934f4c16df2de.tar.bz2 upstream-0094325d66e2aa009184629f8ac934f4c16df2de.zip |
brcm63xx is currently broken
SVN-Revision: 5753
-rw-r--r-- | target/linux/brcm63xx-2.6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx-2.6/Makefile b/target/linux/brcm63xx-2.6/Makefile index 70ff003ddd..b8da70e133 100644 --- a/target/linux/brcm63xx-2.6/Makefile +++ b/target/linux/brcm63xx-2.6/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=brcm63xx BOARDNAME:=Broadcom BCM963xx -FEATURES:=squashfs jffs2 +FEATURES:=squashfs jffs2 broken define Target/Description Build firmware images for Broadcom based xDSL/routers |