diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2019-03-24 21:53:29 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-03-25 21:19:39 +0100 |
commit | 7a1497fd601d8803f608450344113db2bdc470e7 (patch) | |
tree | 18f2d8ef41da5cd1012bb4da301a31762f045ce2 /target/linux | |
parent | 4cf991bedb4cbf42fd60af52a730bf52461c7161 (diff) | |
download | upstream-7a1497fd601d8803f608450344113db2bdc470e7.tar.gz upstream-7a1497fd601d8803f608450344113db2bdc470e7.tar.bz2 upstream-7a1497fd601d8803f608450344113db2bdc470e7.zip |
apm821xx: MBL: set DEVICE_TYPE to NAS
The MyBook Live is a NAS.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/apm821xx/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/apm821xx/image/Makefile b/target/linux/apm821xx/image/Makefile index cd79d9d14f..277b2a1fcc 100644 --- a/target/linux/apm821xx/image/Makefile +++ b/target/linux/apm821xx/image/Makefile @@ -226,6 +226,7 @@ ifeq ($(SUBTARGET),sata) define Device/wd_mybooklive DEVICE_TITLE := Western Digital My Book Live Series (Single + Duo) DEVICE_PACKAGES := kmod-usb-dwc2 kmod-usb-ledtrig-usbport kmod-usb-storage kmod-fs-vfat wpad-basic + DEVICE_TYPE := nas DEVICE_DTS := wd-mybooklive SUPPORTED_DEVICES += mbl wd,mybooklive-duo BLOCKSIZE := 1k |