ipv6-support: Add conffiles section
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34423 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
83e4d3209b
commit
f82b5ce453
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue