Skip to content
Snippets Groups Projects
Commit be965e7e authored by Martin Weinelt's avatar Martin Weinelt Committed by Martin Weinelt
Browse files

ar71xx-generic: deprecate ALFA AP121, Hornet-UB, Tube2H, N2/N5

The kernel partition on these devices is too small for the
OpenWrt 19.07 kernel. It is also located after the rootfs, so
we cannot grow it further.

Therefore mark these devices as deprecated now.
parent cdb334aa
No related branches found
No related tags found
No related merge requests found
...@@ -10,13 +10,13 @@ ar71xx-generic ...@@ -10,13 +10,13 @@ ar71xx-generic
* ALFA Network * ALFA Network
- AP121 - AP121 [#deprecated]_
- AP121F - AP121F
- AP121U - AP121U [#deprecated]_
- Hornet-UB - Hornet-UB [#deprecated]_
- Tube2H - Tube2H [#deprecated]_
- N2 - N2 [#deprecated]_
- N5 - N5 [#deprecated]_
* Allnet * Allnet
......
...@@ -25,13 +25,16 @@ device('alfa-network-ap121f', 'ap121f', { ...@@ -25,13 +25,16 @@ device('alfa-network-ap121f', 'ap121f', {
device('alfa-network-hornet-ub', 'hornet-ub', { device('alfa-network-hornet-ub', 'hornet-ub', {
profile = 'HORNETUB', profile = 'HORNETUB',
aliases = { 'alfa-network-ap121', 'alfa-network-ap121u' }, aliases = { 'alfa-network-ap121', 'alfa-network-ap121u' },
deprecated = true, -- kernel partition too small with OpenWrt 19.07
}) })
device('alfa-network-tube2h', 'tube2h-8M', { device('alfa-network-tube2h', 'tube2h-8M', {
profile = 'TUBE2H8M', profile = 'TUBE2H8M',
deprecated = true, -- kernel partition too small with OpenWrt 19.07
}) })
device('alfa-network-n2-n5', 'alfa-nx', { device('alfa-network-n2-n5', 'alfa-nx', {
profile = 'ALFANX', profile = 'ALFANX',
deprecated = true, -- kernel partition too small with OpenWrt 19.07
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment