From: nico Date: Wed, 23 Nov 2011 21:44:24 +0000 (+0000) Subject: [backfire] cleanup: remove refs to unsupported "iop32x" target X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=5e9f4dbe59f1f3993c427a9f0174d4512f507f07;hp=dd63d29cdd8b6015f5b615b9da85818c5c38adff [backfire] cleanup: remove refs to unsupported "iop32x" target git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@29302 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index cb5efb60d..61a00bf9a 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