Add hostapd-mini to default images where applicable
[openwrt-10.03/.git] / target / linux / ixp4xx / generic / profiles / 500-USR8200.mk
1 #
2 # Copyright (C) 2006-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/USR8200
9   NAME:=USRobotics USR8200
10   PACKAGES:=-hostapd-mini kmod-scsi-core \
11         kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \
12         kmod-fs-ext2 kmod-fs-ext3 \
13         kmod-ieee1394 kmod-ohci1394 kmod-sbp2
14 endef
15
16 define Profile/USR8200/Description
17         Package set optimized for the USRobotics USR8200
18 endef
19 $(eval $(call Profile,USR8200))
20