Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:techref:targets:ar71xx [2018/07/15 22:49] – filter for class (tryout) tmomasdocs:techref:targets:ar71xx [2024/06/11 06:08] (current) – Fix raylynnknight
Line 1: Line 1:
 ====== ar71xx ====== ====== ar71xx ======
  
-  * [[https://git.openwrt.org/?p=openwrt/openwrt.git&a=search&h=HEAD&st=commit&s=ar71xx|Latest git commits for this target]] +ar71xx is deprecated and has been [[commit>016d1eb1f9c14c50dbd0b5461fc22c1f4ef6e30a|marked as source only]] in June 2019. The replacement target for the same hardware is DTS based [[docs:techref:targets:ath79|ath79]]. See also [[commit>750a57b8364c2ef9e021b9428725585e47864163|switch default target from ar71xx to ath79]]. 
-  * [[https://downloads.openwrt.org/snapshots/targets/ar71xx/generic/lede-imagebuilder-ar71xx-generic.Linux-x86_64.tar.xz|Image builder for ar71xx/generic]] +In August 2020 the [[commit>4e4ee4649553ab536225060a27fc320bf54e458c|ar71xx target has finally been dropped]]. 
-  * [[https://downloads.openwrt.org/snapshots/targets/ar71xx/mikrotik/lede-imagebuilder-ar71xx-mikrotik.Linux-x86_64.tar.xz|Image builder for ar71xx/mikrotik]] + 
-  * [[https://downloads.openwrt.org/snapshots/targets/ar71xx/nand/lede-imagebuilder-ar71xx-nand.Linux-x86_64.tar.xz|Image builder for ar71xx/nand]]+  * [[https://git.openwrt.org/?p=openwrt/openwrt.git&a=search&h=HEAD&st=commit&s=ar71xx:|Latest git commits for this target]] 
 + 
 + 
 +===== ar71xx snapshot images ===== 
 + 
 +Buildbots stopped building ar71xx snapshot images on 17.06.2019 as a consequence of the //source-only// status. 
 +The remaining, old and outdated ar71xx snapshot images have been subsequently removed later. 
 + 
 +===== ar71xx-ath79 transition ===== 
 + 
 +^ Release                 ^ Target(s)        ^ 
 +| 18.06.x (and earlier)   | ar71xx only      | 
 +| 19.07.x                 | ar71xx + ath79   | 
 +| 21.02.x (and later)     | ath79 only       | 
 + 
 + 
 +===== How to use your ar71xx device with OpenWrt ===== 
 + 
 +<WRAP round info 60%> 
 +**For ar71xx/ath79 devices with 4MB flash and/or 32MB RAM see also [[supported_devices:432_warning|4/32 warning]] and [[supported_devices:openwrt_on_432_devices|OpenWrt on 4/32 devices]]** 
 + 
 +**For ar71xx/ath79 devices with 8MB flash and/or 64MB RAM see also [[supported_devices:864_warning|8/64 warning]] and [[supported_devices:openwrt_on_864_devices|OpenWrt on 8/64 devices]]** 
 +</WRAP> 
 + 
 +  * Use [[docs:techref:targets:ath79|ath79]] instead, //if available// 
 +  * If ath79 is not available for your device, then [[https://forum.openwrt.org/t/porting-guide-ar71xx-to-ath79/13013|port it to ath79]] 
 +  * If you are not able to port it yourself, find someone who is able to do it.\\ Support the developer by providing the needed information for porting and by testing development builds. 
 +  * If all that does not work, nail your device on the wall of your living room (as souvenir), use it as paperweight, or just dump it into the appropriate recycling channels. 
  
 ===== Maintainers and contributors ===== ===== Maintainers and contributors =====
Line 14: Line 42:
  
 ===== Devices with this target ===== ===== Devices with this target =====
 +
 +**Note:** This table shows also devices with target ar71xx-ath7. See [[docs:techref:targets:ar71xx-ath79|ar71xx-ath79]] and [[docs:techref:targets:ath79|ath79]] for more information.
 +
 <hidden onHidden="Show devices with this target" onVisible="Hide devices with this target"> <hidden onHidden="Show devices with this target" onVisible="Hide devices with this target">
-++++Filter: Subtarget|+++++Filter: Target|
 ---- datacloud ---- ---- datacloud ----
-col        : subtarget+col        : Target
 filter     : %class%=techdata filter     : %class%=techdata
-filter     : Target=ar71xx+filter     : Target*~ar71xx
 summarize  : 1 summarize  : 1
-rownumbers : 1 
 ---- ----
 ++++ ++++
  
-++++Filter: Package architecture|+++++Filter: Subtarget|
 ---- datacloud ---- ---- datacloud ----
-col        : Package architecture+col        : subtarget
 filter     : %class%=techdata filter     : %class%=techdata
-filter     : Target=ar71xx+filter     : Target*~ar71xx
 summarize  : 1 summarize  : 1
-rownumbers : 1 
 ---- ----
 ++++ ++++
  
----- datatable ---- + 
-cols       TargetSubtargetPackage architecture_pkg-archBrandModelVersionDevice Page_page +<!-- ToH: { 
-filter     %class%=techdata +  "source""json", 
-filter     Target=ar71xx +  "dom": "t", 
-filter     : Brand!=(EXAMPLE) +  "paging": false, 
-sort       Brand +  "shownColumns": ["target", "subtarget", "packagearchitecture", "brand", "model", "version", "devicepage""supportedcurrentrel""deviceid"]
-rownumbers : 1 +  "filterColumns"{"brand""!^\\(EXAMPLE\\)$", "target""ar71xx"} 
-----+-->
 </hidden> </hidden>
  
  • Last modified: 2018/07/15 22:49
  • by tmomas