Skip to content

Commit

Permalink
profiles: use the tiny-packagelist for 32MB-Ram devices
Browse files Browse the repository at this point in the history
There have been problems seen with devices which only have 32MB RAM. For
such devices there is also the "4/32 deprecation warning" of OpenWrt [1],
so treat them as "tiny" also.

1 - https://openwrt.org/supported_devices/432_warning
  • Loading branch information
SvenRoederer committed Jun 27, 2020
1 parent 402c00b commit 44b614a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions profiles/ar71xx-generic.profiles
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@ tl-wdr4300-v1
tl-wdr4310-v1
tl-wr710n-v1
tl-wr710n-v2.1
tl-wr842n-v1
tl-wr842n-v2
tl-wr842n-v1:tiny
tl-wr842n-v2:tiny
tl-wr842n-v3
tl-wr1043nd-v1
tl-wr1043nd-v1:tiny
tl-wr1043nd-v2
tl-wr1043nd-v3
tl-wr1043nd-v4
ubnt-air-gateway
ubnt-air-gateway-pro
ubnt-airrouter
ubnt-bullet-m
ubnt-bullet-m:tiny
ubnt-ls-sr71
ubnt-loco-m-xw
ubnt-nano-m-xw
ubnt-nano-m
ubnt-rocket-m-ti
ubnt-rocket-m-xw
ubnt-rocket-m
ubnt-loco-m-xw:tiny
ubnt-nano-m-xw:tiny
ubnt-nano-m:tiny
ubnt-rocket-m-ti:tiny
ubnt-rocket-m-xw:tiny
ubnt-rocket-m:tiny
ubnt-rs
ubnt-rspro
ubnt-unifi
Expand Down
4 changes: 2 additions & 2 deletions profiles/ath79-generic.profiles
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tplink_archer-c7-v4
tplink_archer-c7-v5
tplink_tl-wr1043n-v5
ubnt_bullet-m-xw
ubnt_nanostation-loco-m
ubnt_picostation-m
ubnt_nanostation-loco-m:tiny
ubnt_picostation-m:tiny
ubnt_unifiac-mesh
ubnt_unifiac-pro

0 comments on commit 44b614a

Please sign in to comment.