From: Nicolas Thill Date: Wed, 23 Nov 2011 21:44:24 +0000 (+0000) Subject: cleanup: remove refs to unsupported "iop32x" target X-Git-Tag: backfire_10.03.1~35 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=eebd346d047ccef7be0002913f662e2ac27b5ee4;p=openwrt%2Fsvn-archive%2Fopenwrt.git 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