treewide: fix broken conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
This commit is contained in:
parent
e4a800f432
commit
704e733e51
9 changed files with 26 additions and 27 deletions
|
@ -39,9 +39,6 @@ define Package/ipmitool/install
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/ipmitool $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/ipmitool $(1)/usr/sbin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ipmitool/conffiles
|
|
||||||
endef
|
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-intf-lan \
|
--enable-intf-lan \
|
||||||
--enable-intf-lanplus \
|
--enable-intf-lanplus \
|
||||||
|
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=addrwatch
|
PKG_NAME:=addrwatch
|
||||||
PKG_VERSION:=1.0.2
|
PKG_VERSION:=1.0.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/fln/addrwatch/releases/download/v$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/fln/addrwatch/releases/download/v$(PKG_VERSION)
|
||||||
|
@ -41,7 +41,7 @@ define Package/addrwatch/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/addrwatch/conffiles
|
define Package/addrwatch/conffiles
|
||||||
/etc/config/addrwatch
|
/etc/config/addrwatch
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/addrwatch/install
|
define Package/addrwatch/install
|
||||||
|
|
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=i2pd
|
PKG_NAME:=i2pd
|
||||||
PKG_VERSION:=2.30.0
|
PKG_VERSION:=2.30.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
@ -40,10 +40,10 @@ define Package/i2pd/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/i2pd/conffiles
|
define Package/i2pd/conffiles
|
||||||
/etc/config/i2pd
|
/etc/config/i2pd
|
||||||
/etc/i2pd/i2pd.conf
|
/etc/i2pd/i2pd.conf
|
||||||
/etc/i2pd/tunnels.conf
|
/etc/i2pd/tunnels.conf
|
||||||
/etc/i2pd/tunnels.d/*
|
/etc/i2pd/tunnels.d/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_LDFLAGS+=-latomic
|
TARGET_LDFLAGS+=-latomic
|
||||||
|
|
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
# Name and release number of this package
|
# Name and release number of this package
|
||||||
PKG_NAME:=noddos
|
PKG_NAME:=noddos
|
||||||
PKG_VERSION:=0.5.5
|
PKG_VERSION:=0.5.5
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://github.com/noddos/noddos/releases/download/v$(PKG_VERSION)/
|
PKG_SOURCE_URL:=https://github.com/noddos/noddos/releases/download/v$(PKG_VERSION)/
|
||||||
|
@ -39,7 +39,7 @@ Noddos discovers what devices you have in your network and tailors the firewall
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/noddos/conffiles
|
define Package/noddos/conffiles
|
||||||
/etc/config/noddos
|
/etc/config/noddos
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/noddos/install
|
define Package/noddos/install
|
||||||
|
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=openssh
|
PKG_NAME:=openssh
|
||||||
PKG_VERSION:=8.3p1
|
PKG_VERSION:=8.3p1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
||||||
|
@ -94,8 +94,10 @@ endef
|
||||||
|
|
||||||
define Package/openssh-server/conffiles
|
define Package/openssh-server/conffiles
|
||||||
/etc/ssh/sshd_config
|
/etc/ssh/sshd_config
|
||||||
/etc/ssh/ssh_host_*_key
|
/etc/ssh/ssh_host_ed25519_key
|
||||||
/etc/ssh/ssh_host_*_key.pub
|
/etc/ssh/ssh_host_ed25519_key.pub
|
||||||
|
/etc/ssh/ssh_host_rsa_key
|
||||||
|
/etc/ssh/ssh_host_rsa_key.pub
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/openssh-server-pam
|
define Package/openssh-server-pam
|
||||||
|
|
|
@ -14,7 +14,7 @@ PKG_BUGFIX_MAJOR_VERSION:=5
|
||||||
PKG_BUGFIX_MINOR_VERSION:=.2
|
PKG_BUGFIX_MINOR_VERSION:=.2
|
||||||
PKG_VERSION:=$(PKG_MAJOR_MINOR_VERSION).$(PKG_BUGFIX_MAJOR_VERSION)$(PKG_BUGFIX_MINOR_VERSION)
|
PKG_VERSION:=$(PKG_MAJOR_MINOR_VERSION).$(PKG_BUGFIX_MAJOR_VERSION)$(PKG_BUGFIX_MINOR_VERSION)
|
||||||
PKG_DIRECTORY:=$(PKG_MAJOR_MINOR_VERSION).$(PKG_BUGFIX_MAJOR_VERSION)
|
PKG_DIRECTORY:=$(PKG_MAJOR_MINOR_VERSION).$(PKG_BUGFIX_MAJOR_VERSION)
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://shorewall.org/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \
|
PKG_SOURCE_URL:=http://shorewall.org/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \
|
||||||
http://slovakia.shorewall.net/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \
|
http://slovakia.shorewall.net/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \
|
||||||
|
@ -44,7 +44,7 @@ define Package/shorewall-core/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/shorewall-core/conffiles
|
define Package/shorewall-core/conffiles
|
||||||
/usr/share/shorewall/shorewallrc
|
/usr/share/shorewall/shorewallrc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
|
|
@ -12,7 +12,7 @@ PKG_NAME:=softethervpn
|
||||||
PKG_VERSION:=4.29-9680
|
PKG_VERSION:=4.29-9680
|
||||||
PKG_VERREL:=rtm
|
PKG_VERREL:=rtm
|
||||||
PKG_VERDATE:=2019.02.28
|
PKG_VERDATE:=2019.02.28
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=softether-src-v$(PKG_VERSION)-$(PKG_VERREL).tar.gz
|
PKG_SOURCE:=softether-src-v$(PKG_VERSION)-$(PKG_VERREL).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.softether-download.com/files/softether/v$(PKG_VERSION)-$(PKG_VERREL)-$(PKG_VERDATE)-tree/Source_Code/
|
PKG_SOURCE_URL:=http://www.softether-download.com/files/softether/v$(PKG_VERSION)-$(PKG_VERREL)-$(PKG_VERDATE)-tree/Source_Code/
|
||||||
|
@ -131,19 +131,19 @@ Package/softethervpn-bridge/description = $(Package/softethervpn/description)
|
||||||
Package/softethervpn-client/description = $(Package/softethervpn/description)
|
Package/softethervpn-client/description = $(Package/softethervpn/description)
|
||||||
|
|
||||||
define Package/softethervpn-base/conffiles
|
define Package/softethervpn-base/conffiles
|
||||||
/usr/libexec/softethervpn/lang.config
|
/usr/libexec/softethervpn/lang.config
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/softethervpn-server/conffiles
|
define Package/softethervpn-server/conffiles
|
||||||
/usr/libexec/softethervpn/vpn_server.config
|
/usr/libexec/softethervpn/vpn_server.config
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/softethervpn-client/conffiles
|
define Package/softethervpn-client/conffiles
|
||||||
/usr/libexec/softethervpn/vpn_client.config
|
/usr/libexec/softethervpn/vpn_client.config
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/softethervpn-bridge/conffiles
|
define Package/softethervpn-bridge/conffiles
|
||||||
/usr/libexec/softethervpn/vpn_bridge.config
|
/usr/libexec/softethervpn/vpn_bridge.config
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/softethervpn-base/install
|
define Package/softethervpn-base/install
|
||||||
|
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=squid
|
PKG_NAME:=squid
|
||||||
PKG_VERSION:=4.6
|
PKG_VERSION:=4.6
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://www3.us.squid-cache.org/Versions/v4/ \
|
PKG_SOURCE_URL:=http://www3.us.squid-cache.org/Versions/v4/ \
|
||||||
|
@ -58,8 +58,8 @@ define Package/squid/config
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/squid/conffiles
|
define Package/squid/conffiles
|
||||||
/etc/config/squid
|
/etc/config/squid
|
||||||
/etc/squid/squid.conf
|
/etc/squid/squid.conf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/squid-mod-cachemgr
|
define Package/squid-mod-cachemgr
|
||||||
|
|
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=sane-backends
|
PKG_NAME:=sane-backends
|
||||||
PKG_VERSION:=1.0.30
|
PKG_VERSION:=1.0.30
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://gitlab.com/sane-project/backends/uploads/c3dd60c9e054b5dee1e7b01a7edc98b0
|
PKG_SOURCE_URL:=https://gitlab.com/sane-project/backends/uploads/c3dd60c9e054b5dee1e7b01a7edc98b0
|
||||||
|
@ -290,7 +290,7 @@ This package contains the SANE backend for $(2).
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/sane-$(1)/conffiles
|
define Package/sane-$(1)/conffiles
|
||||||
/etc/sane.d/$(1).conf
|
/etc/sane.d/$(1).conf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$$(eval $$(call BuildPackage,sane-$(1)))
|
$$(eval $$(call BuildPackage,sane-$(1)))
|
||||||
|
|
Loading…
Reference in a new issue