ipset: force the shell to bash to fix build issues on mac os x
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37227
This commit is contained in:
parent
4a0c312dc3
commit
4e042e4a84
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue