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 <gch981213@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user