summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-16 19:55:02 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-16 19:55:02 +0100
commit4c509fb2b812a34246078b97e92425d3578ec3ef (patch)
tree0bfb96fbfd1291dc7b7120fa3680fdb611d1559e /mk
parent0fe98e5899e84f30f0fe7f82a064cc8836e9c0f2 (diff)
add basic support for ag241 ar7 based dsl router
- my wag54g died. disable wag54g for now. - add 2.6.32 support for ag241. - cpmac still broken
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 5f7399174..bf10ae5e2 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -298,7 +298,7 @@ ifneq (,$(filter rb%,${TARGET}))
endif
menuconfig: $(CONFIG)/mconf defconfig
- if [ ! -f .config ];then \
+ @if [ ! -f .config ];then \
$(CONFIG)/conf -D .defconfig $(CONFIG_CONFIG_IN); \
fi
@$(CONFIG)/mconf $(CONFIG_CONFIG_IN)