Skip to content
Snippets Groups Projects
Commit a3bc3a55 authored by nico's avatar nico
Browse files

trelay: add conffiles section


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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45246 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 2945357a
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