summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorloos <loos@FreeBSD.org>2017-01-25 14:49:42 +0000
committerloos <loos@FreeBSD.org>2017-01-25 14:49:42 +0000
commit57f1c569775448b359e4949a3f7b27280cf7d6a8 (patch)
tree574bd6de560dde3c307319e57b643787e96f6350 /sys/modules
parent81233152e4702d50de03e28c8eb1ed3b1ed733c8 (diff)
downloadFreeBSD-src-57f1c569775448b359e4949a3f7b27280cf7d6a8.zip
FreeBSD-src-57f1c569775448b359e4949a3f7b27280cf7d6a8.tar.gz
MFC r308458, r311157 and r312347:
Add the DTS for the Netgate SG-1000 (micro-Firewall). Remove a GPL licensed DTS. The micro-Firewall DTS is now a single BSD licensed file. The write-protect is not wired on uFW, disable it to allow writes to SD card. Obtained from: pfSense Sponsored by: Rubicon Communications, LLC (Netgate)
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/dtb/am335x/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/dtb/am335x/Makefile b/sys/modules/dtb/am335x/Makefile
index d149c95..b60f4a9 100644
--- a/sys/modules/dtb/am335x/Makefile
+++ b/sys/modules/dtb/am335x/Makefile
@@ -2,6 +2,7 @@
# All the dts files for am335x systems we support.
DTS= \
beaglebone.dts \
- beaglebone-black.dts
+ beaglebone-black.dts \
+ ufw.dts
.include <bsd.dtb.mk>
OpenPOWER on IntegriCloud