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 | 6edd808cbdc0e32cfa5380525812d8c11d6630d2 (patch) | |
tree | 385efb9a2542ffaf3eb97c5ef7d18e4825ca951b | |
parent | e0eceb4c866bcc000b9af4c3e8fab30bae4eccb5 (diff) | |
download | upstream-6edd808cbdc0e32cfa5380525812d8c11d6630d2.tar.gz upstream-6edd808cbdc0e32cfa5380525812d8c11d6630d2.tar.bz2 upstream-6edd808cbdc0e32cfa5380525812d8c11d6630d2.zip |
mark 63xx as broken until the platform is ready
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4552 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 3f8993c2aa..38d69cb39a 100644 --- a/target/Config.in +++ b/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 |