From: Nicolas Thill Date: Wed, 23 Nov 2011 21:44:24 +0000 (+0000) Subject: [backfire] cleanup: remove refs to unsupported "iop32x" target X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=9d24bf91b9106f3bec4cd9a50972fe8f0b33c8d8;p=openwrt%2Fsvn-archive%2Farchive.git [backfire] cleanup: remove refs to unsupported "iop32x" target SVN-Revision: 29302 --- diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index cb5efb60d8..61a00bf9ac 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -76,9 +76,6 @@ endif ifeq ($(BOARD),ixp4xx) HAL_TARGET:=xscale-be-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi) endif -ifeq ($(BOARD),iop32x) - HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi) -endif ifeq ($(BOARD),kirkwood) HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi) endif