diff options
author | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-29 20:33:17 +0000 |
---|---|---|
committer | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-29 20:33:17 +0000 |
commit | eb20a6a3de4407cd65af28293222b9d35360fe54 (patch) | |
tree | aaeb98c8d21f1dd9570570edf446210b24386d9c | |
parent | 5789fd018b80a460f45f3a58005db4442fa2175b (diff) |
ipv6-support: Add conffiles section
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34423 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 8397bc462..db1396359 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 |