From f82b5ce45322082542ae5208b6346cfc5af508d2 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 29 Nov 2012 20:33:17 +0000 Subject: ipv6-support: Add conffiles section git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34423 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/ipv6/ipv6-support/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package') 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 -- cgit v1.2.3