mxs: rename files so that profiles are sorted alphabetically
While at it, make spelling at little bit more consistent, at least for my taste :-) Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 40679
This commit is contained in:
parent
18a7636c9f
commit
0c2f0c6a3b
3 changed files with 4 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
define Profile/duckbill
|
||||
NAME:=I2SE Duckbill series
|
||||
NAME:=I2SE Duckbill boards
|
||||
DEPENDS:=+@TARGET_ROOTFS_INCLUDE_KERNEL +@TARGET_ROOTFS_INCLUDE_DTB
|
||||
FEATURES+=usbgadget
|
||||
PACKAGES+= \
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
define Profile/olinuxino-maxi
|
||||
NAME:=Olimex OLinuXino MAXI/MINI boards
|
||||
NAME:=Olimex OLinuXino Maxi/Mini boards
|
||||
PACKAGES += imx-bootlets uboot-mxs-mx23_olinuxino \
|
||||
kmod-usb-mxs-phy kmod-usb-net kmod-usb-net-smsc95xx \
|
||||
kmod-gpio-mcp23s08 kmod-leds-gpio kmod-ledtrig-heartbeat kmod-rtc-stmp3xxx \
|
||||
|
@ -14,7 +14,7 @@ define Profile/olinuxino-maxi
|
|||
endef
|
||||
|
||||
define Profile/olinuxino-maxi/Description
|
||||
Olimex OLinuXino MAXI/MINI boards
|
||||
Olimex OLinuXino Maxi/Mini boards
|
||||
endef
|
||||
$(eval $(call Profile,olinuxino-maxi))
|
||||
|
||||
$(eval $(call Profile,olinuxino-maxi))
|
|
@ -18,4 +18,3 @@ define Profile/olinuxino-micro/Description
|
|||
endef
|
||||
|
||||
$(eval $(call Profile,olinuxino-micro))
|
||||
|
||||
|
|
Loading…
Reference in a new issue