ramips: fix Omnima MiniEMBWiFi image

Reference the Omnima MiniEMBWiFi device tree source file in the image
build code. Otherwise the dts of the image processed before is used.

Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
Mathias Kresin 2017-07-31 20:21:12 +02:00
parent 1a050c83ac
commit 48798af6d2

View File

@ -460,6 +460,7 @@ endef
TARGET_DEVICES += miniembplug TARGET_DEVICES += miniembplug
define Device/miniembwifi define Device/miniembwifi
DTS := MINIEMBWIFI
DEVICE_TITLE := Omnima MiniEMBWiFi DEVICE_TITLE := Omnima MiniEMBWiFi
endef endef
TARGET_DEVICES += miniembwifi TARGET_DEVICES += miniembwifi