aboutsummaryrefslogtreecommitdiffstats
path: root/target/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-01-11 22:56:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-01-11 22:56:45 +0000
commit7695f0179a0398ce434d8f7e1b48690e37fbb1df (patch)
treefd045068fb7f01c84de7edc5e514a3c162a4dd0d /target/Config.in
parent809704725a1dd159d03d621b87fd9efc7ec56702 (diff)
downloadmaster-187ad058-7695f0179a0398ce434d8f7e1b48690e37fbb1df.tar.gz
master-187ad058-7695f0179a0398ce434d8f7e1b48690e37fbb1df.tar.bz2
master-187ad058-7695f0179a0398ce434d8f7e1b48690e37fbb1df.zip
remove incorrect default statements
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2923 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Config.in')
-rw-r--r--target/Config.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/target/Config.in b/target/Config.in
index e51b1cfc73..e1b8736738 100644
--- a/target/Config.in
+++ b/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