From 0b89008f7f3b590653a73e98cd9eff938c2f2837 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 6 May 2014 17:26:32 +0000 Subject: [PATCH] ltq-vdsl: force shell to bash to avoid compile errors Signed-off-by: Felix Fietkau SVN-Revision: 40713 --- package/kernel/lantiq/ltq-vdsl/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/kernel/lantiq/ltq-vdsl/Makefile b/package/kernel/lantiq/ltq-vdsl/Makefile index 0901721b90..d14d4bc955 100644 --- a/package/kernel/lantiq/ltq-vdsl/Makefile +++ b/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" \