mirror of https://github.com/hak5/openwrt-owl.git
parent
9a077f70de
commit
cb66ed972b
|
@ -8,7 +8,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=odhcp6c
|
||||
PKG_VERSION:=2013-06-18
|
||||
PKG_VERSION:=2013-06-25
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
|
|
|
@ -12,6 +12,7 @@ proto_dhcpv6_init_config() {
|
|||
proto_config_add_string "noslaaconly"
|
||||
proto_config_add_string "norelease"
|
||||
proto_config_add_string "ip6prefix"
|
||||
proto_config_add_string "ifaceid"
|
||||
}
|
||||
|
||||
proto_dhcpv6_setup() {
|
||||
|
|
Loading…
Reference in New Issue