Fixed x86 GRUB config label
[librecmc/librecmc.git] / target / linux / sunxi / profiles / pcduino3.mk
1 #
2 # Copyright (C) 2013 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/Linksprite_pcDuino3
9         NAME:=pcDuino3
10         PACKAGES:=\
11                 uboot-sunxi-Linksprite_pcDuino3 kmod-sun4i-emac kmod-rtc-sunxi \
12                 kmod-ata-core kmod-ata-sunxi kmod-rtl8xxxu rtl8188eu-firmware
13 endef
14
15 define Profile/Linksprite_pcDuino3/Description
16         Package set optimized for the pcDuino3
17 endef
18
19 $(eval $(call Profile,Linksprite_pcDuino3))