From f79d837e87e3995d6a737395cef1f5cdba2e60f7 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer <mschiffer@universe-factory.net> Date: Mon, 23 Nov 2015 01:43:35 +0100 Subject: [PATCH] docs: update list of supported hardware Also * create list of newly supported devices since v2015.1.2 in the v2015.2 release notes * update information on docs/user/x86 * fix a comment in targets/ar71xx-generic/profiles.mk --- docs/index.rst | 42 +++++++++++++++++++++--------- docs/releases/v2015.2.rst | 32 +++++++++++++++++++++-- docs/user/x86.rst | 11 ++++++-- targets/ar71xx-generic/profiles.mk | 2 +- 4 files changed, 70 insertions(+), 17 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 445f99739..0e2bec802 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -81,6 +81,7 @@ ar71xx-generic * Buffalo - WZR-HP-AG300H / WZR-600DHP + - WZR-HP-G300N - WZR-HP-G450H * D-Link @@ -105,10 +106,10 @@ ar71xx-generic * TP-Link - - CPE210 (v1) - - CPE220 (v1) - - CPE510 (v1) - - CPE520 (v1) + - CPE210 (v1.0, v1.1) + - CPE220 (v1.0, v1.1) + - CPE510 (v1.0, v1.1) + - CPE520 (v1.0, v1.1) - TL-MR3020 (v1) - TL-MR3040 (v1, v2) - TL-MR3220 (v1, v2) @@ -119,29 +120,32 @@ ar71xx-generic - TL-WA830RE (v1, v2) - TL-WA850RE (v1) - TL-WA860RE (v1) - - TL-WA901N/ND (v2, v3) + - TL-WA901N/ND (v1, v2, v3) - TL-WDR3500 (v1) - TL-WDR3600 (v1) - TL-WDR4300 (v1) - - TL-WR1043N/ND (v1, v2) - TL-WR703N (v1) - - TL-WR710N (v1) + - TL-WR710N (v1, v2) - TL-WR740N (v1, v3, v4, v5) - TL-WR741N/ND (v1, v2, v4, v5) - TL-WR743N/ND (v1, v2) + - TL-WR801N/ND (v1, v2) - TL-WR841N/ND (v3, v5, v7, v8, v9, v10) - TL-WR842N/ND (v1, v2) - - TL-WR941N/ND (v2, v3, v4, v5) + - TL-WR940N (v1, v2, v3) + - TL-WR941ND (v2, v3, v4, v5, v6) + - TL-WR1043N/ND (v1, v2, v3) - TL-WR2543N/ND (v1) * Ubiquiti - - Bullet M2 - - Nanostation M2 + - Air Gateway + - Bullet M + - Nanostation M - Nanostation M XW - Loco M XW - - Picostation M2 - - Rocket M2 + - Picostation M + - Rocket M - UniFi AP - UniFi AP Pro - UniFi AP Outdoor @@ -175,6 +179,20 @@ x86-kvm_guest See also: :doc:`user/x86` +x86-xen_domu +^^^^^^^^^^^^ +* x86-xen + +See also: :doc:`user/x86` + +x86-64 +^^^^^^ +* x86-64-generic +* x86-64-virtualbox +* x86-64-vmware + +See also: :doc:`user/x86` + License ------- diff --git a/docs/releases/v2015.2.rst b/docs/releases/v2015.2.rst index 13af5b28f..9fcc34a3f 100644 --- a/docs/releases/v2015.2.rst +++ b/docs/releases/v2015.2.rst @@ -1,9 +1,37 @@ Gluon 2015.2 (in development) ============================= -Added (and removed) hardware support -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Added hardware support +~~~~~~~~~~~~~~~~~~~~~~ +ar71xx-generic +^^^^^^^^^^^^^^ + +* Buffalo + + - WZR-HP-G300N + +* TP-Link + + - CPE210/220/510/520 v1.1 + - TL-WA901N/ND v1 + - TL-WR710N v2 + - TL-WR801N/ND v1, v2 + - TL-WR841N/ND v10 + - TL-WR842N/ND (v1, v2) + - TL-WR940N v1, v2, v3 + - TL-WR941ND v6 + - TL-WR1043N/ND v3 + +x86-xen_domu +^^^^^^^^^^^^ + +New target containing the necessary drivers for use in Xen. + +x86-64 +^^^^^^ + +64bit version of `x86-generic`. The generic image can also be used in KVM with VirtIO. New features ~~~~~~~~~~~~ diff --git a/docs/user/x86.rst b/docs/user/x86.rst index b985d6fc1..9364b7eda 100644 --- a/docs/user/x86.rst +++ b/docs/user/x86.rst @@ -2,12 +2,12 @@ x86 support =========== Gluon can run on normal x86 systems, for example virtual machines -and VPN boxes. There is no WLAN support on x86 though. +and VPN boxes. By default, there is no WLAN support on x86 though. Targets ^^^^^^^ -There are two targets for x86 images: +The following targets for x86 images exist: `x86-generic` Generic x86 support with many different ethernet drivers; should run on @@ -27,3 +27,10 @@ There are two targets for x86 images: `x86-kvm` The `x86-kvm` image uses VirtIO as its harddisk and network driver. + +`x86-xen_domu` + The `x86-xen_domu` target contains the necessary drivers for use in Xen. + +`x86-64` + 64bit version of `x86-generic`. Also has VirtIO support, so there's no need for an + `x86-64-kvm` target. diff --git a/targets/ar71xx-generic/profiles.mk b/targets/ar71xx-generic/profiles.mk index e723badb4..a64ebdd4a 100644 --- a/targets/ar71xx-generic/profiles.mk +++ b/targets/ar71xx-generic/profiles.mk @@ -107,7 +107,7 @@ $(eval $(call GluonModel,TLWA850,tl-wa850re-v1,tp-link-tl-wa850re-v1)) $(eval $(call GluonProfile,TLWA860)) $(eval $(call GluonModel,TLWA860,tl-wa860re-v1,tp-link-tl-wa860re-v1)) -# TL-WA901N/ND v2 +# TL-WA901N/ND v1, v2, v3 $(eval $(call GluonProfile,TLWA901)) $(eval $(call GluonModel,TLWA901,tl-wa901nd-v1,tp-link-tl-wa901n-nd-v1)) $(eval $(call GluonModel,TLWA901,tl-wa901nd-v2,tp-link-tl-wa901n-nd-v2)) -- GitLab