mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 16:58:22 +00:00
ltq-vdsl: force shell to bash to avoid compile errors
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40713
This commit is contained in:
parent
e68687c04b
commit
0b89008f7f
@ -40,6 +40,9 @@ endef
|
|||||||
|
|
||||||
EXTRA_CFLAGS = -fno-pic -mno-abicalls -mlong-calls -G 0
|
EXTRA_CFLAGS = -fno-pic -mno-abicalls -mlong-calls -G 0
|
||||||
|
|
||||||
|
MAKE_FLAGS += \
|
||||||
|
SHELL="$(BASH)"
|
||||||
|
|
||||||
CONFIGURE_ARGS += --enable-kernel-include="$(LINUX_DIR)/include" \
|
CONFIGURE_ARGS += --enable-kernel-include="$(LINUX_DIR)/include" \
|
||||||
--with-max-device="1" \
|
--with-max-device="1" \
|
||||||
--with-lines-per-device="1" \
|
--with-lines-per-device="1" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user