[source] ramips: fix Omnima MiniEMBWiFi image
LEDE Commits
lede-commits at lists.infradead.org
Wed Aug 2 15:12:57 PDT 2017
mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/861b867d9c829683f3fc96d019dcc170aa19a3d2
commit 861b867d9c829683f3fc96d019dcc170aa19a3d2
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Mon Jul 31 20:21:12 2017 +0200
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 at kresin.me>
---
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 f82397d..0735798 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
More information about the lede-commits
mailing list