diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-20 00:27:29 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-20 00:27:29 +0100 |
commit | cde33531cc2f70323f24127775eacf66364d38c8 (patch) | |
tree | b803a71f3c1f3fee28626e8bf62e8628b827c396 /target/mipsel/sys-available | |
parent | 4a06a1303a36306b8f2965c9d9102e3aa4e04edb (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/mipsel/sys-available')
-rw-r--r-- | target/mipsel/sys-available/linksys-wrt54gs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/mipsel/sys-available/linksys-wrt54gs b/target/mipsel/sys-available/linksys-wrt54gs new file mode 100644 index 000000000..82246843a --- /dev/null +++ b/target/mipsel/sys-available/linksys-wrt54gs @@ -0,0 +1,13 @@ +config ADK_TARGET_SYSTEM_LINKSYS_WRT54GS + bool "Linksys WRT54GS" + select ADK_mipsel + 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) + |