netifd: update to latest version, fixes address/route list handling issues and fixes dual-stack ppp route handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31516 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
3a4ea627ce
commit
db240e6428
|
@ -1,13 +1,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=netifd
|
PKG_NAME:=netifd
|
||||||
PKG_VERSION:=2012-04-18
|
PKG_VERSION:=2012-04-29
|
||||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=git://nbd.name/luci2/netifd.git
|
PKG_SOURCE_URL:=git://nbd.name/luci2/netifd.git
|
||||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_SOURCE_VERSION:=10c15e535b04041795e3a85b2fb496bd6d856417
|
PKG_SOURCE_VERSION:=cd4b616312da6714fcd7768c4271a1b69261180f
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||||
# PKG_MIRROR_MD5SUM:=
|
# PKG_MIRROR_MD5SUM:=
|
||||||
# CMAKE_INSTALL:=1
|
# CMAKE_INSTALL:=1
|
||||||
|
|
|
@ -3,6 +3,7 @@ PPP_IPPARAM="$6"
|
||||||
|
|
||||||
. /lib/netifd/netifd-proto.sh
|
. /lib/netifd/netifd-proto.sh
|
||||||
proto_init_update "$IFNAME" 1 1
|
proto_init_update "$IFNAME" 1 1
|
||||||
|
proto_set_keep 1
|
||||||
[ -n "$PPP_IPPARAM" ] && {
|
[ -n "$PPP_IPPARAM" ] && {
|
||||||
[
|
[
|
||||||
[ -n "$IPLOCAL" ] && proto_add_ipv4_address "$IPREMOTE" 32
|
[ -n "$IPLOCAL" ] && proto_add_ipv4_address "$IPREMOTE" 32
|
||||||
|
|
Loading…
Reference in New Issue