diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-02-13 13:29:23 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-02-19 18:27:40 +0100 |
commit | b45f3c435ad30d470d95861a0821384ac1608ec1 (patch) | |
tree | 32edc46a637999bd3573650e2a5e5c72a440d7bf /target/linux/apm821xx/image/sata.mk | |
parent | 2fd049f5cdeebebfc91084ea316ac1fa2b84a369 (diff) | |
download | upstream-b45f3c435ad30d470d95861a0821384ac1608ec1.tar.gz upstream-b45f3c435ad30d470d95861a0821384ac1608ec1.tar.bz2 upstream-b45f3c435ad30d470d95861a0821384ac1608ec1.zip |
apm821xx: add alternative names for supported devices
with the introduction of the DEVICE_ALTX_VENDOR, DEVICE_ALTX_MODEL
multiple/sibiling devices can seemingly supported by one device entry.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/apm821xx/image/sata.mk')
-rw-r--r-- | target/linux/apm821xx/image/sata.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/apm821xx/image/sata.mk b/target/linux/apm821xx/image/sata.mk index bcb612c22f..40bd2807c9 100644 --- a/target/linux/apm821xx/image/sata.mk +++ b/target/linux/apm821xx/image/sata.mk @@ -5,7 +5,9 @@ endef define Device/wd_mybooklive DEVICE_VENDOR := Western Digital - DEVICE_MODEL := My Book Live Series (Single + Duo) + 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-wolfssl SUPPORTED_DEVICES += mbl wd,mybooklive-duo BLOCKSIZE := 1k |