diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2018-06-21 22:26:18 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-06-21 22:40:54 +0200 |
commit | 2ac5800fd945e41f27954942afa6742c2b6c9781 (patch) | |
tree | e70c91107ecaf18720e7b54522f7a278c6a10337 /package/utils/busybox/Makefile | |
parent | 7f3121cf8a72490ee36edbcecf0adde8246867b5 (diff) | |
download | upstream-2ac5800fd945e41f27954942afa6742c2b6c9781.tar.gz upstream-2ac5800fd945e41f27954942afa6742c2b6c9781.tar.bz2 upstream-2ac5800fd945e41f27954942afa6742c2b6c9781.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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index 77e76af7cd..28375b87c0 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.3 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |