mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
parisc: Install vmlinuz instead of zImage file
Tested-by: John David Anglin <dave.anglin@bell.net> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
@@ -43,7 +43,7 @@ fi
|
|||||||
|
|
||||||
# Default install
|
# Default install
|
||||||
|
|
||||||
if [ "$(basename $2)" = "zImage" ]; then
|
if [ "$(basename $2)" = "vmlinuz" ]; then
|
||||||
# Compressed install
|
# Compressed install
|
||||||
echo "Installing compressed kernel"
|
echo "Installing compressed kernel"
|
||||||
base=vmlinuz
|
base=vmlinuz
|
||||||
|
Reference in New Issue
Block a user