arc770: build kmod-ath9k-htc wpad-mini by default
[openwrt.git] / target / linux / arc770 / generic / profiles / 02-axs101.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/axs101
9         NAME:=Synopsys DesignWare AXS101
10         PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-mmc kmod-sdhci kmod-ath9k-htc wpad-mini
11 endef
12
13 define Profile/axs101/Description
14         Package set compatible with hardware using Synopsys DesignWare AXS101 boards.
15 endef
16 $(eval $(call Profile,axs101))