brcm63xx: refresh kernel patches and config
[openwrt/openwrt.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/A4001N
9 NAME:=ADB P.DG A4001N
10 PACKAGES:=kmod-b43 wpad-mini \
11 kmod-usb2 kmod-usb-ohci
12 endef
13 define Profile/A4001N/Description
14 Package set optimized for A4001N.
15 endef
16 $(eval $(call Profile,A4001N))
17
18 define Profile/A4001N1
19 NAME:=ADB P.DG A4001N1
20 PACKAGES:=kmod-b43 wpad-mini \
21 kmod-usb2 kmod-usb-ohci
22 endef
23 define Profile/A4001N1/Description
24 Package set optimized for A4001N1.
25 endef
26 $(eval $(call Profile,A4001N1))