summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/network/utils/ipset/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/network/utils/ipset/Makefile b/package/network/utils/ipset/Makefile
index d53b044..209a5c2 100644
--- a/package/network/utils/ipset/Makefile
+++ b/package/network/utils/ipset/Makefile
@@ -40,7 +40,8 @@ CONFIGURE_ARGS += \
--with-kbuild="$(LINUX_DIR)"
MAKE_FLAGS += \
- ARCH="$(LINUX_KARCH)"
+ ARCH="$(LINUX_KARCH)" \
+ SHELL="$(BASH)"
IPSET_MODULES:= \
ipset/ip_set \