Deleted Added
full compact
crunch.conf (202755) crunch.conf (246932)
1#
1#
2# $FreeBSD: head/release/picobsd/bridge/crunch.conf 202755 2010-01-21 16:56:27Z ed $
2# $FreeBSD: head/release/picobsd/bridge/crunch.conf 246932 2013-02-18 02:08:41Z luigi $
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#

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

24# in the crunched binary.
25#
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
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#

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

24# in the crunched binary.
25#
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 -DNO_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH
32buildopts -DWITHOUT_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH
33buildopts -DTRACEROUTE_NO_IPSEC -DNO_INET6
34buildopts -DWITHOUT_IPX
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.

--- 143 unchanged lines hidden ---
33buildopts -DTRACEROUTE_NO_IPSEC -DNO_INET6
34buildopts -DWITHOUT_IPX
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.

--- 143 unchanged lines hidden ---