summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-10-23 19:17:43 +0000
committerimp <imp@FreeBSD.org>2012-10-23 19:17:43 +0000
commitac417b1e9c347e8649a7229e73eb9c1e8ab5f809 (patch)
treecf09c25103a02a3fc083dd0eba5e3e717c18fcc9 /sys/conf
parent36e49e1816bd5a8b656797c83df8907198f53025 (diff)
downloadFreeBSD-src-ac417b1e9c347e8649a7229e73eb9c1e8ab5f809.zip
FreeBSD-src-ac417b1e9c347e8649a7229e73eb9c1e8ab5f809.tar.gz
Turns out the nvram env was common, so move it back up to get PB92 working.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.mips3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/files.mips b/sys/conf/files.mips
index 0d7c05a..83482f3 100644
--- a/sys/conf/files.mips
+++ b/sys/conf/files.mips
@@ -96,3 +96,6 @@ dev/fdt/fdt_mips.c optional fdt
# crypto support -- use generic
crypto/blowfish/bf_enc.c optional crypto | ipsec
crypto/des/des_enc.c optional crypto | ipsec
+
+# AP common nvram interface
+dev/nvram2env/nvram2env.c optional nvram2env
OpenPOWER on IntegriCloud