diff options
author | Steffen Weinreich <steve@weinreich.org> | 2017-04-25 16:44:39 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2017-05-15 22:43:33 +0200 |
commit | e71b2dad948749d044592a730fa9019d45abe090 (patch) | |
tree | 79f0174d8c6ac79af0b15a5761c146beb9e2cd85 /target | |
parent | 04e91631e0500b85c4d9948c2662bc203a7a458d (diff) | |
download | upstream-e71b2dad948749d044592a730fa9019d45abe090.tar.gz upstream-e71b2dad948749d044592a730fa9019d45abe090.tar.bz2 upstream-e71b2dad948749d044592a730fa9019d45abe090.zip |
ramips: add om-watchdog to rut5xx DEVICE_PACKAGES
Add om-watchdog as default package for rut5xx.
Signed-off-by: Steffen Weinreich <steve@weinreich.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index 62ced9b7de..5876dcb986 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -639,6 +639,7 @@ TARGET_DEVICES += rt-n13u define Device/rut5xx DTS := RUT5XX DEVICE_TITLE := Teltonika RUT5XX + DEVICE_PACKAGES := om-watchdog endef TARGET_DEVICES += rut5xx |