summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in2
-rw-r--r--target/config/Config.in.tools5
2 files changed, 7 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index 5e9f42073..b8fab0255 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -446,3 +446,5 @@ config ADK_TARGET_PACKAGE_TGZ
directory. There will be no package manager installed onto the target.
endchoice
+
+source "target/config/Config.in.tools"
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 ""