diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-04-20 22:05:02 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-04-20 22:05:02 +0000 |
commit | 5d84cf7dfd10ee9e81b5475612bdb393a4afa781 (patch) | |
tree | e728540ee6a59acc740a2a627873acbf6e202bda /openwrt/package/Makefile | |
parent | 94f08da5ab16b937ba3dfa571faf85fe1a1a3934 (diff) | |
download | mtk-20170518-5d84cf7dfd10ee9e81b5475612bdb393a4afa781.zip mtk-20170518-5d84cf7dfd10ee9e81b5475612bdb393a4afa781.tar.gz mtk-20170518-5d84cf7dfd10ee9e81b5475612bdb393a4afa781.tar.bz2 |
add monit
SVN-Revision: 694
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 41681ce..70761f5 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 |