From 5e9f4dbe59f1f3993c427a9f0174d4512f507f07 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 23 Nov 2011 21:44:24 +0000 Subject: [PATCH] [backfire] cleanup: remove refs to unsupported "iop32x" target git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@29302 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/madwifi/Makefile | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.35.1