summaryrefslogtreecommitdiff
path: root/target/mips/sys-available
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-28 13:06:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-28 13:06:55 +0200
commit5b930ffb545c9e41d100df17922c628b3bbb6006 (patch)
treeefc1f0464ce0b8968d8d95f4fe28d4e43262e7f2 /target/mips/sys-available
parentd4cb283cf544eae863c165f0662949635dfd63d5 (diff)
parent9492f70965e2d1c669df4c5fc56b4bac465f6b88 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/mips/sys-available')
-rw-r--r--target/mips/sys-available/broadcom-bcm47xx (renamed from target/mips/sys-available/linksys-wrt54g)9
-rw-r--r--target/mips/sys-available/linksys-wrt54gs14
2 files changed, 4 insertions, 19 deletions
diff --git a/target/mips/sys-available/linksys-wrt54g b/target/mips/sys-available/broadcom-bcm47xx
index 4a48a2c08..5a8df9df2 100644
--- a/target/mips/sys-available/linksys-wrt54g
+++ b/target/mips/sys-available/broadcom-bcm47xx
@@ -1,14 +1,13 @@
-config ADK_TARGET_SYSTEM_LINKSYS_WRT54G
- bool "Linksys WRT54G"
+config ADK_TARGET_SYSTEM_BROADCOM_BCM47XX
+ bool "Broadcom BCM47XX"
select ADK_mips
select ADK_little
- select ADK_linksys_wrt54g
+ select ADK_broadcom_bcm47xx
select ADK_KERNEL_BCM47XX
select ADK_KERNEL_KERNEL_LZMA
select ADK_TARGET_WITH_MTD
select ADK_TARGET_WITH_SSB
select ADK_TARGET_WITH_WATCHDOG
help
- Linksys WRT54G WLAN router.
- (Broadcom BCM47xx platform)
+ Broadcom BCM47xx systems.
diff --git a/target/mips/sys-available/linksys-wrt54gs b/target/mips/sys-available/linksys-wrt54gs
deleted file mode 100644
index 0ad417828..000000000
--- a/target/mips/sys-available/linksys-wrt54gs
+++ /dev/null
@@ -1,14 +0,0 @@
-config ADK_TARGET_SYSTEM_LINKSYS_WRT54GS
- bool "Linksys WRT54GS"
- select ADK_mips
- select ADK_little
- select ADK_linksys_wrt54gs
- select ADK_KERNEL_BCM47XX
- select ADK_KERNEL_KERNEL_LZMA
- select ADK_TARGET_WITH_MTD
- select ADK_TARGET_WITH_SSB
- select ADK_TARGET_WITH_WATCHDOG
- help
- Linksys WRT54GS WLAN router.
- (Broadcom BCM47xx platform)
-