mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
odhcpd-ipv6only: fix dependency for IPV6
Signed-off-by: Rosy Song <rosysong@rosinson.com>
(backported from 456df06071
)
This commit is contained in:
parent
b1cc8c8ef2
commit
d275b30414
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user