diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-16 19:55:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-16 19:55:02 +0100 |
commit | 4c509fb2b812a34246078b97e92425d3578ec3ef (patch) | |
tree | 0bfb96fbfd1291dc7b7120fa3680fdb611d1559e /mk | |
parent | 0fe98e5899e84f30f0fe7f82a064cc8836e9c0f2 (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.mk | 2 |
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) |