mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-19 21:30:49 +00:00
apm821xx: add kmod-ata-dwc to sata target
though, ata-dwc is built-in on the target already.
Fixes: fd9dc10530
("apm821xx: make ata-dwc as a standalone module")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
47ca33a0be
commit
3389fc39a1
@ -8,7 +8,8 @@ define Device/wd_mybooklive
|
||||
DEVICE_MODEL := My Book Live
|
||||
DEVICE_ALT0_VENDOR := Western Digital
|
||||
DEVICE_ALT0_MODEL := My Book Live Duo
|
||||
DEVICE_PACKAGES := kmod-usb-dwc2 kmod-usb-ledtrig-usbport kmod-usb-storage kmod-fs-vfat wpad-basic-mbedtls
|
||||
DEVICE_PACKAGES := kmod-usb-dwc2 kmod-ata-dwc kmod-usb-ledtrig-usbport \
|
||||
kmod-usb-storage kmod-fs-vfat wpad-basic-mbedtls
|
||||
SUPPORTED_DEVICES += mbl wd,mybooklive-duo
|
||||
BLOCKSIZE := 1k
|
||||
DTB_SIZE := 16384
|
||||
|
Loading…
Reference in New Issue
Block a user