2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-23 07:40:11 -07:00

Merge branch 'master' of github.com:dylanaraps/kiss-experiment

This commit is contained in:
Dylan Araps 2019-06-25 19:19:44 +03:00
commit 17e4a8ec7e
2 changed files with 4 additions and 4 deletions

View File

@ -1,16 +1,16 @@
#!/bin/sh -e #!/bin/sh -e
mkdir -p "$1/boot" "$1/lib/modules" mkdir -p "$1/boot" "$1/usr/lib/modules"
make defconfig make defconfig
make make
make \ make \
INSTALL_PATH="$1/boot" \ INSTALL_PATH="$1/boot" \
INSTALL_MOD_PATH="$1" \ INSTALL_MOD_PATH="$1/usr" \
modules_install modules_install
make \ make \
INSTALL_PATH="$1/boot" \ INSTALL_PATH="$1/boot" \
INSTALL_MOD_PATH="$1" \ INSTALL_MOD_PATH="$1/usr" \
install install

View File

@ -1 +1 @@
5.0.2 1 5.0.2 2