summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/network/ipv6/ipv6-support/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/ipv6/ipv6-support/Makefile b/package/network/ipv6/ipv6-support/Makefile
index 205dda746..ef1f2a77c 100644
--- a/package/network/ipv6/ipv6-support/Makefile
+++ b/package/network/ipv6/ipv6-support/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ipv6-support
-PKG_VERSION:=2013-01-16
+PKG_VERSION:=2013-01-18
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
@@ -35,7 +35,7 @@ endef
define Package/ipv6-support/install
$(INSTALL_DIR) $(1)/etc/uci-defaults
- $(INSTALL_BIN) ./files/network-enable-ipv6.defaults $(1)/etc/uci-defaults/network-enable-ipv6
+ $(INSTALL_BIN) ./files/network-enable-ipv6.defaults $(1)/etc/uci-defaults/10_network-enable-ipv6
endef
$(eval $(call BuildPackage,ipv6-support))