From: Christian Marangi Date: Sun, 19 May 2024 13:03:27 +0000 (+0200) Subject: include/rootfs: skip removal of APK cache now deprecated X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f46867e5ccfa87d698bb11c4ecc9f4592890b06e;p=openwrt%2Fstaging%2Fnbd.git include/rootfs: skip removal of APK cache now deprecated Skip removal of APK cache since now deprecated as APK doesn't make use of cache anymore in our configuration. Signed-off-by: Christian Marangi --- diff --git a/include/rootfs.mk b/include/rootfs.mk index 907a95a794..c2a32fa102 100644 --- a/include/rootfs.mk +++ b/include/rootfs.mk @@ -111,7 +111,6 @@ define prepare_rootfs ) @-find $(1) -name CVS -o -name .svn -o -name .git -o -name '.#*' | $(XARGS) rm -rf - @-find $(1)/usr/cache/apk/ -name '*.apk' -delete rm -rf \ $(1)/boot \ $(1)/tmp/* \