From 8f4b354cdd48c3346df96018048c39429060a8db Mon Sep 17 00:00:00 2001 From: jow Date: Fri, 9 Sep 2011 17:04:51 +0000 Subject: [PATCH] [backfire] merge r27872 git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@28204 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/imagebuilder/files/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile index 1fa074b35..75129ffd2 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 -- 2.35.1