diff options
author | Mike Baker <mbm@openwrt.org> | 2006-08-10 16:22:15 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-08-10 16:22:15 +0000 |
commit | df5c53e2fca4df81dbdf65b6e284ca9b49917042 (patch) | |
tree | 7258e5a0788d6de9a82d076e9803fd12733c161b /openwrt/target | |
parent | 3e90de03126e361cb2585d6f3ad3580d9312eaca (diff) |
mark 63xx as broken until the platform is ready
SVN-Revision: 4552
Diffstat (limited to 'openwrt/target')
-rw-r--r-- | openwrt/target/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index 3f8993c2aa..38d69cb39a 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -55,6 +55,7 @@ config LINUX_2_6_BRCM config LINUX_2_6_BRCM63XX bool "Broadcom BCM63xx [2.6]" + depends BROKEN select mips select LINUX_2_6 select PCI_SUPPORT |