mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
ltq-vdsl-mei: force shell to bash to avoid compile errors
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40712
This commit is contained in:
parent
1268274b5d
commit
e68687c04b
1 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,9 @@ endef
|
|||
|
||||
#DEBUG=-DDEBUG_PRINT=1
|
||||
|
||||
MAKE_FLAGS += \
|
||||
SHELL="$(BASH)"
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-kernelincl="$(LINUX_DIR)/include" \
|
||||
--enable-device=vr9 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue