[Buildroot] svn commit: trunk/buildroot/package/netsnmp

jacmet at uclibc.org jacmet at uclibc.org
Tue Nov 4 11:31:58 UTC 2008


Author: jacmet
Date: 2008-11-04 03:31:58 -0800 (Tue, 04 Nov 2008)
New Revision: 23922

Log:
netsnmp: run CONFIG_UPDATE

Based on e068796d3 in Bernhards tree.

Modified:
   trunk/buildroot/package/netsnmp/netsnmp.mk


Changeset:
Modified: trunk/buildroot/package/netsnmp/netsnmp.mk
===================================================================
--- trunk/buildroot/package/netsnmp/netsnmp.mk	2008-11-04 11:26:52 UTC (rev 23921)
+++ trunk/buildroot/package/netsnmp/netsnmp.mk	2008-11-04 11:31:58 UTC (rev 23922)
@@ -22,6 +22,7 @@
 $(NETSNMP_DIR)/.unpacked: $(DL_DIR)/$(NETSNMP_SOURCE)
 	$(ZCAT) $(DL_DIR)/$(NETSNMP_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
 	toolchain/patch-kernel.sh $(NETSNMP_DIR) package/netsnmp/ \*$(NETSNMP_VERSION)\*.patch
+	$(CONFIG_UPDATE) $(@D)
 	touch $@
 
 ifeq ($(BR2_ENDIAN),"BIG")




More information about the buildroot mailing list