Add hostapd-mini to default images where applicable
[openwrt-10.03/.git] / target / linux / au1000 / profiles / InternetBox.mk
1 #
2 # Copyright (C) 2007-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/InternetBox
9   NAME:=T-Mobile "InternetBox"
10   PACKAGES:=kmod-madwifi \
11                 ldconfig ldd \
12                 ip tc wpa-supplicant wpa-cli
13 endef
14
15 define Profile/InternetBox/Description
16         Package set for the T-Mobile "InternetBox" (TMD SB1-S)
17 endef
18
19 $(eval $(call Profile,InternetBox))