Update brcm63xx flash map driver for 2.6.19
[openwrt/svn-archive/archive.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
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 LINUX_VERSION:=2.6.19
20 LINUX_RELEASE:=1
21 LINUX_KERNEL_MD5SUM:=443c265b57e87eadc0c677c3acc37e20
22
23 include $(INCLUDE_DIR)/kernel-build.mk
24
25 define Profile/Broadcom
26 NAME:=Broadcom WiFi (default)
27 PACKAGES:=kmod-net-bcm43xx
28 endef
29 $(eval $(call Profile,Broadcom))
30
31 define Profile/Atheros
32 NAME:=Atheros WiFi
33 PACKAGES:=kmod-madwifi
34 endef
35 $(eval $(call Profile,Atheros))
36
37 define Profile/Ralink
38 NAME:=Ralink WiFi
39 PACKAGES:=kmod-rt61
40 endef
41 $(eval $(call Profile,Ralink))
42
43 $(eval $(call BuildKernel))