mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Rename "linux" package to "linux-lts"
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
268c0a605b
commit
06a23feb56
7 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
kmod
|
||||
btrfs-progs
|
||||
dosfstools
|
||||
linux
|
||||
linux-lts
|
||||
|
|
|
@ -6,7 +6,7 @@ CPU_IS_64BIT="no"
|
|||
GCC_EXTRACFG="--disable-libmpx --disable-cet"
|
||||
BINUTILS_EXTRACFG="--disable-cet"
|
||||
|
||||
PREFERED_PROVIDER[linux]="linux"
|
||||
PREFERED_PROVIDER[linux]="linux-lts"
|
||||
PREFERED_PROVIDER[release]="release-alix"
|
||||
|
||||
LINUX_TGT="bzImage modules"
|
||||
|
|
|
@ -1 +1 @@
|
|||
linux
|
||||
linux-lts
|
||||
|
|
|
@ -6,7 +6,7 @@ CPU_IS_64BIT="yes"
|
|||
GCC_EXTRACFG="--enable-libmpx"
|
||||
BINUTILS_EXTRACFG=""
|
||||
|
||||
PREFERED_PROVIDER[linux]="linux"
|
||||
PREFERED_PROVIDER[linux]="linux-lts"
|
||||
PREFERED_PROVIDER[release]="release-qemu"
|
||||
|
||||
LINUX_TGT="bzImage"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# inherit functions from generic kernel package
|
||||
source "$SCRIPTDIR/pkg/linux/build"
|
||||
source "$SCRIPTDIR/pkg/linux-lts/build"
|
||||
|
||||
VERSION="1.20190215-1"
|
||||
SRCDIR="linux-raspberrypi-kernel_${VERSION}"
|
||||
|
|
Loading…
Reference in a new issue