rpcd: iwinfo plugin fixes
[openwrt.git] / target / linux / ar71xx / generic / profiles / arduino.mk
1 #
2 # Copyright (C) 2009-2010 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/Yun
9         NAME:=Arduino Yun based on Atheros AR9331
10         PACKAGES:=kmod-usb-core kmod-usb2
11 endef
12
13 define Profile/Yun/Description
14         Package set optimized for the Arduino Yun.
15         This is sometimes also named Genuino Yun or Linino Yun.
16 endef
17
18 $(eval $(call Profile,Yun))
19