]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mediatek: filogic: openwrt-one: drop kmod-nvme
authorDaniel Golle <daniel@makrotopia.org>
Fri, 14 Mar 2025 11:21:55 +0000 (11:21 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 14 Mar 2025 11:23:57 +0000 (11:23 +0000)
The OpenWrt One is the only board listing kmod-nvme as part of it's
default package set.

Remove kmod-nvme from the default package set as the board is sold
without an NVMe SSD and the M.2 slot can also be used for other
purposes.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/mediatek/image/filogic.mk

index 531cf838637bde61fe5bdb0f36a71995711725b6..d47df9b2019d6f51e1b992f4dc1244796e26acad 100644 (file)
@@ -1341,7 +1341,7 @@ define Device/openwrt_one
   DEVICE_DTS_DIR := ../dts
   DEVICE_DTC_FLAGS := --pad 4096
   DEVICE_DTS_LOADADDR := 0x43f00000
-  DEVICE_PACKAGES := kmod-mt7915e kmod-mt7981-firmware mt7981-wo-firmware kmod-rtc-pcf8563 kmod-usb3 kmod-nvme kmod-phy-airoha-en8811h
+  DEVICE_PACKAGES := kmod-mt7915e kmod-mt7981-firmware mt7981-wo-firmware kmod-rtc-pcf8563 kmod-usb3 kmod-phy-airoha-en8811h
   KERNEL_LOADADDR := 0x44000000
   KERNEL := kernel-bin | gzip
   KERNEL_INITRAMFS := kernel-bin | lzma | \