[source] ar71xx: Add missing device package om-watchdog for MR1750

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 14 03:48:42 PST 2017


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/3d16c16eb669caf7244461a9e83d5f871591681c

commit 3d16c16eb669caf7244461a9e83d5f871591681c
Author: Sven Eckelmann <sven.eckelmann at open-mesh.com>
AuthorDate: Fri Feb 3 09:14:57 2017 +0100

    ar71xx: Add missing device package om-watchdog for MR1750
    
    Signed-off-by: Sven Eckelmann <sven.eckelmann at open-mesh.com>
---
 target/linux/ar71xx/image/legacy-devices.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ar71xx/image/legacy-devices.mk b/target/linux/ar71xx/image/legacy-devices.mk
index d32e8f8..2117617 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
 



More information about the lede-commits mailing list