From 4fa33efb6f28a54b1f06ef9231b3190a89dddcfc Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 23 Oct 2012 19:17:43 +0000 Subject: [PATCH] Turns out the nvram env was common, so move it back up to get PB92 working. --- sys/conf/files.mips | 3 +++ sys/mips/rt305x/files.rt305x | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/conf/files.mips b/sys/conf/files.mips index 0d7c05af4a2..83482f3093f 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 diff --git a/sys/mips/rt305x/files.rt305x b/sys/mips/rt305x/files.rt305x index b578c8c7d10..5f4d0ea8db0 100644 --- a/sys/mips/rt305x/files.rt305x +++ b/sys/mips/rt305x/files.rt305x @@ -12,4 +12,3 @@ mips/rt305x/uart_dev_rt305x.c optional uart mips/mips/intr_machdep.c standard mips/mips/tick.c standard dev/rt/if_rt.c optional rt -dev/nvram2env/nvram2env.c optional nvram2env