X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/cd0d52cbccd8c66fd7b28a35eb69efdc4231201f..69cdd2998607697bdf28064fe965bbec9c781372:/package/busybox/Makefile diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 799372fad..31ec10351 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -1,3 +1,9 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# # $Id$ include $(TOPDIR)/rules.mk @@ -12,7 +18,7 @@ PKG_SOURCE_URL:=http://www.busybox.net/downloads PKG_MD5SUM:=19a0b475169335f17e421cf644616fe7 PKG_CAT:=bzcat -include $(TOPDIR)/package/rules.mk +include $(INCLUDE_DIR)/package.mk define Package/busybox SECTION:=base @@ -38,6 +44,7 @@ endef define Package/busybox/install $(MAKE) CC=$(TARGET_CC) CROSS="$(TARGET_CROSS)" PREFIX="$(1)" \ EXTRA_CFLAGS="$(TARGET_CFLAGS)" -C $(PKG_BUILD_DIR) install + -rm -rf $(1)/lib64 endef $(eval $(call BuildPackage,busybox))