diff options
| author | Christian Marangi | 2024-05-19 13:03:27 +0000 |
|---|---|---|
| committer | Christian Marangi | 2024-05-19 13:05:10 +0000 |
| commit | f46867e5ccfa87d698bb11c4ecc9f4592890b06e (patch) | |
| tree | 0070285b97e56b87d7af0cd4c7e6280f842afe20 | |
| parent | 5d37d8dc824f4fdef690b80ceae1bde6a6f16913 (diff) | |
| download | openwrt-f46867e5ccfa87d698bb11c4ecc9f4592890b06e.tar.gz | |
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>
| -rw-r--r-- | include/rootfs.mk | 1 |
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/* \ |