kirkwood: add Linksys routers to default profile
[openwrt/svn-archive/archive.git] / target / linux / kirkwood / profiles / 100-generic.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/Generic
9 NAME:=Generic (default)
10 PACKAGES:= \
11 kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
12 kmod-i2c-core kmod-i2c-mv64xxx \
13 kmod-ata-core kmod-ata-marvell-sata \
14 kmod-rtc-marvell kmod-thermal-kirkwood \
15 kmod-mwl8k swconfig wpad-mini
16 endef
17
18 define Profile/Generic/Description
19 Package set compatible with most Marvell Kirkwood based boards.
20 endef
21
22 $(eval $(call Profile,Generic))