mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
arm/GENERIC: Remove TI DTBs
We've removed TI support in 3416e102c4 ("arm: Remove TI code from GENERIC")
so no need to build the DTBs now.
Sponsored by: Beckhoff Automation GmbH & Co. KG
This commit is contained in:
parent
530c2c30b0
commit
7ad2e83d5e
1 changed files with 0 additions and 2 deletions
|
|
@ -266,10 +266,8 @@ device hid # Generic HID support
|
|||
# Flattened Device Tree
|
||||
options FDT # Configure using FDT/DTB data
|
||||
makeoptions MODULES_EXTRA+="dtb/allwinner"
|
||||
makeoptions MODULES_EXTRA+="dtb/am335x"
|
||||
makeoptions MODULES_EXTRA+="dtb/imx6"
|
||||
makeoptions MODULES_EXTRA+="dtb/nvidia"
|
||||
makeoptions MODULES_EXTRA+="dtb/omap4"
|
||||
makeoptions MODULES_EXTRA+="dtb/rockchip"
|
||||
makeoptions MODULES_EXTRA+="dtb/rpi"
|
||||
makeoptions MODULES_EXTRA+="dtb/zynq"
|
||||
|
|
|
|||
Loading…
Reference in a new issue