diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-10 23:48:10 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-10 23:48:10 +0000 |
commit | 27da9d1984e2c7eb45d00cb288b6063a8ff47170 (patch) | |
tree | f339f91bc4244599390befbc45423f583059f664 /package/base-files/Makefile | |
parent | 6ccd4143eb2e40fea13b7064ee9e9c645b0c4572 (diff) | |
download | upstream-27da9d1984e2c7eb45d00cb288b6063a8ff47170.tar.gz upstream-27da9d1984e2c7eb45d00cb288b6063a8ff47170.tar.bz2 upstream-27da9d1984e2c7eb45d00cb288b6063a8ff47170.zip |
base-files: move ipv6 module loading from setup_interface() to addif() in the hotplug call, this ensures that ipv6 is loaded before any interfaces or aliases with ip6addr option are configured (#5356)
SVN-Revision: 17217
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 6901829f29..fb7debf96c 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=25 +PKG_RELEASE:=26 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |