ltq-vdsl-mei: force shell to bash to avoid compile errors
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 May 2014 17:26:27 +0000 (17:26 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 May 2014 17:26:27 +0000 (17:26 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40712 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/kernel/lantiq/ltq-vdsl-mei/Makefile

index 1816bbe..18e3449 100644 (file)
@@ -36,6 +36,9 @@ endef
 
 #DEBUG=-DDEBUG_PRINT=1
 
+MAKE_FLAGS += \
+       SHELL="$(BASH)"
+
 CONFIGURE_ARGS += \
        --enable-kernelincl="$(LINUX_DIR)/include" \
        --enable-device=vr9 \