netifd: fix a regression related to ppp + multiple updates (ipv4 + ipv6)
Fixes #15504 Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40443
This commit is contained in:
parent
fa146ecaa3
commit
8a7a02bd2e
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=netifd
|
||||
PKG_VERSION:=2014-04-07
|
||||
PKG_VERSION:=2014-04-10
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=git://nbd.name/luci2/netifd.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=5df59a6cf9fd307378bd5cbea809a22f6de9f33d
|
||||
PKG_SOURCE_VERSION:=d5452cb41927b580df46f3ac81ed9e77a7c83a51
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
|
||||
# PKG_MIRROR_MD5SUM:=
|
||||
|
|
Loading…
Reference in a new issue