Fixed x86 GRUB config label
[librecmc/librecmc.git] / target / linux / sunxi / profiles / lamobo-r1.mk
1 #
2 # Copyright (C) 2015 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/Lamobo_R1
9         NAME:=Lamobo R1
10         PACKAGES:=\
11                 uboot-sunxi-Lamobo_R1 kmod-ata-sunxi kmod-rtl8192cu \
12                 swconfig wpad-mini
13 endef
14
15 define Profile/Lamobo_R1/Description
16         Package set optimized for the Lamobo R1
17 endef
18
19 $(eval $(call Profile,Lamobo_R1))