Actions
Bug #10463
closedThe ng_etf module is missing from base in armv6 and aarch64
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Operating System
Target version:
Start date:
04/16/2020
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.5
Affected Architecture:
ARMv6, ARMv7, SG-1000, SG-1100, SG-2100, SG-3100, arm64
Description
ng_etf was available as a package in 2.4.4 for all architectures. In 2.4.5 it was included in base and hence not built as a separate package.
However it is only included in amd64.
This primarily affects AT&T users who are forced to use the supplied hardware but can use this to workaround it. https://github.com/aus/pfatt
Updated by Renato Botelho over 4 years ago
- Status changed from New to Feedback
- Assignee changed from Luiz Souza to Renato Botelho
I've pushed the changes on arm/arm64 kernels adding it
Updated by Jim Pingle over 4 years ago
Module is in armv6 kernel now. Still need to check aarch64.
: kldstat -v | grep etf 256 ng_etf
Updated by Jim Pingle over 4 years ago
- Subject changed from The ng_etf module is missing from base in armv6 and aarcg64 to The ng_etf module is missing from base in armv6 and aarch64
- Status changed from Feedback to Resolved
aarch64 is also OK.
: kldstat -v | grep etf 290 ng_etf
Actions