Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -46,9 +46,9 @@ config BR2_PACKAGE_NETSNMP_ENABLE_DEBUGGING
|
||||
bool "Enable debugging code"
|
||||
help
|
||||
By default net-snmp is compiled without debugging support
|
||||
(--disable-debugging). Enable this options if you need debugging
|
||||
support, including the ability to log with DEBUGMSG(),
|
||||
DEBUGMSGTL() and companion macros.
|
||||
(--disable-debugging). Enable this options if you need
|
||||
debugging support, including the ability to log with
|
||||
DEBUGMSG(), DEBUGMSGTL() and companion macros.
|
||||
|
||||
config BR2_PACKAGE_NETSNMP_OPENSSL_INTERNAL
|
||||
bool "Enable minimal internal OpenSSL code"
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# From http://sourceforge.net/projects/net-snmp/files/net-snmp/5.7.3/
|
||||
md5 d4a3459e1577d0efa8d96ca70a885e53 net-snmp-5.7.3.tar.gz
|
||||
sha1 97dc25077257680815de44e34128d365c76bd839 net-snmp-5.7.3.tar.gz
|
||||
|
||||
|
||||
@@ -38,8 +38,6 @@ NETSNMP_MAKE = $(MAKE1)
|
||||
NETSNMP_CONFIG_SCRIPTS = net-snmp-config
|
||||
NETSNMP_AUTORECONF = YES
|
||||
|
||||
NETSNMP_BLOAT_MIBS = BRIDGE DISMAN-EVENT DISMAN-SCHEDULE DISMAN-SCRIPT EtherLike RFC-1215 RFC1155-SMI RFC1213 SCTP SMUX
|
||||
|
||||
ifeq ($(BR2_ENDIAN),"BIG")
|
||||
NETSNMP_CONF_OPTS += --with-endianness=big
|
||||
else
|
||||
@@ -101,14 +99,6 @@ else
|
||||
NETSNMP_CONF_OPTS += --disable-applications
|
||||
endif
|
||||
|
||||
define NETSNMP_REMOVE_BLOAT_MIBS
|
||||
for mib in $(NETSNMP_BLOAT_MIBS); do \
|
||||
rm -f $(TARGET_DIR)/usr/share/snmp/mibs/$$mib-MIB.txt; \
|
||||
done
|
||||
endef
|
||||
|
||||
NETSNMP_POST_INSTALL_TARGET_HOOKS += NETSNMP_REMOVE_BLOAT_MIBS
|
||||
|
||||
ifeq ($(BR2_PACKAGE_NETSNMP_SERVER),y)
|
||||
define NETSNMP_INSTALL_INIT_SYSV
|
||||
$(INSTALL) -D -m 0755 package/netsnmp/S59snmpd \
|
||||
@@ -117,7 +107,7 @@ endef
|
||||
endif
|
||||
|
||||
define NETSNMP_STAGING_NETSNMP_CONFIG_FIXUP
|
||||
$(SED) "s,^includedir=.*,includedir=\'$(STAGING_DIR)/usr/include\',g" \
|
||||
$(SED) "s,^includedir=.*,includedir=\'$(STAGING_DIR)/usr/include\',g" \
|
||||
-e "s,^libdir=.*,libdir=\'$(STAGING_DIR)/usr/lib\',g" \
|
||||
$(STAGING_DIR)/usr/bin/net-snmp-config
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user