diff options
author | Mathias Kresin <dev@kresin.me> | 2017-07-31 20:21:12 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-08-02 21:16:20 +0200 |
commit | 48798af6d224ae5c2e567be5b4ff88283ab9c208 (patch) | |
tree | b8697f8fdd5499c13ed73b43e4f839c9ca6079d3 /target/linux | |
parent | 1a050c83ac25b4c65b68f704fd70c9f90f4c25ed (diff) | |
download | upstream-48798af6d224ae5c2e567be5b4ff88283ab9c208.tar.gz upstream-48798af6d224ae5c2e567be5b4ff88283ab9c208.tar.bz2 upstream-48798af6d224ae5c2e567be5b4ff88283ab9c208.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 1545e945a3..511df00fa4 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -460,6 +460,7 @@ endef TARGET_DEVICES += miniembplug define Device/miniembwifi + DTS := MINIEMBWIFI DEVICE_TITLE := Omnima MiniEMBWiFi endef TARGET_DEVICES += miniembwifi |