Deleted Added
full compact
crunch.conf (263140) crunch.conf (267147)
1#
1#
2# $FreeBSD: head/release/picobsd/bridge/crunch.conf 263140 2014-03-14 02:58:48Z glebius $
2# $FreeBSD: head/release/picobsd/bridge/crunch.conf 267147 2014-06-06 04:09:07Z imp $
3#
4# Configuration file for "bridge" images..
5#
6# Depending on your needs, you will almost surely need to
7# add/remove/change programs according to your needs.
8# Remember that some programs require matching kernel options to
9# enable device drivers etc.
10#

--- 15 unchanged lines hidden (view full) ---

26# NOTE: the string "/usr/src" below will be automatically replaced with
27# the path set in the 'build' script.
28
29# Default build options. Basically tell the Makefiles
30# that to use the most compact possible version of the code.
31
32buildopts -DWITHOUT_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH
33buildopts -DTRACEROUTE_NO_IPSEC -DNO_INET6
3#
4# Configuration file for "bridge" images..
5#
6# Depending on your needs, you will almost surely need to
7# add/remove/change programs according to your needs.
8# Remember that some programs require matching kernel options to
9# enable device drivers etc.
10#

--- 15 unchanged lines hidden (view full) ---

26# NOTE: the string "/usr/src" below will be automatically replaced with
27# the path set in the 'build' script.
28
29# Default build options. Basically tell the Makefiles
30# that to use the most compact possible version of the code.
31
32buildopts -DWITHOUT_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH
33buildopts -DTRACEROUTE_NO_IPSEC -DNO_INET6
34buildopts -DWITHOUT_KERBEROS -DWITHOUT_OPENSSL
34
35# Directories where to look for sources of various binaries.
36# @__CWD__@ is a magic keyword in the picobsd's (Makefile.conf)
37# which is replaced with the directory with the picobsd configuration
38# corresponding to your image. This way you can have custom sources
39# in that directory overriding system programs.
40
41srcdirs @__CWD__@/src

--- 141 unchanged lines hidden ---
35
36# Directories where to look for sources of various binaries.
37# @__CWD__@ is a magic keyword in the picobsd's (Makefile.conf)
38# which is replaced with the directory with the picobsd configuration
39# corresponding to your image. This way you can have custom sources
40# in that directory overriding system programs.
41
42srcdirs @__CWD__@/src

--- 141 unchanged lines hidden ---