Skip to content
Snippets Groups Projects
Commit 2848bc57 authored by Nicolas Thill's avatar Nicolas Thill
Browse files

trelay: add conffiles section


Signed-off-by: default avatarNicolas Thill <nico@openwrt.org>

SVN-Revision: 45246
parent 5b1d8809
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,10 @@ define Build/Compile
$(MAKE) $(KERNEL_MAKEOPTS) SUBDIRS="$(PKG_BUILD_DIR)" modules
endef
define KernelPackage/trelay/conffiles
/etc/config/trelay
endef
define KernelPackage/trelay/install
$(INSTALL_DIR) $(1)/etc/hotplug.d/net $(1)/etc/init.d $(1)/etc/config
$(INSTALL_DATA) ./files/trelay.hotplug $(1)/etc/hotplug.d/net/50-trelay
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment