diff options
-rw-r--r-- | tools/tools/nanobsd/make.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/tools/nanobsd/make.conf b/tools/tools/nanobsd/make.conf index 6d5b775..893ab90 100644 --- a/tools/tools/nanobsd/make.conf +++ b/tools/tools/nanobsd/make.conf @@ -8,6 +8,13 @@ # KERNCONF?=GENERIC +# Soekris hardware, by default, has the serial console set up for 19200bps. +# Uncomment this line to set the serial console output to the same speed, or +# change it if necessary for your setup. +# + +#BOOT_COMCONSOLE_SPEED=19200 + # Depending on the size of the storage device you use you may have to # remove features you do not need in order to fit. # @@ -46,14 +53,19 @@ NO_LIBPTHREAD= NO_PAM= NO_NETCAT= NO_BIND= +#NO_BIND_DNSSEC= +#NO_BIND_LIBS_LWRES= +#NO_BIND_UTILS= NO_ACPI= NO_ATM= NO_AUTHPF= NO_IPFILTER= NO_LIBTHR= +NO_MAILWRAPER= NO_PF= NO_SENDMAIL= +NO_RCMDS= # 46MB # NB! usr/share/misc contains termcap, vi(1) etc fails to work without it. @@ -75,6 +87,7 @@ NO_MAN= NO_MODULES= NO_NIS= NO_USB= +PPP_NO_NETGRAPH= PPP_NO_RADIUS= # 80MB |