sunxi: rename pcduino profile to match uboot boardname in prep for the sdcard generator
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42533
This commit is contained in:
parent
61d02a8df4
commit
e3cc78e9d8
1 changed files with 3 additions and 3 deletions
|
@ -5,14 +5,14 @@
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
|
||||||
define Profile/pcDuino3
|
define Profile/Linksprite_pcDuino3
|
||||||
NAME:=pcDuino3
|
NAME:=pcDuino3
|
||||||
PACKAGES:=\
|
PACKAGES:=\
|
||||||
uboot-sunxi-Linksprite_pcDuino3 kmod-sun4i-emac kmod-rtc-sunxi kmod-net-rtl8188eu
|
uboot-sunxi-Linksprite_pcDuino3 kmod-sun4i-emac kmod-rtc-sunxi kmod-net-rtl8188eu
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/pcDuino3/Description
|
define Profile/Linksprite_pcDuino3/Description
|
||||||
Package set optimized for the pcDuino3
|
Package set optimized for the pcDuino3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call Profile,pcDuino3))
|
$(eval $(call Profile,Linksprite_pcDuino3))
|
||||||
|
|
Loading…
Reference in a new issue