diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-09-01 19:45:41 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-09-01 19:45:41 +0000 |
| commit | 4fe53f5942e595df86dc7be3903f5315d152b6d4 (patch) | |
| tree | d72b1dee52c626247696168520d62d781fad0378 | |
| parent | 3fc9b14bd4a3d11fd31c6296d2aee69151f9031c (diff) | |
| download | upstream-4fe53f5942e595df86dc7be3903f5315d152b6d4.tar.gz upstream-4fe53f5942e595df86dc7be3903f5315d152b6d4.tar.bz2 upstream-4fe53f5942e595df86dc7be3903f5315d152b6d4.zip | |
remove dead config options for firmware target support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1822 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/target/linux/Config.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index dd0c1d4563a..3da36ee4784 100644 --- a/openwrt/target/linux/Config.in +++ b/openwrt/target/linux/Config.in @@ -16,21 +16,6 @@ config BR2_LINUX_2_4_BRCM options below for creating device specific files for use with TFTP client too. - config BR2_TARGET_WRT54G - default y - depends BR2_LINUX_2_4_BRCM - bool "Linksys WRT54G" - - config BR2_TARGET_WRT54GS - default y - depends BR2_LINUX_2_4_BRCM - bool "Linksys WRT54GS" - - config BR2_TARGET_MOTOROLA - default y - depends BR2_LINUX_2_4_BRCM - bool "Motorola WR850G" - config BR2_LINUX_2_4_AR7 bool "Support for TI AR7 based devices" default n |
