diff options
author | John Crispin <john@openwrt.org> | 2014-06-02 14:56:24 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-02 14:56:24 +0000 |
commit | 05b73eb22fb5e094050c8b5388ee3c4859e8f1df (patch) | |
tree | 6d7c73c7025d538380e2a5cb5b5f896da4cebdf5 /target/linux/ar71xx/config-3.10 | |
parent | 85b889940d66b4c4a28691d8166eeef119912473 (diff) | |
download | upstream-05b73eb22fb5e094050c8b5388ee3c4859e8f1df.tar.gz upstream-05b73eb22fb5e094050c8b5388ee3c4859e8f1df.tar.bz2 upstream-05b73eb22fb5e094050c8b5388ee3c4859e8f1df.zip |
ar71xx: add kernel support for HiWiFi HC6361.
This board manufactured by HiWiFi has the following features.
- Atheros 9331 SoC.
- 16MB flash and 64MB RAM.
- 4GB eMMC storage via SK6226 USB 2.0 controller.
- 2 LAN and 1 WAN ethernet ports with LEDs on them.
- 3 blue LEDs on the front panel.
- 1 button labeled as "reset".
- Powered by a USB cable.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 40973
Diffstat (limited to 'target/linux/ar71xx/config-3.10')
-rw-r--r-- | target/linux/ar71xx/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-3.10 b/target/linux/ar71xx/config-3.10 index 4eb4b9f09f..c294cd8920 100644 --- a/target/linux/ar71xx/config-3.10 +++ b/target/linux/ar71xx/config-3.10 @@ -50,6 +50,7 @@ CONFIG_ATH79_MACH_EAP7660D=y CONFIG_ATH79_MACH_EW_DORIN=y CONFIG_ATH79_MACH_GS_OOLITE=y CONFIG_ATH79_MACH_HORNET_UB=y +CONFIG_ATH79_MACH_HIWIFI_HC6361=y CONFIG_ATH79_MACH_JA76PF=y CONFIG_ATH79_MACH_JWAP003=y CONFIG_ATH79_MACH_MR600=y |