@@ -14,6 +14,14 @@ Description: Linux kernel image for Amazon Web Services (AWS) systems.
This package will always depend on the latest kernel image available
for Amazon Web Services (AWS) systems.
+Package: linux-modules-extra-aws
+Architecture: amd64 arm64
+Section: kernel
+Depends: ${misc:Depends}, linux-modules-extra-${kernel-abi-version}-aws
+Description: Extra modules for Amazon Web Services (AWS) systems.
+ This package will always depend on the latest extra modules package available
+ for Amazon Web Services (AWS) systems.
+
Package: linux-tools-aws
Architecture: amd64 arm64
Section: kernel
BugLink: https://bugs.launchpad.net/bugs/1836706 To be consistent across derivatives and in order to allow out of tree modules to properly compile and giving a quick work-around to people needing additional modules by default, we re-enable shipping linux-modules-extra. This adds a linux-modules-extra-aws meta package which allows keeping it in sync with the kernel. Signed-off-by: Stefan Bader <stefan.bader@canonical.com> --- debian/control.d/aws | 8 ++++++++ 1 file changed, 8 insertions(+)