r3917 - trunk/src/target/opkg

thomas at sita.openmoko.org thomas at sita.openmoko.org
Tue Jan 22 15:50:14 CET 2008


Author: thomas
Date: 2008-01-22 15:50:13 +0100 (Tue, 22 Jan 2008)
New Revision: 3917

Modified:
   trunk/src/target/opkg/opkg_download.c
Log:
opkg: Fix #ifdef


Modified: trunk/src/target/opkg/opkg_download.c
===================================================================
--- trunk/src/target/opkg/opkg_download.c	2008-01-22 14:33:04 UTC (rev 3916)
+++ trunk/src/target/opkg/opkg_download.c	2008-01-22 14:50:13 UTC (rev 3917)
@@ -43,7 +43,7 @@
     int i;
     int p = d*100/t;
 
-#ifdef LIBOPKG
+#ifdef OPKG_LIB
     if (opkg_cb_download_progress)
     {
 	opkg_cb_download_progress (p);





More information about the commitlog mailing list