Add Wi-Fi profiles (for what it matters with this arch)
[openwrt/staging/mkresin.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.17
20 LINUX_RELEASE:=1
21 LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e
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 $(eval $(call BuildKernel))