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-14 12:18:05 +0100 |
commit | 3d16c16eb669caf7244461a9e83d5f871591681c (patch) | |
tree | 762502a41743f260e7c5fe4cce627214da35cb05 /target/linux/ar71xx | |
parent | 391d498fe52aec5ed9869d792d3c50e821c1e27b (diff) | |
download | upstream-3d16c16eb669caf7244461a9e83d5f871591681c.tar.gz upstream-3d16c16eb669caf7244461a9e83d5f871591681c.tar.bz2 upstream-3d16c16eb669caf7244461a9e83d5f871591681c.zip |
ar71xx: Add missing device package om-watchdog for MR1750
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Diffstat (limited to 'target/linux/ar71xx')
-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 d32e8f86ce..2117617058 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 |