rename broadcom-wl to broadcom-wl-old
[openwrt/svn-archive/archive.git] / target / linux / brcm-2.4 / profiles / WLHDD.mk
1 #
2 # Copyright (C) 2006-2009 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/WLHDD
9 NAME:=WL-HDD
10 PACKAGES:=kmod-brcm-wl-old kmod-usb-core kmod-usb-ohci kmod-ide-core kmod-ide-pdc202xx wlc-old nas-old kmod-wlcompat kmod-rtc-rv5c386a
11 endef
12
13 define Profile/WLHDD/Description
14 Package set optimized for the WL-HDD with USB and IDE support
15 endef
16 $(eval $(call Profile,WLHDD))
17