summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-27 10:27:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-27 10:27:19 +0200
commit8f4b5ed938071262638928deaf18552040360f4a (patch)
tree2352258b6acc18ac31d5480c1706131e98a36241 /target/config
parent63c6929d36e5b5802c0983932a3d69e23f330bb5 (diff)
parent82fe4e6759930f69f6ae08cf85f74ae233c6bab9 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in12
-rw-r--r--target/config/Config.in.tools4
2 files changed, 14 insertions, 2 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index 35c8688b2..453c894a3 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -80,6 +80,18 @@ config ADK_TARGET_ABI_N64
endchoice
+choice
+prompt "Broadcom BCM47xx Model"
+depends on ADK_TARGET_SYSTEM_BROADCOM_BCM47XX
+
+config ADK_TARGET_BROADCOM_MODEL_LINKSYS_WRT54G
+ boolean "Linksys WRT54g"
+
+config ADK_TARGET_BROADCOM_MODEL_LINKSYS_WRT54GS
+ boolean "Linksys WRT54gs"
+
+endchoice
+
if ADK_LINUX_NATIVE
source "target/config/Config.in.native"
endif
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools
index 8ed343d2a..31246458d 100644
--- a/target/config/Config.in.tools
+++ b/target/config/Config.in.tools
@@ -1,5 +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 "-p W54G -v v4.20.6" if ADK_TARGET_BROADCOM_MODEL_LINKSYS_WRT54G
+ default "-p W54S -v v4.70.6" if ADK_TARGET_BROADCOM_MODEL_LINKSYS_WRT54GS
default ""