projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1268274
)
ltq-vdsl-mei: force shell to bash to avoid compile errors
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 6 May 2014 17:26:27 +0000
(17:26 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 6 May 2014 17:26:27 +0000
(17:26 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40712
package/kernel/lantiq/ltq-vdsl-mei/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/lantiq/ltq-vdsl-mei/Makefile
b/package/kernel/lantiq/ltq-vdsl-mei/Makefile
index 1816bbeea8bf33ced1af7c7b3dee6facda97dcc8..18e34498f5ab51ee64143ba2536a304b96654a1c 100644
(file)
--- a/
package/kernel/lantiq/ltq-vdsl-mei/Makefile
+++ b/
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 \