aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-01-21 23:03:55 +0000
committerNicolas Thill <nico@openwrt.org>2009-01-21 23:03:55 +0000
commita71089de4b6d0f292c917503e4dda1b065407f99 (patch)
tree76d4a09e266bc193c14b460af4c83b555f4632c2 /package
parent06f50d2116c6b997ac66e7d40d962837c4cc971c (diff)
downloadupstream-a71089de4b6d0f292c917503e4dda1b065407f99.tar.gz
upstream-a71089de4b6d0f292c917503e4dda1b065407f99.tar.bz2
upstream-a71089de4b6d0f292c917503e4dda1b065407f99.zip
remove IPKG_ARCH variable, unused anymore since ipkg support was removed from busybox
SVN-Revision: 14142
Diffstat (limited to 'package')
-rw-r--r--package/busybox/Makefile3
1 files changed, 1 insertions, 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