Skip to content

Commit 0c44cbf

Browse files
authored
fix(framework-laptop): ensure only in one kmod stream (#201)
1 parent e62f7ba commit 0c44cbf

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Containerfile.common

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ RUN if grep -qv "surface" <<< "${KERNEL_FLAVOR}"; then \
3737
if grep -qv "asus" <<< "${KERNEL_FLAVOR}"; then \
3838
/tmp/build-kmod-evdi.sh \
3939
; fi && \
40+
/tmp/build-kmod-framework-laptop.sh && \
4041
/tmp/build-kmod-kvmfr.sh && \
4142
/tmp/build-kmod-openrazer.sh && \
4243
/tmp/build-kmod-v4l2loopback.sh && \
43-
/tmp/build-kmod-framework-laptop.sh && \
4444
/tmp/build-kmod-wl.sh && \
4545
/tmp/build-kmod-xpadneo.sh && \
4646
/tmp/build-kmod-xone.sh

Containerfile.extra

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ RUN if grep -qv "surface" <<< "${KERNEL_FLAVOR}"; then \
4242
/tmp/build-kmod-ayn-platform.sh && \
4343
/tmp/build-kmod-bmi260.sh && \
4444
/tmp/build-kmod-facetimehd.sh \
45-
/tmp/build-kmod-framework-laptop.sh && \
4645
/tmp/build-kmod-gcadapter_oc.sh && \
4746
/tmp/build-kmod-nct6687d.sh && \
4847
/tmp/build-kmod-rtl8814au.sh && \

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Feel free to PR more kmod build scripts into this repo!
3434
| [bmi260](https://github.com/hhd-dev/bmi260) | extra | kernel module driver for the Bosch BMI260 IMU | [![badge](https://copr.fedorainfracloud.org/coprs/ublue-os/akmods/package/bmi260-kmod/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/ublue-os/akmods/package/bmi260-kmod) |
3535
| [evdi](www.displaylink.com) | common | kernel module required for use of displaylink | [negativo17 - fedora-multimedia](https://negativo17.org/) |
3636
| [facetimehd](https://github.com/patjak/facetimehd/) | extra | kernel module Linux driver for the FacetimeHD (Broadcom 1570) PCIe webcam | [![badge](https://copr.fedorainfracloud.org/coprs/mulderje/facetimehd-kmod/package/facetimehd-kmod/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/mulderje/facetimehd-kmod/package/facetimehd-kmod) |
37-
| [framework-laptop](https://github.com/DHowett/framework-laptop-kmod) | extra | A kernel module that exposes the Framework Laptop (13, 16)'s battery charge limit and LEDs to userspace | [![badge](https://copr.fedorainfracloud.org/coprs/ublue-os/akmods/package/framework-laptop-kmod/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/ublue-os/akmods/package/framework-laptop-kmod) |
37+
| [framework-laptop](https://github.com/DHowett/framework-laptop-kmod) | common | A kernel module that exposes the Framework Laptop (13, 16)'s battery charge limit and LEDs to userspace | [![badge](https://copr.fedorainfracloud.org/coprs/ublue-os/akmods/package/framework-laptop-kmod/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/ublue-os/akmods/package/framework-laptop-kmod) |
3838
| [gcadapter_oc](https://github.com/hannesmann/gcadapter-oc-kmod) | extra | kernel module for overclocking the Nintendo Wii U/Mayflash GameCube adapter | [![badge](https://copr.fedorainfracloud.org/coprs/ublue-os/akmods/package/gcadapter_oc-kmod/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/ublue-os/akmods/package/gcadapter_oc-kmod) |
3939
| [kvmfr](https://github.com/gnif/looking-glass) | common | KVM framebuffer relay kernel module for use with Looking Glass | [![badge](https://copr.fedorainfracloud.org/coprs/hikariknight/looking-glass-kvmfr/package/kvmfr-kmod/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/hikariknight/looking-glass-kvmfr/package/kvmfr-kmod) |
4040
| [nct6687d](https://github.com/Fred78290/nct6687d) | extra | Linux kernel module for Nuvoton NCT6687-R found on AMD B550 chipset motherboards | [![badge](https://copr.fedorainfracloud.org/coprs/ublue-os/akmods/package/nct6687d-kmod/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/ublue-os/akmods/package/nct6687d-kmod) |

0 commit comments

Comments
 (0)