ipv6-support: adapt UCI defaults to new ordering
SVN-Revision: 35219
This commit is contained in:
parent
648bd409e3
commit
62e9957cc4
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue