summaryrefslogtreecommitdiffstats
path: root/package/ipset/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/ipset/Makefile')
-rw-r--r--package/ipset/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ipset/Makefile b/package/ipset/Makefile
index f3b451d62..b06a727f1 100644
--- a/package/ipset/Makefile
+++ b/package/ipset/Makefile
@@ -29,6 +29,7 @@ define Build/Compile
$(call Build/Compile/Default, \
COPT_FLAGS="$(TARGET_CFLAGS)" \
KERNEL_DIR="$(LINUX_DIR)" \
+ PREFIX="/usr" \
)
endef