1dff6da4ea323d18a1fb53bd35c657af05dacdfb
[openwrt-10.03/.git] / target / linux / ixp4xx / generic / profiles / 500-WifiAP.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/WifiAP
9   NAME:=WifiAP
10   PACKAGES:=kmod-madwifi wireless-tools \
11         kmod-scsi-core \
12         kmod-ata-core kmod-ata-artop \
13         kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-storage kmod-nls-iso8859-1 kmod-nls-cp437 \
14         kmod-fs-ext2 kmod-fs-ext3 kmod-fs-vfat gpioctl openslp hostapd wpa-supplicant
15 endef
16
17 define Profile/WifiAP/Description
18         Full featured image for flash based ixp4xx devices used as industrial APs
19 endef
20 $(eval $(call Profile,WifiAP))
21