aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/Makefile
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2018-06-21 22:26:18 +0200
committerHans Dedecker <dedeckeh@gmail.com>2018-06-21 22:33:35 +0200
commitc6e50075f245b076b57f3f87b5401764a2e11b92 (patch)
treeee7d35accaa927d718187d029292080e77a007e3 /package/utils/busybox/Makefile
parent004fe8962090aba170b866aaba5526d4f96c8d6d (diff)
downloadupstream-c6e50075f245b076b57f3f87b5401764a2e11b92.tar.gz
upstream-c6e50075f245b076b57f3f87b5401764a2e11b92.tar.bz2
upstream-c6e50075f245b076b57f3f87b5401764a2e11b92.zip
busybox: udhcpc: replace udhcpc_no_msg_dontroute patch by upstream fix
Replace 204-udhcpc_no_msg_dontroute patch by the upstream busybox fix which removes the code which requires the server ID to be on local network Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/utils/busybox/Makefile')
-rw-r--r--package/utils/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index e73b1d41a8..e8d71670af 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.28.4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2