From d9ea9c06e98b597174e0e94e0a13934637c0c03e Mon Sep 17 00:00:00 2001 From: Chuanhong Guo Date: Sat, 30 Apr 2022 23:08:00 +0800 Subject: mediatek: build ubnt-ledbar as a module The config for LEDS_UBNT_LEDBAR doesn't stay in mt7629 kconfig because of its I2C dependency. Build it as a module and let buildroot handle this config option instead. Signed-off-by: Chuanhong Guo --- target/linux/mediatek/image/mt7622.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/mediatek/image') diff --git a/target/linux/mediatek/image/mt7622.mk b/target/linux/mediatek/image/mt7622.mk index 8e0126f576..39bc7bc2ea 100644 --- a/target/linux/mediatek/image/mt7622.mk +++ b/target/linux/mediatek/image/mt7622.mk @@ -228,7 +228,7 @@ define Device/ubnt_unifi-6-lr DEVICE_DTS_CONFIG := config@1 DEVICE_DTS := mt7622-ubnt-unifi-6-lr DEVICE_DTS_DIR := ../dts - DEVICE_PACKAGES := kmod-mt7915e + DEVICE_PACKAGES := kmod-mt7915e kmod-leds-ubnt-ledbar endef TARGET_DEVICES += ubnt_unifi-6-lr @@ -238,7 +238,7 @@ define Device/ubnt_unifi-6-lr-ubootmod DEVICE_VARIANT := U-Boot mod DEVICE_DTS := mt7622-ubnt-unifi-6-lr-ubootmod DEVICE_DTS_DIR := ../dts - DEVICE_PACKAGES := kmod-mt7915e + DEVICE_PACKAGES := kmod-mt7915e kmod-leds-ubnt-ledbar KERNEL := kernel-bin | lzma KERNEL_INITRAMFS_SUFFIX := -recovery.itb KERNEL_INITRAMFS := kernel-bin | lzma | fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb with-initrd | pad-to 64k -- cgit v1.2.3