From a0f0c23109d585c683b8a3460ae59a6ab6605dc4 Mon Sep 17 00:00:00 2001
From: Steven Barth <cyrus@openwrt.org>
Date: Thu, 29 Nov 2012 20:33:17 +0000
Subject: [PATCH] ipv6-support: Add conffiles section

SVN-Revision: 34423
---
 package/network/ipv6/ipv6-support/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/network/ipv6/ipv6-support/Makefile b/package/network/ipv6/ipv6-support/Makefile
index 8397bc46229..db139635987 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
-- 
GitLab