summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Kresin2017-07-31 18:21:12 +0000
committerMathias Kresin2017-08-02 22:07:56 +0000
commit861b867d9c829683f3fc96d019dcc170aa19a3d2 (patch)
tree7d7e809d89de5a15ba6229deab7fc4e13416d185
parentafc1ccf955378cd8ab7c4b299a496054d1ddb14f (diff)
downloadopenwrt-861b867d9c829683f3fc96d019dcc170aa19a3d2.tar.gz
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>
-rw-r--r--target/linux/ramips/image/rt305x.mk1
1 files changed, 1 insertions, 0 deletions
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