diff options
author | Huangbin Zhan <zhanhb88@gmail.com> | 2020-05-09 05:43:57 +0800 |
---|---|---|
committer | zhanhb <6323014+zhanhb@users.noreply.github.com> | 2020-05-09 06:06:43 +0800 |
commit | 0ec746ccb6e87696a7a4986d87d55cda205031f0 (patch) | |
tree | be37c6909d1e1bb8f2f948cce1b4092841d8fa03 /utils/dump1090 | |
parent | 0206a87146fef2b20d18187832935f63641f5c9b (diff) |
treewide: add conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
Diffstat (limited to 'utils/dump1090')
-rw-r--r-- | utils/dump1090/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/utils/dump1090/Makefile b/utils/dump1090/Makefile index 452d756cc..16a2f8de4 100644 --- a/utils/dump1090/Makefile +++ b/utils/dump1090/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dump1090 PKG_VERSION:=3.8.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/flightaware/dump1090/tar.gz/v${PKG_VERSION}? @@ -59,6 +59,10 @@ MAKE_FLAGS += \ TARGET_CFLAGS += -ffunction-sections -fdata-sections -flto TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed +define Package/dump1090/conffiles +/etc/config/dump1090 +endef + define Package/dump1090/install $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) files/dump1090.init $(1)/etc/init.d/dump1090 |