HiWiFi HC6361 is home wireless router by HiWiFi which is a startup company
located in China.

The router has the following features.

 - Atheros AR9331 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.
 - Detachable antenna.

This patch series is based on the OpenWrt repository [0] hosted by HiWiFi and
previous work by Xiaoning Kang [1].  It has been tested on my device and worked
fine.  A wiki page [2] has been created for this device.

[0] https://code.hiwifi.com/
[1] http://patchwork.openwrt.org/patch/4244/
[2] http://wiki.openwrt.org/toh/hiwifi/hc6361

Yousong Zhou (3):
  ar71xx: add kernel support for HiWiFi HC6361.
  ar71xx: add user-space support for HiWiFi HC6361 board.
  ar71xx: add profile and build image for HiWiFi HC6361.

 target/linux/ar71xx/base-files/etc/diag.sh         |    3 +
 .../ar71xx/base-files/etc/uci-defaults/01_leds     |    5 +
 .../ar71xx/base-files/etc/uci-defaults/02_network  |    1 +
 target/linux/ar71xx/base-files/lib/ar71xx.sh       |    3 +
 .../ar71xx/base-files/lib/upgrade/platform.sh      |    1 +
 target/linux/ar71xx/config-3.10                    |    1 +
 .../files/arch/mips/ath79/mach-hiwifi-hc6361.c     |  115 ++++++++++++++++++++
 target/linux/ar71xx/generic/profiles/hiwifi.mk     |   19 ++++
 target/linux/ar71xx/image/Makefile                 |   18 +++
 .../709-MIPS-ath79-HiWiFi-HC6361-support.patch     |   39 +++++++
 10 files changed, 205 insertions(+), 0 deletions(-)
 create mode 100644 
target/linux/ar71xx/files/arch/mips/ath79/mach-hiwifi-hc6361.c
 create mode 100644 target/linux/ar71xx/generic/profiles/hiwifi.mk
 create mode 100644 
target/linux/ar71xx/patches-3.10/709-MIPS-ath79-HiWiFi-HC6361-support.patch

-- 
1.7.2.5
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to