[OpenWrt-Devel] [PATCH V2 2/3] ramips: Add base-files for HiWiFi HC5x61 models

2015-09-28 Thread Comman Kang
HiWiFi HC5661/5761/5861 models are manufactured by http://www.hiwifi.com. These models have similar hardware specs(MT7620A + 128M DDR2 + 16M flash). This patch adds support for them. The original author is Justin Liu (rss...@gmail.com). I ported the patch to trunk and submitted it here with his

Re: [OpenWrt-Devel] [PATCH V2 2/3] ramips: Add base-files for HiWiFi HC5x61 models

2015-09-28 Thread Piotr Dymacz
Hello, My comments inline, below. 2015-09-28 16:45 GMT+02:00 Comman Kang : > HiWiFi HC5661/5761/5861 models are manufactured by http://www.hiwifi.com. > These models have similar hardware specs(MT7620A + 128M DDR2 + 16M flash). > This patch adds support for them. > > The original author is Just