Skip to content

Commit

Permalink
package: busybox: update download link
Browse files Browse the repository at this point in the history
There is no file named busybox-1.36.1.tar.bz2 in the root directory of the website
The actual download link is “https://sources.buildroot.net/busybox/busybox-1.36.1.tar.bz2”

Signed-off-by: Jack Sun <[email protected]>
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
zheshifandian committed Dec 30, 2024
1 parent e14a7bf commit 774d694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/utils/busybox/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PKG_FLAGS:=essential

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://www.busybox.net/downloads \
http://sources.buildroot.net
https://sources.buildroot.net/$(PKG_NAME)
PKG_HASH:=542750c8af7cb2630e201780b4f99f3dcceeb06f505b479ec68241c1e6af61a5

PKG_BUILD_DEPENDS:=BUSYBOX_CONFIG_PAM:libpam
Expand Down

0 comments on commit 774d694

Please sign in to comment.