[brcm47xx] update profiles
[openwrt.git] / target / linux / brcm47xx / profiles / 115-Bcm4705-none.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/Bcm4705-none
9   NAME:=BCM4705/BCM4785, no WiFi
10   PACKAGES:=-wpad-mini kmod-tg3 kmod-ssb-gige
11 endef
12
13 define Profile/None/Description
14         Package set without WiFi support and tg3 Ethernet driver.
15 endef
16 $(eval $(call Profile,Bcm4705-none))
17