mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 13:49:44 +01:00
trelay: add conffiles section
Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45246
This commit is contained in:
parent
5b1d880949
commit
2848bc57cc
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue