aboutsummaryrefslogtreecommitdiffstats
path: root/package/scanlogd
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-02-08 10:03:51 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-02-08 10:03:51 +0000
commit1d50d3360a75f4a5c86bc384e8f907fec3be91fa (patch)
treef0223ed878f6a1e98298a62651241d2a3ec62b44 /package/scanlogd
parentf169b0ffc65d2ee332ca6136dd16343e0c039965 (diff)
downloadmaster-187ad058-1d50d3360a75f4a5c86bc384e8f907fec3be91fa.tar.gz
master-187ad058-1d50d3360a75f4a5c86bc384e8f907fec3be91fa.tar.bz2
master-187ad058-1d50d3360a75f4a5c86bc384e8f907fec3be91fa.zip
Updated Makefile, thanks to Stephen Rose, corrected compile-time dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3187 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/scanlogd')
-rw-r--r--package/scanlogd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/scanlogd/Makefile b/package/scanlogd/Makefile
index 8f9175a4b4..8a83dc7922 100644
--- a/package/scanlogd/Makefile
+++ b/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: