From: Jo-Philipp Wich Date: Fri, 9 Sep 2011 17:04:51 +0000 (+0000) Subject: merge r27872 X-Git-Tag: backfire_10.03.1~126 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=683fd048f5211ae5653aa7faa45f27adcf080798;p=openwrt%2Fsvn-archive%2Fopenwrt.git merge r27872 SVN-Revision: 28204 --- diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile index 1fa074b35e..75129ffd2a 100644 --- a/target/imagebuilder/files/Makefile +++ b/target/imagebuilder/files/Makefile @@ -140,6 +140,7 @@ package_postinst: FORCE IPKG_INSTROOT=$(TARGET_DIR) $(which bash) ./etc/rc.common $$script enable; \ done || true; \ ) + $(if $(CONFIG_CLEAN_IPKG),rm -rf $(TARGET_DIR)/usr/lib/opkg) build_image: FORCE @echo