mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
treewide: add conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
This commit is contained in:
+5
-1
@@ -17,7 +17,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=oor
|
||||
PKG_VERSION:=1.3.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
|
||||
PKG_SOURCE_URL=https://github.com/OpenOverlayRouter/oor/releases/download/$(PKG_VERSION)/
|
||||
@@ -45,6 +45,10 @@ define Package/oor/description
|
||||
This packet provides support for the Locator-ID Separation Protocol, VXLAN-GPE.
|
||||
endef
|
||||
|
||||
define Package/oor/conffiles
|
||||
/etc/config/oor
|
||||
endef
|
||||
|
||||
define Package/oor/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/oor/oor $(1)/usr/sbin/
|
||||
|
||||
Reference in New Issue
Block a user