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/Makefile | |
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/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 571f10f..60081db 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -230,6 +230,7 @@ package-$(BR2_PACKAGE_VPNC) += vpnc package-$(BR2_PACKAGE_VRRPD) += vrrpd package-$(BR2_PACKAGE_VTUN) += vtun package-$(BR2_PACKAGE_VSFTPD) += vsftpd +package-$(BR2_PACKAGE_WATCHDOG) += watchdog package-$(BR2_PACKAGE_WCCPD) += wccpd package-$(BR2_PACKAGE_WIFICONF) += wificonf package-$(BR2_PACKAGE_WIFIDOG) += wifidog |