Browse Source

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

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

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

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

@@ -40,6 +40,9 @@ endef
 
 EXTRA_CFLAGS = -fno-pic -mno-abicalls -mlong-calls -G 0
 
+MAKE_FLAGS += \
+	SHELL="$(BASH)"
+
 CONFIGURE_ARGS += --enable-kernel-include="$(LINUX_DIR)/include" \
 	--with-max-device="1" \
 	--with-lines-per-device="1" \