diff options
author | Steven Barth <cyrus@openwrt.org> | 2012-11-29 20:33:17 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2012-11-29 20:33:17 +0000 |
commit | a0f0c23109d585c683b8a3460ae59a6ab6605dc4 (patch) | |
tree | a4d6d19425369ffe8d9c85ed915f914d481bb3aa /package/network | |
parent | a4edea5ef3b6c19179f3232e3b8d2ed5a41bd163 (diff) | |
download | upstream-a0f0c23109d585c683b8a3460ae59a6ab6605dc4.tar.gz upstream-a0f0c23109d585c683b8a3460ae59a6ab6605dc4.tar.bz2 upstream-a0f0c23109d585c683b8a3460ae59a6ab6605dc4.zip |
ipv6-support: Add conffiles section
SVN-Revision: 34423
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/ipv6/ipv6-support/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/network/ipv6/ipv6-support/Makefile b/package/network/ipv6/ipv6-support/Makefile index 8397bc4622..db13963598 100644 --- a/package/network/ipv6/ipv6-support/Makefile +++ b/package/network/ipv6/ipv6-support/Makefile @@ -33,6 +33,10 @@ endef define Build/Configure endef +define Package/ipv6-support/conffiles +/etc/config/network6 +endef + define Package/ipv6-support/install $(INSTALL_DIR) $(1)/etc/hotplug.d/iface $(INSTALL_DATA) ./files/ipv6.hotplug $(1)/etc/hotplug.d/iface/20-ipv6 |