mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
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>
This commit is contained in:
parent
5d37d8dc82
commit
f46867e5cc
@ -111,7 +111,6 @@ define prepare_rootfs
|
|||||||
)
|
)
|
||||||
|
|
||||||
@-find $(1) -name CVS -o -name .svn -o -name .git -o -name '.#*' | $(XARGS) rm -rf
|
@-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 \
|
rm -rf \
|
||||||
$(1)/boot \
|
$(1)/boot \
|
||||||
$(1)/tmp/* \
|
$(1)/tmp/* \
|
||||||
|
Loading…
Reference in New Issue
Block a user