summaryrefslogtreecommitdiffstats
path: root/openwrt/package/scanlogd
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-08 10:03:51 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-08 10:03:51 +0000
commita8b7ca268e49ec9ed9540c7cf9f026112594f8c2 (patch)
tree022beebbf69159fada08e6a1551d51330d8f1bf0 /openwrt/package/scanlogd
parent06fd9e8928b1afe6013aad7f467cb9e14cbd1575 (diff)
Updated Makefile, thanks to Stephen Rose, corrected compile-time dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3187 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/scanlogd')
-rw-r--r--openwrt/package/scanlogd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/scanlogd/Makefile b/openwrt/package/scanlogd/Makefile
index 8f9175a4b..8a83dc792 100644
--- a/openwrt/package/scanlogd/Makefile
+++ b/openwrt/package/scanlogd/Makefile
@@ -20,6 +20,7 @@ $(eval $(call PKG_template,SCANLOGD,scanlogd,$(PKG_VERSION)-$(PKG_RELEASE),$(ARC
$(PKG_BUILD_DIR)/.configured:
$(SED) "s,/var/empty,/tmp/.scanlogd," $(PKG_BUILD_DIR)/params.h
+ $(SED) "s,#undef SCANLOGD_DEVICE,#define SCANLOGD_DEVICE \"all\"," $(PKG_BUILD_DIR)/params.h
touch $@
$(PKG_BUILD_DIR)/.built: