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 | ad668268406e945164823da4324d95c2bac1e7ba (patch) | |
tree | c9689e9e3162b4db83cb1d03cff963b3c452d2e1 /package/Makefile | |
parent | 65ef28ca63a086b50c007bc235ec18055cfd1ad4 (diff) | |
download | upstream-ad668268406e945164823da4324d95c2bac1e7ba.tar.gz upstream-ad668268406e945164823da4324d95c2bac1e7ba.tar.bz2 upstream-ad668268406e945164823da4324d95c2bac1e7ba.zip |
add watchdog package (thanks to Janos)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2874 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 571f10ff8b..60081dbf64 100644 --- a/package/Makefile +++ b/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 |