summaryrefslogtreecommitdiff
path: root/openwrt/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
commit3a805b3c51ba6db6472c200d61f89487b527a6b1 (patch)
tree49bb96028dd2478122620235397563ce12eeb203 /openwrt/package/scanlogd
parent36edc7828897254bed4ed802d3112974b0c882fd (diff)
downloadmtk-20170518-3a805b3c51ba6db6472c200d61f89487b527a6b1.zip
mtk-20170518-3a805b3c51ba6db6472c200d61f89487b527a6b1.tar.gz
mtk-20170518-3a805b3c51ba6db6472c200d61f89487b527a6b1.tar.bz2
Updated Makefile, thanks to Stephen Rose, corrected compile-time dependency
SVN-Revision: 3187
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 8f9175a..8a83dc7 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: