diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-18 13:14:28 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-21 11:56:35 +0200 |
commit | eff0a0e39e48e4d1d40fc2262f1394d6d391a8c0 (patch) | |
tree | b89261013e56a416c82bd79bf9e97e44b436cec2 /target/linux/apm821xx/image/sata.mk | |
parent | a2fee73e270305c4cb086055cc30e97f65e6f58b (diff) | |
download | upstream-eff0a0e39e48e4d1d40fc2262f1394d6d391a8c0.tar.gz upstream-eff0a0e39e48e4d1d40fc2262f1394d6d391a8c0.tar.bz2 upstream-eff0a0e39e48e4d1d40fc2262f1394d6d391a8c0.zip |
apm821xx: derive DEVICE_DTS from device name
The DEVICE_DTS variable always matches the device definition name,
just with "_" replaced by "-". Thus, create a DEVICE_DTS definition
in Device/Default and drop all the individual statements.
If necessary in the future, local DEVICE_DTS will still overwrite
that default.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/apm821xx/image/sata.mk')
-rw-r--r-- | target/linux/apm821xx/image/sata.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/apm821xx/image/sata.mk b/target/linux/apm821xx/image/sata.mk index 444b2441f0..6fe8324b93 100644 --- a/target/linux/apm821xx/image/sata.mk +++ b/target/linux/apm821xx/image/sata.mk @@ -7,7 +7,6 @@ define Device/wd_mybooklive DEVICE_VENDOR := Western Digital DEVICE_MODEL := My Book Live Series (Single + Duo) DEVICE_PACKAGES := kmod-usb-dwc2 kmod-usb-ledtrig-usbport kmod-usb-storage kmod-fs-vfat wpad-basic - DEVICE_DTS := wd-mybooklive SUPPORTED_DEVICES += mbl wd,mybooklive-duo BLOCKSIZE := 1k DTB_SIZE := 16384 |