mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 09:26:28 +00:00
ipv6-support: Rename enable-ipv6 UCI defaults
SVN-Revision: 35205
This commit is contained in:
parent
411d818008
commit
f517d0481a
@ -8,7 +8,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ipv6-support
|
||||
PKG_VERSION:=2013-01-15
|
||||
PKG_VERSION:=2013-01-16
|
||||
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/enable-ipv6.defaults $(1)/etc/uci-defaults/enable-ipv6
|
||||
$(INSTALL_BIN) ./files/network-enable-ipv6.defaults $(1)/etc/uci-defaults/network-enable-ipv6
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,ipv6-support))
|
||||
|
Loading…
x
Reference in New Issue
Block a user