mirror of
https://github.com/pygos/build.git
synced 2024-11-05 11:37:10 +01:00
6ced6fc948
- Patch the config first, don't touch it after running make oldconfig - Add modules target to toolchain config, don't directly call it - Only try to install modules if we actually have support for loadable modules Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
11 lines
231 B
Text
11 lines
231 B
Text
RELEASEPKG="release-alix"
|
|
TARGET="i686-linux-musl"
|
|
GCC_CPU="i686"
|
|
MUSL_CPU="i386"
|
|
|
|
GCC_EXTRACFG="--disable-libmpx --disable-libssp"
|
|
|
|
LINUXPKG="linux"
|
|
LINUX_CPU="x86"
|
|
LINUX_TGT="bzImage modules"
|
|
OPENSSL_TARGET="linux-generic32 386"
|