-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bl808: kernel download and fix lab name
- Loading branch information
1 parent
2075f78
commit eeed642
Showing
2 changed files
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
# this file is supposed to be sourced by the get-files shell script | ||
|
||
bouffalo_labs_bl808_release_version="to-be-done" | ||
bouffalo_labs_bl808_boot_version="to-be-done" | ||
bouffalo_lab_bl808_release_version="6.5.11-stb-obl+" | ||
|
||
#rm -f ${DOWNLOAD_DIR}/kernel-bouffalo_labs_bl808-${2}.tar.gz | ||
#wget -v https://github.com/hexdump0815/linux-mainline-bouffalo-labs-bl808-kernel/releases/download/${bouffalo_labs_bl808_release_version}/${bouffalo_labs_bl808_release_version}.tar.gz -O ${DOWNLOAD_DIR}/kernel-bouffalo_labs_bl808-${2}.tar.gz | ||
rm -f ${DOWNLOAD_DIR}/kernel-bouffalo_lab_bl808-${2}.tar.gz | ||
wget -v https://github.com/hexdump0815/linux-mainline-bouffalo-lab-bl808-kernel/releases/download/${bouffalo_lab_bl808_release_version}/${bouffalo_lab_bl808_release_version}.tar.gz -O ${DOWNLOAD_DIR}/kernel-bouffalo_lab_bl808-${2}.tar.gz | ||
|
||
#rm -f ${DOWNLOAD_DIR}/boot-bouffalo_labs_bl808-${2}.dd | ||
#wget -v to-be-done | ||
|
||
echo "nothing done here yet - still to be done" | ||
# the bootblocks are in the to be flashed firmware and that is | ||
# already in /boot/extra via extra-files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters