b9946c4e1516f946d86bc8c2daf9e1b65f8c0960
[openwrt-10.03/.git] / target / linux / brcm63xx-2.6 / 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:=mips
10 BOARD:=brcm63xx
11 BOARDNAME:=Broadcom BCM963xx
12 FEATURES:=squashfs jffs2 broken usb
13
14 define Target/Description
15         Build firmware images for Broadcom based xDSL/routers
16         (e.g. Inventel Livebox, Siemens SE515)
17 endef
18
19 include $(INCLUDE_DIR)/kernel-build.mk
20
21 define Profile/Broadcom
22   NAME:=Broadcom WiFi (default)
23   PACKAGES:=kmod-net-bcm43xx
24 endef
25 $(eval $(call Profile,Broadcom))
26
27 define Profile/Atheros
28   NAME:=Atheros WiFi
29   PACKAGES:=kmod-madwifi
30 endef
31 $(eval $(call Profile,Atheros))
32
33 define Profile/Ralink
34   NAME:=Ralink WiFi
35   PACKAGES:=kmod-rt61
36 endef
37 $(eval $(call Profile,Ralink))
38
39 $(eval $(call BuildKernel))