summaryrefslogtreecommitdiff
path: root/target/config/Config.in.tools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-20 00:27:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-20 00:27:29 +0100
commitcde33531cc2f70323f24127775eacf66364d38c8 (patch)
treeb803a71f3c1f3fee28626e8bf62e8628b827c396 /target/config/Config.in.tools
parent4a06a1303a36306b8f2965c9d9102e3aa4e04edb (diff)
fix brcm targets. add LZMA and flashmap code patches.
* add support for Linksys WRT54GS the automatic rflash size recognition is still open.
Diffstat (limited to 'target/config/Config.in.tools')
-rw-r--r--target/config/Config.in.tools5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools
new file mode 100644
index 000000000..8ed343d2a
--- /dev/null
+++ b/target/config/Config.in.tools
@@ -0,0 +1,5 @@
+config ADK_TOOLS_ADDPATTERN_ARGS
+ string
+ default "-p W54G -v v4.20.6" if ADK_TARGET_SYSTEM_LINKSYS_WRT54G
+ default "-p W54S -v v4.70.6" if ADK_TARGET_SYSTEM_LINKSYS_WRT54GS
+ default ""