[source] target: replace odhcpd by odhcpd-ipv6only

LEDE Commits lede-commits at lists.infradead.org
Wed Nov 29 13:35:21 PST 2017


dedeckeh pushed a commit to source.git, branch master:
https://git.lede-project.org/c7b052db739e50f8a40f95ac17a21363b1593e33

commit c7b052db739e50f8a40f95ac17a21363b1593e33
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Wed Nov 29 22:26:34 2017 +0100

    target: replace odhcpd by odhcpd-ipv6only
    
    Replace in router DEFAULT_PACKAGES odhcpd by odhcpd-ipv6only as
    such there's no DHCPv4 server functionality overlap with dnsmasq
    
    Signed-off-by: Hans Dedecker <dedeckeh at gmail.com>
---
 include/target.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/target.mk b/include/target.mk
index ef7d855..0e52fb7 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -17,7 +17,7 @@ DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fs
 # For nas targets
 DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm
 # For router targets
-DEFAULT_PACKAGES.router:=dnsmasq iptables ip6tables ppp ppp-mod-pppoe firewall odhcpd odhcp6c
+DEFAULT_PACKAGES.router:=dnsmasq iptables ip6tables ppp ppp-mod-pppoe firewall odhcpd-ipv6only odhcp6c
 DEFAULT_PACKAGES.bootloader:=
 
 ifneq ($(DUMP),)



More information about the lede-commits mailing list