[OpenWrt-Devel] [PATCH] Add support for WeIO board
Drasko DRASKOVIC
drasko.draskovic at gmail.com
Wed Jun 17 17:51:01 EDT 2015
Thanks for revision,
I have resent corrected patch:
- Added description
- Added signed-of
- Corrected alphabetical order of `target/linux/ar71xx/base-files/lib/ar71xx.sh`
BR,
Drasko
On Wed, Jun 17, 2015 at 2:17 PM, Karl Palsson <karlp at tweak.net.au> wrote:
>
> Drasko DRASKOVIC <drasko.draskovic at gmail.com> wrote:
>> ---
>> target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +
>> .../ar71xx/base-files/lib/upgrade/platform.sh | 3 +-
>> target/linux/ar71xx/config-3.18 | 1 +
>> .../linux/ar71xx/files/arch/mips/ath79/mach-weio.c | 162 +++++++++++++++++++++
>> target/linux/ar71xx/generic/profiles/weio.mk | 17 +++
>> target/linux/ar71xx/image/Makefile | 8 +
>> .../610-MIPS-ath79-openwrt-machines.patch | 21 ++-
>> 7 files changed, 209 insertions(+), 6 deletions(-)
>> create mode 100644 target/linux/ar71xx/files/arch/mips/ath79/mach-weio.c
>> create mode 100644 target/linux/ar71xx/generic/profiles/weio.mk
>>
>> diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh
>> b/target/linux/ar71xx/base-files/lib/ar71xx.sh
>> index b13be1e..fe7478c 100755
>> --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
>> +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
>> @@ -892,6 +892,9 @@ ar71xx_board_detect() {
>> "8devices Carambola2"*)
>> name="carambola2"
>> ;;
>> + *"WeIO")
>> + name="weio"
>> + ;;
>> *"Sitecom WLR-8100")
>> name="wlr8100"
>> ;;
>
> This one is in the wrong place too. Those last few entries, from EmbWir
> Dorin down to HiWiFi are out of order, but the rest of the ENTIRE list
> is well sorted. Your WeIO should be up around line 790, after the
> Unifi, and before the WHRxxxx
>
> Sincerely,
> Karl Palsson
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list