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
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

View File

@ -1 +1 @@
5.0.2 1
5.0.2 2