From d23443f4d9b2151f98f498791843f5610dc4755c Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Sat, 24 Oct 2020 18:28:58 +0800 Subject: [PATCH] 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 --- package/network/config/netifd/Makefile | 6 +++--- 1 file 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 PKG_LICENSE:=GPL-2.0