# /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 (-smp)- we want to produce #CONF_VARIANTS="p1-1gb" # this is used for debian/control and debian/changelog remarks #CONF_MAINT_NAME="dphys-kernel-packages" #CONF_MAINT_EMAIL="root@localhost" # 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"