mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
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>
This commit is contained in:
parent
afc1ccf955
commit
861b867d9c
@ -462,6 +462,7 @@ endef
|
||||
TARGET_DEVICES += miniembplug
|
||||
|
||||
define Device/miniembwifi
|
||||
DTS := MINIEMBWIFI
|
||||
DEVICE_TITLE := Omnima MiniEMBWiFi
|
||||
endef
|
||||
TARGET_DEVICES += miniembwifi
|
||||
|
Loading…
Reference in New Issue
Block a user