diff options
author | gonzo <gonzo@FreeBSD.org> | 2013-08-30 20:30:33 +0000 |
---|---|---|
committer | gonzo <gonzo@FreeBSD.org> | 2013-08-30 20:30:33 +0000 |
commit | ae70647f7684c422d3f1a06515e582829df90929 (patch) | |
tree | b1790571ee9468cbced07c1144abdf60733ab6bd | |
parent | 03d403f986dfd122625ec1e5d88d0860aebff848 (diff) | |
download | FreeBSD-src-ae70647f7684c422d3f1a06515e582829df90929.zip FreeBSD-src-ae70647f7684c422d3f1a06515e582829df90929.tar.gz |
Add bpf(4) to config file to get dhclient working
-rw-r--r-- | sys/mips/conf/MALTA | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/mips/conf/MALTA b/sys/mips/conf/MALTA index 54ece74..ab9d38d 100644 --- a/sys/mips/conf/MALTA +++ b/sys/mips/conf/MALTA @@ -65,5 +65,6 @@ device loop device ether device le device miibus +device bpf device md device uart |