diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-20 22:05:02 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-20 22:05:02 +0000 |
commit | 1d48714110d0e0f37c3637963168c4345c4a708d (patch) | |
tree | e728540ee6a59acc740a2a627873acbf6e202bda /openwrt/package/Makefile | |
parent | 6563d604561b8b45785200b34bced13fb01cf248 (diff) |
add monit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@694 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 41681ce02b..70761f537f 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -32,6 +32,7 @@ package-$(BR2_PACKAGE_LIBUSB) += libusb package-$(BR2_PACKAGE_LZO) += lzo package-$(BR2_PACKAGE_MATRIXSSL) += matrixssl package-$(BR2_PACKAGE_MICROPERL) += microperl +package-$(BR2_PACKAGE_MONIT) += monit package-$(BR2_PACKAGE_NCURSES) += ncurses package-$(BR2_PACKAGE_NFSD) += nfs-server package-$(BR2_PACKAGE_NOCATSPLASH) += nocatsplash |