From: pavlov Date: Fri, 20 Jul 2007 14:41:01 +0000 (+0000) Subject: enable mib loading, required for a soon to be committed package X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=bb0207825ccd260a3ab141386a4a34296e0d6426;p=packages.git enable mib loading, required for a soon to be committed package git-svn-id: svn://svn.openwrt.org/openwrt/packages@8074 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/net-snmp/Makefile b/libs/net-snmp/Makefile index 02e30bc51..9c99f6f15 100644 --- a/libs/net-snmp/Makefile +++ b/libs/net-snmp/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=net-snmp PKG_VERSION:=5.1.2 -PKG_RELEASE:=2.1 +PKG_RELEASE:=2.2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -161,7 +161,6 @@ PKG_CONFIGURE_OPTIONS = \ --disable-debugging \ --disable-ipv6 \ --disable-manuals \ - --disable-mib-loading \ --disable-mibs \ --disable-scripts \ --with-out-mib-modules="$(SNMP_MIB_MODULES_EXCLUDED)" \