summaryrefslogtreecommitdiff
path: root/target/config/Config.in
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/Config.in
parent63c6929d36e5b5802c0983932a3d69e23f330bb5 (diff)
parent82fe4e6759930f69f6ae08cf85f74ae233c6bab9 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config/Config.in')
-rw-r--r--target/config/Config.in12
1 files changed, 12 insertions, 0 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