mirror of https://github.com/hak5/openwrt.git
brcm2708: use BuildDTB in image/Makefile
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 46639lede-17.01
parent
b283426374
commit
98e122e4cc
|
@ -23,7 +23,7 @@ endif
|
|||
|
||||
### Image scripts ###
|
||||
define Build/build-dtb
|
||||
$(LINUX_DIR)/scripts/dtc/dtc -O dtb -o $@.dtb $(DTS_DIR)/$(DEVICE_DTS).dts
|
||||
$(call Image/BuildDTB,$(DTS_DIR)/$(DEVICE_DTS).dts,$@.dtb)
|
||||
endef
|
||||
|
||||
define Build/gen-cfg
|
||||
|
|
Loading…
Reference in New Issue