mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
omap: split up DEVICE_TITLE
DEVICE_TITLE is split up into DEVICE_VENDOR, DEVICE_MODEL and DEVICE_VARIANT Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
parent
36c6f4a011
commit
f3c21d1517
@ -44,21 +44,24 @@ endef
|
|||||||
#uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap3_overo uboot-omap-omap4_panda
|
#uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap3_overo uboot-omap-omap4_panda
|
||||||
|
|
||||||
define Device/ti_am335x-evm
|
define Device/ti_am335x-evm
|
||||||
DEVICE_TITLE := TI AM335x EVM
|
DEVICE_VENDOR := Texas Instruments
|
||||||
|
DEVICE_MODEL := AM335x EVM
|
||||||
DEVICE_DTS := am335x-evm
|
DEVICE_DTS := am335x-evm
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_DEVICES += ti_am335x-evm
|
TARGET_DEVICES += ti_am335x-evm
|
||||||
|
|
||||||
define Device/ti_am335x-bone-black
|
define Device/ti_am335x-bone-black
|
||||||
DEVICE_TITLE := TI AM335x BeagleBone Black
|
DEVICE_VENDOR := Texas Instruments
|
||||||
|
DEVICE_MODEL := AM335x BeagleBone Black
|
||||||
DEVICE_DTS := am335x-boneblack
|
DEVICE_DTS := am335x-boneblack
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_DEVICES += ti_am335x-bone-black
|
TARGET_DEVICES += ti_am335x-bone-black
|
||||||
|
|
||||||
define Device/ti_omap4-panda
|
define Device/ti_omap4-panda
|
||||||
DEVICE_TITLE := OMAP4 TI pandaboard
|
DEVICE_VENDOR := PandaBoard.org
|
||||||
|
DEVICE_MODEL := OMAP4 TI pandaboard
|
||||||
DEVICE_DTS := omap4-panda
|
DEVICE_DTS := omap4-panda
|
||||||
DEVICE_PACKAGES := kmod-usb-net-smsc95xx
|
DEVICE_PACKAGES := kmod-usb-net-smsc95xx
|
||||||
endef
|
endef
|
||||||
@ -66,7 +69,8 @@ endef
|
|||||||
TARGET_DEVICES += ti_omap4-panda
|
TARGET_DEVICES += ti_omap4-panda
|
||||||
|
|
||||||
define Device/ti_omap3-beagle
|
define Device/ti_omap3-beagle
|
||||||
DEVICE_TITLE := OMAP3 TI beagleboard
|
DEVICE_VENDOR := BeagleBoard.org
|
||||||
|
DEVICE_MODEL := OMAP3 TI beagleboard
|
||||||
DEVICE_DTS := omap3-beagle
|
DEVICE_DTS := omap3-beagle
|
||||||
# beagleboard doesn't have a network interface, support most common usb net
|
# beagleboard doesn't have a network interface, support most common usb net
|
||||||
DEVICE_PACKAGES := kmod-usb-net \
|
DEVICE_PACKAGES := kmod-usb-net \
|
||||||
|
Loading…
Reference in New Issue
Block a user