move jffs2 end-of-filesystem detection to the generic 2.6 patches
[openwrt.git] / package / busybox / Makefile
index 799372f..b444129 100644 (file)
@@ -12,7 +12,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 +38,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))
This page took 0.031006 seconds and 4 git commands to generate.