diff options
| author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-08-10 16:22:15 +0000 | 
|---|---|---|
| committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-08-10 16:22:15 +0000 | 
| commit | e77a109d6fe2bd1d2550104795d3aca8038e7514 (patch) | |
| tree | 385efb9a2542ffaf3eb97c5ef7d18e4825ca951b | |
| parent | a1b10a937911205c5239bc98a057c0a88523b66a (diff) | |
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 3f8993c2a..38d69cb39 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  | 
