rename broadcom-wl to broadcom-wl-old
[openwrt/svn-archive/archive.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-old kmod-usb-core kmod-usb-ohci kmod-usb2 wlc-old nas-old 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