From e5e17a1ce8b3a41a4a8339bf6d8d60322de7b736 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 1 Aug 2011 23:58:11 +0000 Subject: [PATCH] imagebuilder: clean opkg files if requested (patch from #9866) SVN-Revision: 27872 --- target/imagebuilder/files/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile index 002274acaf..902568b6dd 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.30.2