mirror of
https://github.com/openwrt/routing.git
synced 2026-07-18 14:21:50 +04:00
hnetd: update to latest version
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2012-2013 OpenWrt.org
|
# Copyright (C) 2012-2014 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@@ -7,8 +7,8 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=hnetd
|
PKG_NAME:=hnetd
|
||||||
PKG_SOURCE_VERSION:=0c1d55d03983c726aaad010738236c2da64ca7df
|
PKG_SOURCE_VERSION:=10b22c409f2ecadaaec45e068fd01c74ffe5c772
|
||||||
PKG_VERSION:=2014-09-26-$(PKG_SOURCE_VERSION)
|
PKG_VERSION:=2014-11-25-$(PKG_SOURCE_VERSION)
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
config pa pa
|
config pa pa
|
||||||
# option ip4prefix 10.0.0.0/8
|
# option ip4prefix 10.0.0.0/8
|
||||||
# option ulaprefix fd12:3456:789A::/48
|
# option ulaprefix fd12:3456:789A::/48
|
||||||
|
# option ulamode off
|
||||||
# option persistent_store /etc/hnet-pa.store
|
# option persistent_store /etc/hnet-pa.store
|
||||||
|
|
||||||
config sd sd
|
config sd sd
|
||||||
|
|||||||
@@ -57,6 +57,9 @@ start_service() {
|
|||||||
config_get val pa ulaprefix
|
config_get val pa ulaprefix
|
||||||
[ -n "$val" ] && procd_append_param command --ulaprefix $val
|
[ -n "$val" ] && procd_append_param command --ulaprefix $val
|
||||||
|
|
||||||
|
config_get val pa ulamode
|
||||||
|
[ -n "$val" ] && procd_append_param command --ulamode $val
|
||||||
|
|
||||||
config_get val sd router_name
|
config_get val sd router_name
|
||||||
[ -n "$val" ] && procd_append_param command -n $val
|
[ -n "$val" ] && procd_append_param command -n $val
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user