projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d37d8d
)
include/rootfs: skip removal of APK cache now deprecated
author
Christian Marangi
<ansuelsmth@gmail.com>
Sun, 19 May 2024 13:03:27 +0000
(15:03 +0200)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Sun, 19 May 2024 13:05:10 +0000
(15:05 +0200)
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>
include/rootfs.mk
patch
|
blob
|
history
diff --git
a/include/rootfs.mk
b/include/rootfs.mk
index 907a95a794a34af71e86a4c6eb9c4b1ec6109e33..c2a32fa102dba23603f62137be8eff09d3417a86 100644
(file)
--- 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/* \