mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-21 22:07:39 -07:00
linux: install modules in proper directories
This commit is contained in:
parent
644f62ba16
commit
d5db61bdbc
@ -1,16 +1,16 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
mkdir -p "$1/boot" "$1/lib/modules"
|
||||
mkdir -p "$1/boot" "$1/usr/lib/modules"
|
||||
|
||||
make defconfig
|
||||
make
|
||||
|
||||
make \
|
||||
INSTALL_PATH="$1/boot" \
|
||||
INSTALL_MOD_PATH="$1" \
|
||||
INSTALL_MOD_PATH="$1/usr" \
|
||||
modules_install
|
||||
|
||||
make \
|
||||
INSTALL_PATH="$1/boot" \
|
||||
INSTALL_MOD_PATH="$1" \
|
||||
INSTALL_MOD_PATH="$1/usr" \
|
||||
install
|
||||
|
@ -1 +1 @@
|
||||
5.0.2 1
|
||||
5.0.2 2
|
||||
|
Loading…
Reference in New Issue
Block a user