projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
648bd40
)
ipv6-support: adapt UCI defaults to new ordering
author
Steven Barth
<cyrus@openwrt.org>
Fri, 18 Jan 2013 12:52:51 +0000
(12:52 +0000)
committer
Steven Barth
<cyrus@openwrt.org>
Fri, 18 Jan 2013 12:52:51 +0000
(12:52 +0000)
SVN-Revision: 35219
package/network/ipv6/ipv6-support/Makefile
patch
|
blob
|
history
diff --git
a/package/network/ipv6/ipv6-support/Makefile
b/package/network/ipv6/ipv6-support/Makefile
index 205dda7462501398759516de739a5a182966bc6d..ef1f2a77c3caf411d7fa14163fafc293d2cf3221 100644
(file)
--- 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-1
6
+PKG_VERSION:=2013-01-1
8
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))