forked from kiss-community/repo
linux: move out of tree, linux-firmware: move to extra
This commit is contained in:
parent
48bb91ab88
commit
ddeef9b3ff
@ -1,7 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
rm GPL-2 GPL-3
|
||||
|
||||
mkdir -p "$1/usr/lib/firmware"
|
||||
cp -R ./* "$1/usr/lib/firmware"
|
||||
|
@ -1 +0,0 @@
|
||||
ed1839de23db0cc97958c58f35f4bcc8a87a6282a4cd34e07a44a419ed4d3f0a linux-firmware-20190717.tar.gz
|
@ -1 +0,0 @@
|
||||
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20190717.tar.gz
|
@ -1 +0,0 @@
|
||||
20190717 1
|
@ -1,24 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
# Grab the package version.
|
||||
read -r version _ < "${0%/*}/version"
|
||||
|
||||
mkdir -p "$1/boot" "$1/usr/lib/modules"
|
||||
|
||||
make defconfig
|
||||
make menuconfig
|
||||
make
|
||||
|
||||
make \
|
||||
INSTALL_PATH="$1/boot" \
|
||||
INSTALL_MOD_PATH="$1/usr" \
|
||||
modules_install
|
||||
|
||||
make \
|
||||
INSTALL_PATH="$1/boot" \
|
||||
INSTALL_MOD_PATH="$1/usr" \
|
||||
install
|
||||
|
||||
# Rename 'vmlinuz' and 'System.map" according to package version.
|
||||
mv "$1/boot/vmlinuz" "$1/boot/vmlinuz-$version" || :
|
||||
mv "$1/boot/System.map" "$1/boot/System.map-$version" || :
|
@ -1 +0,0 @@
|
||||
3581e84e9d63298a14c147f925cd496ebb25c5a08cf065ba63c54cdee6d86506 linux-5.2.1.tar.xz
|
@ -1,7 +0,0 @@
|
||||
binutils make
|
||||
bison make
|
||||
flex make
|
||||
gmp make
|
||||
libelf make
|
||||
libressl make
|
||||
perl make
|
@ -1 +0,0 @@
|
||||
https://kernel.org/pub/linux/kernel/v5.x/linux-5.2.1.tar.xz
|
@ -1 +0,0 @@
|
||||
5.2.1 2
|
Loading…
Reference in New Issue
Block a user