diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-21 01:37:09 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-21 01:37:09 +0000 |
commit | 591c09b84b3f2f0ce80464f703fda3103d58dc07 (patch) | |
tree | 279b896017f38b7c94d35219bc12e332c2c50ceb /openwrt | |
parent | 13a784583dac66a60a47aef161d0a0333e8c75cd (diff) |
Add net-snmp package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@998 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-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 64144c557e..e360e8685f 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 |