From 861b867d9c829683f3fc96d019dcc170aa19a3d2 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Mon, 31 Jul 2017 20:21:12 +0200 Subject: [PATCH] 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 --- target/linux/ramips/image/rt305x.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index f82397db32..0735798a87 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -462,6 +462,7 @@ endef TARGET_DEVICES += miniembplug define Device/miniembwifi + DTS := MINIEMBWIFI DEVICE_TITLE := Omnima MiniEMBWiFi endef TARGET_DEVICES += miniembwifi -- 2.30.2