projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cddd71e
)
trelay: add conffiles section
author
Nicolas Thill
<nico@openwrt.org>
Thu, 2 Apr 2015 14:53:41 +0000
(14:53 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Thu, 2 Apr 2015 14:53:41 +0000
(14:53 +0000)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45246
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/trelay/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/trelay/Makefile
b/package/kernel/trelay/Makefile
index
82c4101
..
2727ea5
100644
(file)
--- a/
package/kernel/trelay/Makefile
+++ b/
package/kernel/trelay/Makefile
@@
-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