diff options
author | Sven Eckelmann <sven.eckelmann@open-mesh.com> | 2017-02-03 09:14:57 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-15 09:35:56 +0100 |
commit | 152f57f509bba0ff647539916533db861e546d58 (patch) | |
tree | ff54f0a9fd11dccc590a2046865489d0ea02bd25 /target/linux | |
parent | fcba5ee47a6c04473455df2e6ef3e384a9a118f8 (diff) | |
download | mtk-20170518-152f57f509bba0ff647539916533db861e546d58.zip mtk-20170518-152f57f509bba0ff647539916533db861e546d58.tar.gz mtk-20170518-152f57f509bba0ff647539916533db861e546d58.tar.bz2 |
ar71xx: Add missing device package om-watchdog for MR1750
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/image/legacy-devices.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/legacy-devices.mk b/target/linux/ar71xx/image/legacy-devices.mk index 1fef6fa..87423ce 100644 --- a/target/linux/ar71xx/image/legacy-devices.mk +++ b/target/linux/ar71xx/image/legacy-devices.mk @@ -507,7 +507,7 @@ LEGACY_DEVICES += MR900 define LegacyDevice/MR1750 DEVICE_TITLE := OpenMesh MR1750 - DEVICE_PACKAGES := kmod-ath10k ath10k-firmware-qca988x + DEVICE_PACKAGES := om-watchdog kmod-ath10k ath10k-firmware-qca988x endef LEGACY_DEVICES += MR1750 |