[OpenWrt-Devel] [PATCH] tegra: add vendor string to device name
Tomasz Maciej Nowak
tomek_n at o2.pl
Wed May 1 13:43:54 EDT 2019
for better identification. Also create SUPPORTED_DEVICES string from it
which corresponds to dts compatible string.
Signed-off-by: Tomasz Maciej Nowak <tomek_n at o2.pl>
---
package/boot/uboot-tegra/Makefile | 2 +-
target/linux/tegra/image/Makefile | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/boot/uboot-tegra/Makefile b/package/boot/uboot-tegra/Makefile
index a42d9cfc27..4b9f7876f8 100644
--- a/package/boot/uboot-tegra/Makefile
+++ b/package/boot/uboot-tegra/Makefile
@@ -23,7 +23,7 @@ endef
define U-Boot/trimslice
NAME := CompuLab TrimSlice
- BUILD_DEVICES := trimslice
+ BUILD_DEVICES := compulab_trimslice
UBOOT_IMAGE := trimslice-mmc.img trimslice-spi.img
SOC := tegra20
VENDOR := compulab
diff --git a/target/linux/tegra/image/Makefile b/target/linux/tegra/image/Makefile
index 706cc65d92..c1aa81bedd 100644
--- a/target/linux/tegra/image/Makefile
+++ b/target/linux/tegra/image/Makefile
@@ -44,16 +44,16 @@ define Device/Default
KERNEL_NAME := zImage
KERNEL := kernel-bin
PROFILES := Default
+ SUPPORTED_DEVICES := $(subst _,$(comma),$(1))
endef
-define Device/trimslice
+define Device/compulab_trimslice
DEVICE_TITLE := CompuLab TrimSlice
DEVICE_DTS := tegra20-trimslice
DEVICE_PACKAGES := kmod-r8169 kmod-rt2800-usb kmod-rtc-em3027 \
kmod-usb-storage wpad-mini
- SUPPORTED_DEVICES := compulab,trimslice
UBOOT := trimslice-mmc
endef
-TARGET_DEVICES += trimslice
+TARGET_DEVICES += compulab_trimslice
$(eval $(call BuildImage))
--
2.21.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list