From: Hans Dedecker Date: Thu, 21 Jun 2018 20:26:18 +0000 (+0200) Subject: busybox: udhcpc: replace udhcpc_no_msg_dontroute patch by upstream fix X-Git-Tag: v18.06.2~229 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=32b18f6e211e2699de2b9a8be94f91e0890c562d 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 (backported from c6e50075f245b076b57f3f87b5401764a2e11b92) --- 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