update default packages
[openwrt.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 vim \
15 libnetsnmp snmp-utils snmpd olsrd olsrd-mod-nameservice olsrd-mod-dyn-gw olsrd-mod-httpinfo \
16 iperf
17 endef
18
19 define Profile/WifiAP/Description
20 Full featured image for flash based ixp4xx devices used as industrial APs
21 endef
22 $(eval $(call Profile,WifiAP))
23
This page took 0.048467 seconds and 5 git commands to generate.