From: nico Date: Wed, 23 Nov 2011 21:44:36 +0000 (+0000) Subject: [backfire] cleanup: remove refs to unsupported "sibyte" target X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=5ffe75aadcffaf16fc3bf7664266890a62d59c01;p=10.03%2Fopenwrt.git [backfire] cleanup: remove refs to unsupported "sibyte" target git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@29307 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index 3ec569746..c87e6c37f 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -156,7 +156,7 @@ define KernelPackage/madwifi TITLE:=Driver for Atheros wireless chipsets URL:=http://madwifi-project.org/ MAINTAINER:=Felix Fietkau - DEPENDS:=+wireless-tools @LINUX_2_6 @PCI_SUPPORT @(!(TARGET_avr32||TARGET_cobalt||TARGET_ep93xx||TARGET_octeon||TARGET_sibyte)||BROKEN) + DEPENDS:=+wireless-tools @LINUX_2_6 @PCI_SUPPORT @(!(TARGET_avr32||TARGET_cobalt||TARGET_ep93xx||TARGET_octeon)||BROKEN) FILES:=$(MADWIFI_FILES) AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD)) MENU:=1 diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 55b840099..042447543 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -7,10 +7,10 @@ choice default GCC_VERSION_4_3_3 if powerpc64 default GCC_VERSION_4_3_3 if TARGET_coldfire default GCC_VERSION_4_4_1 if ubicom32 - default GCC_VERSION_4_3_3_CS if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte) + default GCC_VERSION_4_3_3_CS if (mips || mipsel) && !(TARGET_octeon) default GCC_VERSION_4_3_3_CS if (arm || armeb) default GCC_VERSION_4_4_3 if powerpc - default GCC_VERSION_4_4_3 if (TARGET_octeon || TARGET_sibyte) + default GCC_VERSION_4_4_3 if (TARGET_octeon) default GCC_VERSION_4_1_2 help Select the version of gcc you wish to use. diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index fd4f6905c..9334065ba 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -69,7 +69,7 @@ if !LINUX_2_4 default y if TARGET_coldfire config GCC_VERSION_4_3_3_CS - default y if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte) + default y if (mips || mipsel) && !(TARGET_octeon) default y if (arm || armeb) config GCC_VERSION_4_4_1 @@ -77,7 +77,7 @@ if !LINUX_2_4 config GCC_VERSION_4_4_3 default y if powerpc - default y if (TARGET_octeon || TARGET_sibyte) + default y if (TARGET_octeon) endif endif