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:56:01 +0200 |
commit | 4bd98e9224cfd89a2d8de5759a7823964d89225f (patch) | |
tree | 13b25fc87544e1b25e34828e115ac76298de2aec /target/linux/ramips/image | |
parent | 9423cf3e9846690c085d34338638b974cf714c30 (diff) | |
download | mtk-20170518-4bd98e9224cfd89a2d8de5759a7823964d89225f.zip mtk-20170518-4bd98e9224cfd89a2d8de5759a7823964d89225f.tar.gz mtk-20170518-4bd98e9224cfd89a2d8de5759a7823964d89225f.tar.bz2 |
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/linux/ramips/image')
-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 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 |