|
|
|
@ -1,4 +1,9 @@
|
|
|
|
|
# Genkernel Configuration File
|
|
|
|
|
# Configuration file for genkernel
|
|
|
|
|
|
|
|
|
|
# This file is sourced by genkernel at startup and determines which options
|
|
|
|
|
# we will be using to compile our kernel. The order of precidence is simple,
|
|
|
|
|
# with the internal settings being least important, configuration file
|
|
|
|
|
# settings next, and command line options being most important.
|
|
|
|
|
|
|
|
|
|
# ===========GENKERNEL BASIC CONFIGURATION=============
|
|
|
|
|
|
|
|
|
@ -79,21 +84,11 @@ DEFAULT_KERNEL_SOURCE="/usr/src/linux"
|
|
|
|
|
|
|
|
|
|
# Configuration file for busybox
|
|
|
|
|
BUSYBOX_CONFIG="${GK_SHARE}/%%ARCH%%/busy-config"
|
|
|
|
|
# BusyBox Version
|
|
|
|
|
|
|
|
|
|
BUSYBOX_VER="1.1.3+gentoo"
|
|
|
|
|
# Busybox bin-cache location, to store pre-compiled busybox
|
|
|
|
|
# binary is just a bzip2 busybox executable
|
|
|
|
|
BUSYBOX_BINCACHE="%%CACHE%%/busybox-${BUSYBOX_VER}-%%ARCH%%.tar.bz2"
|
|
|
|
|
# Location of BusyBox source tarball
|
|
|
|
|
BUSYBOX_SRCTAR="${GK_SHARE}/pkg/busybox-${BUSYBOX_VER}.tar.bz2"
|
|
|
|
|
# Directory created after busybox tarball is extracted
|
|
|
|
|
BUSYBOX_DIR="busybox-${BUSYBOX_VER}"
|
|
|
|
|
|
|
|
|
|
DIETLIBC_VER="0.27"
|
|
|
|
|
DIETLIBC_SRCTAR="${GK_SHARE}/pkg/dietlibc-${DIETLIBC_VER}.tar.bz2"
|
|
|
|
|
DIETLIBC_DIR="dietlibc-${DIETLIBC_VER}"
|
|
|
|
|
DIETLIBC_BINCACHE="%%CACHE%%/dietlibc-${DIETLIBC_VER}-%%ARCH%%.tar.bz2"
|
|
|
|
|
DIETLIBC_BINCACHE_TEMP="%%CACHE%%/dietlibc-${DIETLIBC_VER}-%%ARCH%%-tempdir"
|
|
|
|
|
BUSYBOX_BINCACHE="%%CACHE%%/busybox-${BUSYBOX_VER}-%%ARCH%%.tar.bz2"
|
|
|
|
|
|
|
|
|
|
DEVFSD_VER="1.3.25-dietlibc-kernel25"
|
|
|
|
|
DEVFSD_SRCTAR="${GK_SHARE}/pkg/devfsd-${DEVFSD_VER}.tar.bz2"
|
|
|
|
@ -129,8 +124,3 @@ E2FSPROGS_DIR="e2fsprogs-${E2FSPROGS_VER}"
|
|
|
|
|
E2FSPROGS_SRCTAR="${GK_SHARE}/pkg/e2fsprogs-${E2FSPROGS_VER}.tar.gz"
|
|
|
|
|
BLKID_BINCACHE="%%CACHE%%/blkid-${E2FSPROGS_VER}-%%ARCH%%.bz2"
|
|
|
|
|
|
|
|
|
|
#SUSPEND_VER="VERSION_SUSPEND"
|
|
|
|
|
#SUSPEND_DIR="suspend-${SUSPEND_VER}"
|
|
|
|
|
#SUSPEND_SRCTAR="${GK_SHARE}/pkg/suspend-${SUSPEND_VER}.tar.gz"
|
|
|
|
|
#SUSPEND_BINCACHE="%%CACHE%%/suspend-${SUSPEND_VER}-%%ARCH%%.tar.bz2"
|
|
|
|
|
|
|
|
|
|