diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2020-10-24 18:28:58 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2020-10-24 18:35:27 +0800 |
commit | d23443f4d9b2151f98f498791843f5610dc4755c (patch) | |
tree | 64695b5dee5452472b141b4672ab386f8e7c5963 /package/network/config/netifd/Makefile | |
parent | 0b31713c856a0d8c6fe2961113a9317f7c3659dc (diff) | |
download | upstream-d23443f4d9b2151f98f498791843f5610dc4755c.tar.gz upstream-d23443f4d9b2151f98f498791843f5610dc4755c.tar.bz2 upstream-d23443f4d9b2151f98f498791843f5610dc4755c.zip |
netifd: bump to version 2020-10-22
Changelog follows
ced0d535 build: find and use libnl header dirs
5722218e proto: rework parse_addr to return struct device_addr
3d7bf604 device_addr: record address index as in the blob
24ce1eab interface: proto_ip: order by address index first
This bump mainly affects order of interface addresses in ubus output. At the
moment dnsmasq uses first address of an interface for setting dhcp-range option
in its config
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'package/network/config/netifd/Makefile')
-rw-r--r-- | package/network/config/netifd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index 3614861e83..2c26517f44 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -5,9 +5,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git -PKG_SOURCE_DATE:=2020-10-08 -PKG_SOURCE_VERSION:=64ff909328c095749ef6eaed7302b3e024409d2f -PKG_MIRROR_HASH:=2419944c2e715f1ffaad601ce2a80a6cff279de3912de8262c27183d9c758345 +PKG_SOURCE_DATE:=2020-10-22 +PKG_SOURCE_VERSION:=24ce1eab4910869576406bafd0489daf0d3e6e28 +PKG_MIRROR_HASH:=aa73b4e470e81165baba0262144f410bb05a3ff141cf72ad451914f033868ea1 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=GPL-2.0 |