mvebu: add support for the Linksys WRT3200ACM (Rango)
[15.05/openwrt.git] / target / linux / mvebu / profiles / 000-Default.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/Default
9         NAME:=Default Profile (all drivers)
10         PACKAGES:= \
11                 kmod-mmc kmod-mvsdio swconfig \
12                 kmod-usb2 kmod-usb3 kmod-usb-storage \
13                 kmod-i2c-core kmod-i2c-mv64xxx \
14                 kmod-ata-core kmod-ata-marvell-sata \
15                 kmod-rtc-marvell kmod-thermal-armada \
16                 kmod-gpio-button-hotplug kmod-hwmon-tmp421 \
17                 kmod-hwmon-pwmfan kmod-leds-tlc59116 \
18                 kmod-ledtrig-usbdev kmod-mwlwifi wpad-mini \
19                 kmod-ata-mvebu-ahci
20 endef
21
22 define Profile/Default/Description
23         Default package set compatible with most boards.
24 endef
25
26 $(eval $(call Profile,Default))