brcm63xx: Add DT support for A4001N1
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / profiles / adb.mk
1 #
2 # Copyright (C) 2014 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/A4001N1
9 NAME:=ADB P.DG A4001N1
10 PACKAGES:=kmod-b43 wpad-mini \
11 kmod-usb2 kmod-usb-ohci
12 endef
13 define Profile/A4001N1/Description
14 Package set optimized for A4001N1.
15 endef
16 $(eval $(call Profile,A4001N1))