1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
# /etc/dphys-kernel-packages - user settings for dphys-kernel-packages
# author Neil Franklin, last modification 2005.10.07
# copyright ETH Zuerich Physics Departement
# use under either modified/non-advertising BSD or GPL license
# this file is sourced with . so full normal sh syntax applies
# where we put all the stuff needed for compiling
#CONF_SOURCEDIR=.
# where we put all the stuff we have produced
#CONF_TARGETDIR=${CONF_SOURCEDIR}
# what name tag we want to distinguish kernel revisions
# set to somethign like -dphys, -2-dphys, -install, ...
#CONF_NAMETAG=""
# what combinations of <processor>(-smp)-<memorysize> we want to produce
#CONF_VARIANTS="p1-1gb"
CONF_VARIANTS="p3-1gb"
#CONF_VARIANTS="p1-1gb p3-1gb p3-smp-1gb p3-smp-4gb p4-1gb p4-4gb p4-smp-4gb \
# k7-1gb k7-4gb k7-smp-4gb k7-smp-64gb"
# this is used for debian/control and debian/changelog remarks
#CONF_MAINT_NAME="dphys-kernel-packages"
CONF_MAINT_NAME="Neil Franklin"
#CONF_MAINT_EMAIL="root@localhost"
CONF_MAINT_EMAIL="franklin@phys.ethz.ch"
# this is used for all copyright remarks in file headers
# the second line (without "CONF_COPY=") is the second line of the string
# needs to be done exactly so (no \) for multi-line text in an variable
#CONF_COPY="released into the Public Domain, no license restrictions
# use it for what you want to, share and enjoy"
CONF_COPY="copyright ETH Zuerich Physics Departement,
use under either modified/non-advertising BSD or GPL license"
|