2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
11 BOARDNAME
:=Broadcom BCM947xx
/953xx
14 define Target
/Description
15 Build firmware images for Broadcom based routers
16 (e.g. Netgear WGT634U
)
19 include $(INCLUDE_DIR
)/kernel-build.mk
20 DEFAULT_PACKAGES
+= kmod-switch kmod-diag
22 define Profile
/Atheros
23 NAME
:=Atheros WiFi
(default
)
24 PACKAGES
:=kmod-madwifi
27 define Profile
/Atheros
/Description
28 Package set compatible with hardware using Atheros WiFi cards
30 $(eval
$(call Profile
,Atheros
))
32 define Profile
/WGT634U
34 PACKAGES
:=kmod-madwifi kmod-usb-core kmod-usb-ohci kmod-usb2
37 define Profile
/WGT634U
/Description
38 Package set compatible with the Netgear WGT634U. Contains USB support
40 $(eval
$(call Profile
,WGT634U
))
47 define Profile
/None
/Description
48 Package set without WiFi support
50 $(eval
$(call Profile
,None
))
52 $(eval
$(call BuildKernel
))