mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Turns out the nvram env was common, so move it back up to get PB92 working.
This commit is contained in:
parent
f289fa663b
commit
4fa33efb6f
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue