Turns out the nvram env was common, so move it back up to get PB92 working.

This commit is contained in:
Warner Losh 2012-10-23 19:17:43 +00:00
parent f289fa663b
commit 4fa33efb6f
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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