Add a generic Broadcom USB profile.
[openwrt-10.03/.git] / target / linux / brcm-2.4 / profiles / USBGeneric.mk
1 #
2 # Copyright (C) 2008 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/USBGeneric
9   NAME:=Generic USB
10   PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-ohci kmod-usb2 wlc nas kmod-wlcompat
11 endef
12
13 define Profile/USBGeneric/Description
14  Package set with for Broadcom routers with USB/USB2 (OHCI/EHCI) support.
15  Includes the WRTSL54GS, WL-520gU, WL-500gP v2, any other BCM5354 routers
16  with USB.
17 endef
18 $(eval $(call Profile,USBGeneric))
19