aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/opkg/Makefile
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2022-12-12 23:08:05 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2023-01-06 17:34:46 +0100
commit1b6e9b3f64344aa17bdb2dc7b89bb2765305dbe5 (patch)
treec4b160f0d4225cd47367bc800523cf2303046426 /package/system/opkg/Makefile
parentcdd9bee3704358b705e10773ec10d460f8eaac42 (diff)
downloadupstream-1b6e9b3f64344aa17bdb2dc7b89bb2765305dbe5.tar.gz
upstream-1b6e9b3f64344aa17bdb2dc7b89bb2765305dbe5.tar.bz2
upstream-1b6e9b3f64344aa17bdb2dc7b89bb2765305dbe5.zip
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>
Diffstat (limited to 'package/system/opkg/Makefile')
-rw-r--r--package/system/opkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile
index 405c74ec80..38ce346b38 100644
--- a/package/system/opkg/Makefile
+++ b/package/system/opkg/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=opkg
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_FLAGS:=essential
PKG_SOURCE_PROTO:=git