diff options
author | Rosy Song <rosysong@rosinson.com> | 2018-09-26 19:44:25 +0800 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-09-30 21:05:42 +0200 |
commit | 456df06071f54d3c799725227d1ac77afbe61891 (patch) | |
tree | 129e101bc9fb318fffe803ce33cc651a238d14cb /package/network/services/odhcpd/Makefile | |
parent | 8e604dea31a5dd5e8f8eae7907c2e71adee36fb0 (diff) | |
download | upstream-456df06071f54d3c799725227d1ac77afbe61891.tar.gz upstream-456df06071f54d3c799725227d1ac77afbe61891.tar.bz2 upstream-456df06071f54d3c799725227d1ac77afbe61891.zip |
odhcpd-ipv6only: fix dependency for IPV6
Signed-off-by: Rosy Song <rosysong@rosinson.com>
Diffstat (limited to 'package/network/services/odhcpd/Makefile')
-rw-r--r-- | package/network/services/odhcpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile index 03adf00455..8c9a3d72d0 100644 --- a/package/network/services/odhcpd/Makefile +++ b/package/network/services/odhcpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcpd -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_VERSION:=1.11 PKG_SOURCE_PROTO:=git @@ -72,6 +72,7 @@ endef define Package/odhcpd-ipv6only $(call Package/odhcpd/default) VARIANT:=ipv6only + DEPENDS+= @IPV6 endef Package/odhcpd-ipv6only/config=$(call Package/odhcpd/default/config,odhcpd-ipv6only,ipv6only) |