mpc85xx: add profile and build image for the TL-WDR4900 v1 board
[openwrt/openwrt.git] / target / linux / mpc85xx / profiles / tp-link.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/TLWDR4900
9 NAME:=TP-Link TL-WDR4900
10 PACKAGES:=\
11 kmod-usb-core kmod-usb2 kmod-usb2-fsl \
12 kmod-ath9k kmod-wpad
13 endef
14
15 define Profile/TLWDR4900/Description
16 Package set optimized for the TP-Link TL-WDR4900.
17 endef
18 $(eval $(call Profile,TLWDR4900))