From f7b75c1862f69ad314899afc2e334507ab11b61e Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 6 Jan 2008 12:19:03 +0000 Subject: [PATCH] Compile digitemp with usb (#2982) git-svn-id: svn://svn.openwrt.org/openwrt/packages@10128 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/digitemp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/digitemp/Makefile b/utils/digitemp/Makefile index 50ea1d57d..8b7f90714 100644 --- a/utils/digitemp/Makefile +++ b/utils/digitemp/Makefile @@ -32,7 +32,7 @@ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS) -DLINUX -I$(STAGING_DIR)/usr/include \ - -I/.src -I./userial" \ + -I/.src -I./userial -DOWUSB" \ LIBS="-L$(STAGING_DIR)/usr/lib -lusb -lm" \ DESTDIR="$(PKG_INSTALL_DIR)" \ ds2490