From 175b2623288957dc7087278d1e78a7eedb077f8f Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Thu, 1 Mar 2018 18:38:55 +0100 Subject: netifd: add udhcpc link check to dhcp shell handler script Fixes the assumption the busybox udhcpc applet is always enabled; in case the symbolic link check fails the DHCP shell handler script will exit and as result the DHCP protocol handler will not be registered in netifd. Signed-off-by: Hans Dedecker --- package/network/config/netifd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/config/netifd/Makefile') diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index 6e208ddd96..8b5d2f8ff3 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git -- cgit v1.2.3