From: Mathias Kresin Date: Mon, 31 Jul 2017 18:21:12 +0000 (+0200) Subject: ramips: fix Omnima MiniEMBWiFi image X-Git-Tag: v18.06.0-rc1~2429 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=861b867d9c829683f3fc96d019dcc170aa19a3d2 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 --- 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