diff options
author | Magnus Kroken <mkroken@gmail.com> | 2020-07-24 14:15:17 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-12 11:08:05 +0200 |
commit | 4165232c45df224f32a94f43b9938d13d643b2a8 (patch) | |
tree | c776a7e50a0426eb5670014ad9f7442a2ec0f80d /package/utils/busybox/Makefile | |
parent | d0cb71a8962719f2e64d43f9bed808633cfc9cd9 (diff) | |
download | upstream-4165232c45df224f32a94f43b9938d13d643b2a8.tar.gz upstream-4165232c45df224f32a94f43b9938d13d643b2a8.tar.bz2 upstream-4165232c45df224f32a94f43b9938d13d643b2a8.zip |
busybox: delete redundant patch
This problem has been fixed in upstream commit
6b6a3d9339f1c08efaa18a7fb7357e20b48bdc95. This patch now (harmlessly)
adds the same definition a second time.
Signed-off-by: Magnus Kroken <mkroken@gmail.com>
[bump PKG_RELEASE]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'package/utils/busybox/Makefile')
-rw-r--r-- | package/utils/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index 01441d1e87..baf375eb13 100644 --- a/package/utils/busybox/Makefile +++ b/package/utils/busybox/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.31.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |