busybox: udhcpc: replace udhcpc_no_msg_dontroute patch by upstream fix
authorHans Dedecker <dedeckeh@gmail.com>
Thu, 21 Jun 2018 20:26:18 +0000 (22:26 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 08:44:00 +0000 (09:44 +0100)
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>
(backported from c6e50075f245b076b57f3f87b5401764a2e11b92)

package/utils/busybox/Makefile

index e73b1d41a85d84c0db9814feff8a3154e7f96a7f..e8d71670af711efdd9e46e846bddc34afa93c9db 100644 (file)
@@ -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