2007-03-03 01:02:38 +02:00
|
|
|
#
|
2009-08-01 14:10:02 +03:00
|
|
|
# Copyright (C) 2006-2009 OpenWrt.org
|
2007-03-03 01:02:38 +02:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/WLHDD
|
|
|
|
NAME:=WL-HDD
|
2010-06-14 14:00:30 +03:00
|
|
|
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
|
2007-03-03 01:02:38 +02:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/WLHDD/Description
|
|
|
|
Package set optimized for the WL-HDD with USB and IDE support
|
|
|
|
endef
|
|
|
|
$(eval $(call Profile,WLHDD))
|
|
|
|
|