diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-20 23:48:26 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-20 23:48:26 +0000 |
commit | 145c8a06f7e4e6fc0f95cc15367233a485fe37f8 (patch) | |
tree | 331eed3aac4c9cd907ae12202d0f8d3c1ebf7e02 /target/linux/ar7-2.4 | |
parent | 3fb733b0cb5481a894eb3aea3cb68297ed5a9b56 (diff) |
add new ar7 dsl driver (thanks, matteo), mark ar7-2.4 as broken and enable ar7-2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7020 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7-2.4')
-rw-r--r-- | target/linux/ar7-2.4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar7-2.4/Makefile b/target/linux/ar7-2.4/Makefile index 87c2470205..6f70532774 100644 --- a/target/linux/ar7-2.4/Makefile +++ b/target/linux/ar7-2.4/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=ar7 BOARDNAME:=TI AR7 -FEATURES:=squashfs jffs2 +FEATURES:=squashfs jffs2 broken define Target/Description Build firmware images for TI AR7 based routers (w.g. Linksys WAG54G v2) |