ODROID-N2/C4: Fix to install upstream kernel by default

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ic4e7f180c6fb65d88548a491172230b34acc9e2d
This commit is contained in:
Dongjin Kim
2020-07-21 02:25:48 +09:00
parent 2377624591
commit 0f5db0db6c
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ get_machine_name() {
}
get_kernel_package() {
echo "linux-image-odroidc4"
echo "linux-image-generic"
}
get_bootscript_package() {

View File

@@ -3,7 +3,7 @@ get_machine_name() {
}
get_kernel_package() {
echo "linux-image-odroidn2"
echo "linux-image-generic"
}
get_bootscript_package() {