prune opkg
This commit is contained in:
parent
146b458d2f
commit
6619d57938
24
patches/openwrt/0004-prune-opkg.patch
Normal file
24
patches/openwrt/0004-prune-opkg.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
From 3c72c787ed322df687839e8f3122a9a6866e51f5 Mon Sep 17 00:00:00 2001
|
||||||
|
From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= <mkg20001@gmail.com>
|
||||||
|
Date: Fri, 10 Jun 2022 20:21:02 +0200
|
||||||
|
Subject: [PATCH] prune opkg
|
||||||
|
|
||||||
|
---
|
||||||
|
include/image.mk | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/include/image.mk b/include/image.mk
|
||||||
|
index 1703c39797..96dd9e4d86 100644
|
||||||
|
--- a/include/image.mk
|
||||||
|
+++ b/include/image.mk
|
||||||
|
@@ -330,6 +330,7 @@ target-dir-%: FORCE
|
||||||
|
-$(CP) -T $(mkfs_cur_target_dir).opkg/ $(mkfs_cur_target_dir)/etc/opkg/
|
||||||
|
rm -rf $(mkfs_cur_target_dir).opkg $(mkfs_cur_target_dir).conf
|
||||||
|
$(call prepare_rootfs,$(mkfs_cur_target_dir),$(TOPDIR)/files)
|
||||||
|
+ rm -rf $(mkfs_cur_target_dir)/usr/lib/opkg
|
||||||
|
|
||||||
|
$(KDIR)/root.%: kernel_prepare
|
||||||
|
$(call Image/mkfs/$(word 1,$(target_params)),$(target_params))
|
||||||
|
--
|
||||||
|
2.36.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user