diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-21 01:37:09 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-21 01:37:09 +0000 |
commit | 311f0aee1ca358ec2596430d9789bb9a70c03152 (patch) | |
tree | 279b896017f38b7c94d35219bc12e332c2c50ceb /openwrt/package/Makefile | |
parent | 888fdd59608b5013defef8f8be4c56f728d6bf8e (diff) | |
download | mtk-20170518-311f0aee1ca358ec2596430d9789bb9a70c03152.zip mtk-20170518-311f0aee1ca358ec2596430d9789bb9a70c03152.tar.gz mtk-20170518-311f0aee1ca358ec2596430d9789bb9a70c03152.tar.bz2 |
Add net-snmp package
SVN-Revision: 998
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 64144c5..e360e86 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -38,6 +38,7 @@ package-$(BR2_PACKAGE_MARADNS) += maradns package-$(BR2_PACKAGE_MICROPERL) += microperl package-$(BR2_PACKAGE_MONIT) += monit package-$(BR2_PACKAGE_NCURSES) += ncurses +package-$(BR2_PACKAGE_NET_SNMP) += net-snmp package-$(BR2_PACKAGE_NFS_SERVER) += nfs-server package-$(BR2_PACKAGE_NMAP) += nmap package-$(BR2_PACKAGE_NOCATSPLASH) += nocatsplash |