[source] ramips: add om-watchdog to rut5xx DEVICE_PACKAGES

LEDE Commits lede-commits at lists.infradead.org
Mon May 15 14:06:16 PDT 2017


pepe2k pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/4bd98e9224cfd89a2d8de5759a7823964d89225f

commit 4bd98e9224cfd89a2d8de5759a7823964d89225f
Author: Steffen Weinreich <steve at weinreich.org>
AuthorDate: Tue Apr 25 16:44:39 2017 +0200

    ramips: add om-watchdog to rut5xx DEVICE_PACKAGES
    
    Add om-watchdog as default package for rut5xx.
    
    Signed-off-by: Steffen Weinreich <steve at weinreich.org>
---
 target/linux/ramips/image/rt305x.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk
index 55c47e3..058aef0 100644
--- a/target/linux/ramips/image/rt305x.mk
+++ b/target/linux/ramips/image/rt305x.mk
@@ -635,6 +635,7 @@ TARGET_DEVICES += rt-n13u
 define Device/rut5xx
   DTS := RUT5XX
   DEVICE_TITLE := Teltonika RUT5XX
+  DEVICE_PACKAGES := om-watchdog
 endef
 TARGET_DEVICES += rut5xx
 



More information about the lede-commits mailing list