mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 06:45:34 -05:00
- Set proper KERNLOADADDR
- Add bpf(4) required by dhclient
This commit is contained in:
parent
8376ffb561
commit
990dc2acfb
1 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ makeoptions MODULES_OVERRIDE=""
|
|||
options TICK_USE_YAMON_FREQ=defined
|
||||
#options TICK_USE_MALTA_RTC=defined
|
||||
|
||||
makeoptions KERNLOADADDR=0xffffffff80100000
|
||||
|
||||
include "../malta/std.malta"
|
||||
|
||||
hints "MALTA.hints" #Default places to look for devices.
|
||||
|
|
@ -66,4 +68,5 @@ device ether
|
|||
device le
|
||||
device miibus
|
||||
device md
|
||||
device bpf
|
||||
device uart
|
||||
|
|
|
|||
Loading…
Reference in a new issue