summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2024-05-19 15:03:27 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2024-05-19 15:05:10 +0200
commitf46867e5ccfa87d698bb11c4ecc9f4592890b06e (patch)
tree0070285b97e56b87d7af0cd4c7e6280f842afe20 /include
parent5d37d8dc824f4fdef690b80ceae1bde6a6f16913 (diff)
downloadopenwrt-f46867e5ccfa87d698bb11c4ecc9f4592890b06e.tar.gz
openwrt-f46867e5ccfa87d698bb11c4ecc9f4592890b06e.tar.bz2
openwrt-f46867e5ccfa87d698bb11c4ecc9f4592890b06e.zip
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 <ansuelsmth@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/rootfs.mk1
1 files changed, 0 insertions, 1 deletions
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/* \