opkg: add patch to avoid remove package repeatly with force
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 12 Dec 2022 22:08:05 +0000 (23:08 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 6 Jan 2023 16:34:46 +0000 (17:34 +0100)
commit1b6e9b3f64344aa17bdb2dc7b89bb2765305dbe5
treec4b160f0d4225cd47367bc800523cf2303046426
parentcdd9bee3704358b705e10773ec10d460f8eaac42
opkg: add patch to avoid remove package repeatly with force

This patch was taken from the OpenWrt-devel mailing list:
https://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg59794.html

It is included already in OpenWrt master branch and OpenWrt 22.03
release as it was included in opkg-lede repository:
https://git.openwrt.org/?p=project/opkg-lede.git;a=commit;h=9c44557a776da993c2ab80cfac4dbd8d59807d01

However, it is not included in OpenWrt 21.02, where the same issue is
happening.

Fixes: CI for https://github.com/openwrt/packages/pull/20074
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
package/system/opkg/Makefile
package/system/opkg/patches/0001-opkg_remove-avoid-remove-pkg-repeatly-with-option-fo.patch [new file with mode: 0644]