Skip to content

Commit

Permalink
Update Dropbear download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Apr 12, 2024
1 parent 5b58c43 commit 3ee0a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ chrony: apps/$(CHRONY)/chronyd
#

apps/$(DROPBEAR)/configure:
$(call WGET,https://mirror.dropbear.nl/mirror/$(DROPBEAR).tar.bz2,apps/$(DROPBEAR).tar.bz2)
$(call WGET,https://matt.ucc.asn.au/dropbear/releases/$(DROPBEAR).tar.bz2,apps/$(DROPBEAR).tar.bz2)
tar -C apps -xjf apps/$(DROPBEAR).tar.bz2

apps/$(DROPBEAR)/dropbear: apps/$(DROPBEAR)/configure
Expand Down

0 comments on commit 3ee0a39

Please sign in to comment.