diff options
| -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 | 
