File: dphys-kernel-packages.example

package info (click to toggle)
dphys-kernel-packages 20061027-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 252 kB
  • ctags: 11
  • sloc: sh: 802; makefile: 83
file content (30 lines) | stat: -rw-r--r-- 1,150 bytes parent folder | download
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
# /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"

# 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"