diff options
| author | Jack Sun | 2024-10-17 11:37:38 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-10-17 16:19:22 +0000 |
| commit | 494349f2298b01be66ceccc2d46fdc5cae958f96 (patch) | |
| tree | 4876c83822bbd368e9cb52086ddc02070cc78464 | |
| parent | 5004f3780de581c7d67c4be0a57833ca1423a021 (diff) | |
| download | openwrt-494349f2298b01be66ceccc2d46fdc5cae958f96.tar.gz | |
package: busybox: update download link
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 <sunjiazheng321521@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16719
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | package/utils/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index bf3e8e2f75..4ef470df75 100644 --- a/package/utils/busybox/Makefile +++ b/package/utils/busybox/Makefile @@ -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:=b8cc24c9574d809e7279c3be349795c5d5ceb6fdf19ca709f80cde50e47de314 PKG_BUILD_DEPENDS:=BUSYBOX_CONFIG_PAM:libpam |