kirkwood: move mmc/sd features to modules
All devices are using nand images. Built-in MMC/SD modules are not needed anymore. Run tested: pogo v4 Reviewed-by: Sungbo Eo <mans0n@gorani.run> Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
This commit is contained in:
committed by
Adrian Schmutzler
parent
73c3ba23a4
commit
c5356d10c0
@@ -36,6 +36,7 @@ define Device/cisco_on100
|
||||
UBINIZE_OPTS := -E 5
|
||||
IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi
|
||||
BOARD_NAME := on100
|
||||
DEVICE_PACKAGES := kmod-mvsdio
|
||||
endef
|
||||
TARGET_DEVICES += cisco_on100
|
||||
|
||||
@@ -50,7 +51,7 @@ define Device/cloudengines_pogoplugv4
|
||||
DEVICE_VENDOR := Cloud Engines
|
||||
DEVICE_MODEL := Pogoplug V4
|
||||
DEVICE_DTS := kirkwood-pogoplug-series-4
|
||||
DEVICE_PACKAGES := kmod-ata-marvell-sata kmod-usb3
|
||||
DEVICE_PACKAGES := kmod-ata-marvell-sata kmod-mvsdio kmod-usb3
|
||||
endef
|
||||
TARGET_DEVICES += cloudengines_pogoplugv4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user