diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-09-06 12:26:33 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-09-07 23:46:25 +0200 |
| commit | 16e961f7cfca2b27910fd6231bc5663d8bfa69f0 (patch) | |
| tree | 3277d26f5649978a8b4422f1953c23fb4c66429b /config | |
| parent | bc9a74169ff792c8957577adf388b71ea09bc4c3 (diff) | |
| download | vendor_lineage-16e961f7cfca2b27910fd6231bc5663d8bfa69f0.tar.gz vendor_lineage-16e961f7cfca2b27910fd6231bc5663d8bfa69f0.tar.bz2 vendor_lineage-16e961f7cfca2b27910fd6231bc5663d8bfa69f0.zip | |
Add wget implementation from LineageOS
While wget is not strictly required, LineageOS already
implemented wget as a shell script, and it seems to be
maintained accross different LineageOS versions.
So it enables people familiar with wget to download
files more easily and it also increase the compatibility
of shell scripts and other software that use wget.
The wget comes from vendor/lineage and has been converted
to a standalone repository (while keeping the original git
history) in external/wget.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'config')
| -rw-r--r-- | config/gnulinux.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gnulinux.mk b/config/gnulinux.mk index 41664f3a..c3f0a0e3 100644 --- a/config/gnulinux.mk +++ b/config/gnulinux.mk @@ -2,3 +2,4 @@ # required PRODUCT_PACKAGES += \ bash \ + wget \ |
