diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-01-10 16:47:51 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-01-10 16:47:51 +0000 |
commit | 4af2b84d99f772ad56910a194e9b2206858dcea6 (patch) | |
tree | 334320d922a336159cf16e8ece9511fd466a21df /openwrt/package/Config.in | |
parent | bcf256e11bda1fa24bac30ba92fdcfba55d692d7 (diff) | |
download | mtk-20170518-4af2b84d99f772ad56910a194e9b2206858dcea6.zip mtk-20170518-4af2b84d99f772ad56910a194e9b2206858dcea6.tar.gz mtk-20170518-4af2b84d99f772ad56910a194e9b2206858dcea6.tar.bz2 |
add watchdog package (thanks to Janos)
SVN-Revision: 2874
Diffstat (limited to 'openwrt/package/Config.in')
-rw-r--r-- | openwrt/package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index 70029df..be7ae99 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.in @@ -257,6 +257,7 @@ source "package/pcmcia-cs/Config.in" # pcmcia-utils source "package/usbutils/Config.in" # lsusb source "package/strace/Config.in" source "package/udev/Config.in" +source "package/watchdog/Config.in" comment "FileSystems related" source "package/dosfstools/Config.in" |