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

LEDE Commits lede-commits at lists.infradead.org
Wed Feb 15 00:36:40 PST 2017


blogic pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/152f57f509bba0ff647539916533db861e546d58

commit 152f57f509bba0ff647539916533db861e546d58
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 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
 



More information about the lede-commits mailing list