diff options
author | Jo-Philipp Wich <jo@mein.io> | 2017-06-08 12:02:36 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-06-08 12:06:01 +0200 |
commit | 7f91cabd0d5b6e1a716d9e3fab4103730d9d2888 (patch) | |
tree | 7b5bfdef6f626fd8ecaf2ec5eb4b917812bc176d /package/base-files/Makefile | |
parent | 737b063cc2e562485e624cda0fb42fb47f1b90c7 (diff) | |
download | upstream-7f91cabd0d5b6e1a716d9e3fab4103730d9d2888.tar.gz upstream-7f91cabd0d5b6e1a716d9e3fab4103730d9d2888.tar.bz2 upstream-7f91cabd0d5b6e1a716d9e3fab4103730d9d2888.zip |
base-files: network.sh: properly report local IPv6 addresses
Rework the network_get_ipaddr6() and network_get_ipaddrs6() functions to
fetch the effective local IPv6 address of delegated prefix from the
"local-address" field instead of naively hardcoding ":1" as static suffix.
Fixes FS#829.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 912449c85a..c669ff0ac6 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files -PKG_RELEASE:=172 +PKG_RELEASE:=173 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |