diff --git a/patches/openwrt/0004-prune-opkg.patch b/patches/openwrt/0004-prune-opkg.patch index 995a9be5..8ecc8955 100644 --- a/patches/openwrt/0004-prune-opkg.patch +++ b/patches/openwrt/0004-prune-opkg.patch @@ -1,4 +1,4 @@ -From cbc495f0b77c5f3702043c0281472746c089aeff Mon Sep 17 00:00:00 2001 +From 318c93ccb99221a401c79a3d3f11374ad71e1a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Fri, 10 Jun 2022 20:21:02 +0200 Subject: [PATCH] prune opkg @@ -8,7 +8,7 @@ Subject: [PATCH] prune opkg 1 file changed, 3 insertions(+) diff --git a/include/image.mk b/include/image.mk -index 1703c39797..8f28741367 100644 +index 1703c39797..83db6a84ad 100644 --- a/include/image.mk +++ b/include/image.mk @@ -330,6 +330,9 @@ target-dir-%: FORCE @@ -16,7 +16,7 @@ index 1703c39797..8f28741367 100644 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 -+ rm -rf $(mkfs_cur_target_dir)/usr/bin/opkg ++ rm -rf $(mkfs_cur_target_dir)/bin/opkg + rm -rf $(mkfs_cur_target_dir)/etc/opkg $(KDIR)/root.%: kernel_prepare