mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
tegra: add vendor string to device name
for better identification. Also create SUPPORTED_DEVICES string from it which corresponds to dts compatible string. Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
This commit is contained in:
parent
eb7eed416b
commit
e7756974aa
@ -23,7 +23,7 @@ endef
|
|||||||
|
|
||||||
define U-Boot/trimslice
|
define U-Boot/trimslice
|
||||||
NAME := CompuLab TrimSlice
|
NAME := CompuLab TrimSlice
|
||||||
BUILD_DEVICES := trimslice
|
BUILD_DEVICES := compulab_trimslice
|
||||||
UBOOT_IMAGE := trimslice-mmc.img trimslice-spi.img
|
UBOOT_IMAGE := trimslice-mmc.img trimslice-spi.img
|
||||||
SOC := tegra20
|
SOC := tegra20
|
||||||
VENDOR := compulab
|
VENDOR := compulab
|
||||||
|
@ -44,16 +44,16 @@ define Device/Default
|
|||||||
KERNEL_NAME := zImage
|
KERNEL_NAME := zImage
|
||||||
KERNEL := kernel-bin
|
KERNEL := kernel-bin
|
||||||
PROFILES := Default
|
PROFILES := Default
|
||||||
|
SUPPORTED_DEVICES := $(subst _,$(comma),$(1))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/trimslice
|
define Device/compulab_trimslice
|
||||||
DEVICE_TITLE := CompuLab TrimSlice
|
DEVICE_TITLE := CompuLab TrimSlice
|
||||||
DEVICE_DTS := tegra20-trimslice
|
DEVICE_DTS := tegra20-trimslice
|
||||||
DEVICE_PACKAGES := kmod-r8169 kmod-rt2800-usb kmod-rtc-em3027 \
|
DEVICE_PACKAGES := kmod-r8169 kmod-rt2800-usb kmod-rtc-em3027 \
|
||||||
kmod-usb-storage wpad-mini
|
kmod-usb-storage wpad-mini
|
||||||
SUPPORTED_DEVICES := compulab,trimslice
|
|
||||||
UBOOT := trimslice-mmc
|
UBOOT := trimslice-mmc
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += trimslice
|
TARGET_DEVICES += compulab_trimslice
|
||||||
|
|
||||||
$(eval $(call BuildImage))
|
$(eval $(call BuildImage))
|
||||||
|
Loading…
Reference in New Issue
Block a user