Browse Source

ltq-vdsl-mei: force shell to bash to avoid compile errors

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 40712
Felix Fietkau 11 years ago
parent
commit
e68687c04b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package/kernel/lantiq/ltq-vdsl-mei/Makefile

+ 3 - 0
package/kernel/lantiq/ltq-vdsl-mei/Makefile

@@ -36,6 +36,9 @@ endef
 
 #DEBUG=-DDEBUG_PRINT=1
 
+MAKE_FLAGS += \
+	SHELL="$(BASH)"
+
 CONFIGURE_ARGS += \
 	--enable-kernelincl="$(LINUX_DIR)/include" \
 	--enable-device=vr9 \