projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe19336
)
busybox: udhcpc: replace udhcpc_no_msg_dontroute patch by upstream fix
author
Hans Dedecker
<dedeckeh@gmail.com>
Thu, 21 Jun 2018 20:26:18 +0000
(22:26 +0200)
committer
Jo-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
patch
|
blob
|
history
diff --git
a/package/utils/busybox/Makefile
b/package/utils/busybox/Makefile
index e73b1d41a85d84c0db9814feff8a3154e7f96a7f..e8d71670af711efdd9e46e846bddc34afa93c9db 100644
(file)
--- 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