remove bogus part of the broadcom target descriptions
[openwrt.git] / target / linux / brcm-2.4 / Makefile
1 #
2 # Copyright (C) 2006 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=mipsel
10 BOARD:=brcm
11 BOARDNAME:=Broadcom BCM947xx/953xx
12 FEATURES:=squashfs
13
14 define Target/Description
15 Build firmware images for Broadcom based routers
16 (e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G)
17 endef
18
19 KERNEL:=2.4
20
21 include $(INCLUDE_DIR)/kernel-build.mk
22 DEFAULT_PACKAGES += kmod-switch kmod-diag nvram
23
24 define Profile/Broadcom
25 NAME:=Generic, Broadcom WiFi (default)
26 PACKAGES:=kmod-brcm-wl wlc nas kmod-wlcompat
27 endef
28 $(eval $(call Profile,Broadcom))
29
30 define Profile/BroadcomMimo
31 NAME:=Generic, Broadcom WiFi (MIMO)
32 PACKAGES:=kmod-brcm-wl-mimo wlc nas kmod-wlcompat
33 endef
34 $(eval $(call Profile,BroadcomMimo))
35
36 define Profile/Atheros
37 NAME:=Generic, Atheros WiFi
38 PACKAGES:=kmod-madwifi
39 endef
40 $(eval $(call Profile,Atheros))
41
42 define Profile/None
43 NAME:=Generic, No WiFi
44 PACKAGES:=
45 endef
46 $(eval $(call Profile,None))
47
48
49 define Profile/WRT54G3G
50 NAME:=Linksys WRT54G3G
51 PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-pcmcia-core kmod-pcmcia-serial kmod-nozomi comgt wlc nas kmod-wlcompat
52 endef
53 $(eval $(call Profile,WRT54G3G))
54
55 define Profile/WL500G
56 NAME:=ASUS WL-500g
57 PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-ohci kmod-lp wlc nas kmod-wlcompat
58 endef
59 $(eval $(call Profile,WL500G))
60
61 define Profile/WL500GD
62 NAME:=ASUS WL-500g Deluxe
63 PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-uhci kmod-usb2 wlc nas kmod-wlcompat
64 endef
65 $(eval $(call Profile,WL500GD))
66
67 define Profile/WL500GP
68 NAME:=ASUS WL-500g Premium
69 PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-ohci kmod-usb2 wlc nas kmod-wlcompat
70 endef
71 $(eval $(call Profile,WL500GP))
72
73 define Profile/WLHDD
74 NAME:=WL-HDD
75 PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-ohci kmod-ide-core kmod-ide-pdc202xx wlc nas kmod-wlcompat
76 endef
77 $(eval $(call Profile,WLHDD))
78
79 $(eval $(call BuildKernel))
This page took 0.056906 seconds and 5 git commands to generate.