diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-01-11 22:56:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-01-11 22:56:45 +0000 |
commit | 7eb747e49aab6a2bc7bd563c8ab5be796493e620 (patch) | |
tree | 981d0d1a055f84dbe2faeff85ca9d0dedbdf06f5 /openwrt/target/Config.in | |
parent | 5f7cbbbcdbe68d2948bcf2ef53f7c15d54bdf91d (diff) | |
download | mtk-20170518-7eb747e49aab6a2bc7bd563c8ab5be796493e620.zip mtk-20170518-7eb747e49aab6a2bc7bd563c8ab5be796493e620.tar.gz mtk-20170518-7eb747e49aab6a2bc7bd563c8ab5be796493e620.tar.bz2 |
remove incorrect default statements
SVN-Revision: 2923
Diffstat (limited to 'openwrt/target/Config.in')
-rw-r--r-- | openwrt/target/Config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index e51b1cf..e1b8736 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -3,7 +3,6 @@ choice config BR2_LINUX_2_4_AR531X bool "Atheros AR531x [2.4]" - default n depends BR2_mips help Build firmware images for Atheros AR531x based boards @@ -11,7 +10,6 @@ config BR2_LINUX_2_4_AR531X config BR2_LINUX_2_4_BRCM bool "Broadcom BCM47xx/53xx [2.4]" - default y depends BR2_mipsel select BR2_LINUX_PCMCIA_SUPPORT help @@ -24,7 +22,6 @@ config BR2_LINUX_2_4_BRCM config BR2_LINUX_2_6_BRCM bool "Broadcom BCM47xx/53xx [2.6]" - default n depends BR2_mipsel select BR2_LINUX_PCMCIA_SUPPORT help @@ -33,14 +30,12 @@ config BR2_LINUX_2_6_BRCM config BR2_LINUX_2_4_AR7 bool "TI AR7 [2.4]" - default n depends BR2_mipsel help Build firmware images for TI AR7 based routers (w.g. Linksys WAG54G v2) config BR2_LINUX_2_4_X86 bool "x86 [2.4]" - default n depends BR2_i386 select BR2_LINUX_PCMCIA_SUPPORT help @@ -49,7 +44,6 @@ config BR2_LINUX_2_4_X86 config BR2_LINUX_2_6_X86 bool "x86 [2.6]" - default n depends BR2_i386 select BR2_LINUX_PCMCIA_SUPPORT help |