summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-01-16 02:16:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-01-16 02:16:03 +0000
commite564537749ac826b6f80e78080f232e98f7e94f9 (patch)
treeb140c247395e9384b3ec4fd4f7f790a461f9c2e9
parent522199f7ef456c43286bca6fff6413697b680c67 (diff)
downloadmtk-20170518-e564537749ac826b6f80e78080f232e98f7e94f9.zip
mtk-20170518-e564537749ac826b6f80e78080f232e98f7e94f9.tar.gz
mtk-20170518-e564537749ac826b6f80e78080f232e98f7e94f9.tar.bz2
remove bogus part of the broadcom target descriptions
SVN-Revision: 6109
-rw-r--r--target/linux/brcm-2.4/Makefile4
-rw-r--r--target/linux/brcm-2.6/Makefile4
-rw-r--r--target/linux/brcm47xx-2.6/Makefile4
3 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/brcm-2.4/Makefile b/target/linux/brcm-2.4/Makefile
index 83741c1..82bfa1b 100644
--- a/target/linux/brcm-2.4/Makefile
+++ b/target/linux/brcm-2.4/Makefile
@@ -14,10 +14,6 @@ FEATURES:=squashfs
define Target/Description
Build firmware images for Broadcom based routers
(e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G)
-
- This one builds the generic .trx images, activate one of the
- options below for creating device specific files for use
- with TFTP client too.
endef
KERNEL:=2.4
diff --git a/target/linux/brcm-2.6/Makefile b/target/linux/brcm-2.6/Makefile
index 7b57fd1..0a25759 100644
--- a/target/linux/brcm-2.6/Makefile
+++ b/target/linux/brcm-2.6/Makefile
@@ -14,10 +14,6 @@ FEATURES:=squashfs
define Target/Description
Build firmware images for Broadcom based routers
(e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G)
-
- This one builds the generic .trx images, activate one of the
- options below for creating device specific files for use
- with TFTP client too.
endef
include $(INCLUDE_DIR)/kernel-build.mk
diff --git a/target/linux/brcm47xx-2.6/Makefile b/target/linux/brcm47xx-2.6/Makefile
index 46e7650..ca7fd5d 100644
--- a/target/linux/brcm47xx-2.6/Makefile
+++ b/target/linux/brcm47xx-2.6/Makefile
@@ -14,10 +14,6 @@ FEATURES:=squashfs broken
define Target/Description
Build firmware images for Broadcom based routers
(e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G)
-
- This one builds the generic .trx images, activate one of the
- options below for creating device specific files for use
- with TFTP client too.
endef
include $(INCLUDE_DIR)/kernel-build.mk