mirror of https://github.com/hak5/openwrt-owl.git
brcm2708: use BuildDTB in image/Makefile
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 46639owl
parent
b283426374
commit
98e122e4cc
|
@ -23,7 +23,7 @@ endif
|
||||||
|
|
||||||
### Image scripts ###
|
### Image scripts ###
|
||||||
define Build/build-dtb
|
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
|
endef
|
||||||
|
|
||||||
define Build/gen-cfg
|
define Build/gen-cfg
|
||||||
|
|
Loading…
Reference in New Issue