mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 23:30:05 -07:00
Merge branch 'master' of github.com:dylanaraps/kiss-experiment
This commit is contained in:
commit
17e4a8ec7e
@ -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