Skip to content

Commit

Permalink
atlas-sw-probe: add more binaries
Browse files Browse the repository at this point in the history
They were added in these commits [1] [2] and if they are not included,
the RIPE Atlas SW Probe does not work correctly.

This should also prevent this from happening in the future as it now. We include all
files with .sh extension file type.

[1] RIPE-NCC/ripe-atlas-software-probe@70ced29
[2] RIPE-NCC/ripe-atlas-software-probe@71a4ff0

Fixes: openwrt#20338

Signed-off-by: Josef Schlehofer <[email protected]>
  • Loading branch information
BKPepe committed Jan 21, 2023
1 parent bf87e72 commit 1a368a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions net/atlas-sw-probe/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=atlas-sw-probe
PKG_VERSION:=5080
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/RIPE-NCC/ripe-atlas-software-probe.git
Expand Down Expand Up @@ -90,7 +90,8 @@ define Package/atlas-sw-probe/install
echo "prod" > $(1)/$(SCRIPTS_DIR)/state/mode

# Copy scripts
$(CP) $(PKG_BUILD_DIR)/bin/{ATLAS,common-pre.sh,common.sh,reginit.sh,resolvconf} $(1)/$(SCRIPTS_DIR)/bin/
$(CP) $(PKG_BUILD_DIR)/bin/{ATLAS,resolvconf} $(1)/$(SCRIPTS_DIR)/bin/
$(CP) $(PKG_BUILD_DIR)/bin/*.sh $(1)/$(SCRIPTS_DIR)/bin/
$(CP) $(PKG_BUILD_DIR)/bin/arch/{linux,openwrt-sw-probe} $(1)/$(SCRIPTS_DIR)/bin/arch/

# Create config info
Expand Down

0 comments on commit 1a368a5

Please sign in to comment.