From a71089de4b6d0f292c917503e4dda1b065407f99 Mon Sep 17 00:00:00 2001
From: Nicolas Thill <nico@openwrt.org>
Date: Wed, 21 Jan 2009 23:03:55 +0000
Subject: [PATCH] remove IPKG_ARCH variable, unused anymore since ipkg support
 was removed from busybox

SVN-Revision: 14142
---
 package/busybox/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index b96075f9bc..ae379045ae 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -1,5 +1,5 @@
 # 
-# Copyright (C) 2006-2008 OpenWrt.org
+# Copyright (C) 2006-2009 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -67,7 +67,6 @@ define Build/Compile
 		KBUILD_HAVE_NLS=no \
 		EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
 		ARCH="$(ARCH)" \
-		IPKG_ARCH="$(ARCH)" \
 		all
 endef
 
-- 
2.30.2