diff options
author | Steven Barth <steven@midlink.org> | 2012-11-29 20:33:17 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2012-11-29 20:33:17 +0000 |
commit | f82b5ce45322082542ae5208b6346cfc5af508d2 (patch) | |
tree | aaeb98c8d21f1dd9570570edf446210b24386d9c /package | |
parent | 83e4d3209bca8da799e96af268b9d6cd874293d1 (diff) | |
download | upstream-f82b5ce45322082542ae5208b6346cfc5af508d2.tar.gz upstream-f82b5ce45322082542ae5208b6346cfc5af508d2.tar.bz2 upstream-f82b5ce45322082542ae5208b6346cfc5af508d2.zip |
ipv6-support: Add conffiles section
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34423 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 |