diff options
author | Mathias Kresin <dev@kresin.me> | 2017-07-31 20:21:12 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-08-03 00:07:56 +0200 |
commit | 861b867d9c829683f3fc96d019dcc170aa19a3d2 (patch) | |
tree | 7d7e809d89de5a15ba6229deab7fc4e13416d185 /target/linux | |
parent | afc1ccf955378cd8ab7c4b299a496054d1ddb14f (diff) | |
download | upstream-861b867d9c829683f3fc96d019dcc170aa19a3d2.tar.gz upstream-861b867d9c829683f3fc96d019dcc170aa19a3d2.tar.bz2 upstream-861b867d9c829683f3fc96d019dcc170aa19a3d2.zip |
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>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 1 |
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 |