mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
imagebuilder: clean opkg files if requested (patch from #9866)
SVN-Revision: 27872
This commit is contained in:
parent
e79f073de9
commit
e5e17a1ce8
@ -140,6 +140,7 @@ package_postinst: FORCE
|
|||||||
IPKG_INSTROOT=$(TARGET_DIR) $(which bash) ./etc/rc.common $$script enable; \
|
IPKG_INSTROOT=$(TARGET_DIR) $(which bash) ./etc/rc.common $$script enable; \
|
||||||
done || true; \
|
done || true; \
|
||||||
)
|
)
|
||||||
|
$(if $(CONFIG_CLEAN_IPKG),rm -rf $(TARGET_DIR)/usr/lib/opkg)
|
||||||
|
|
||||||
build_image: FORCE
|
build_image: FORCE
|
||||||
@echo
|
@echo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user