2009-01-02 06:12:46 +01:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2008 OpenWrt.org
|
2007-01-07 16:35:36 +01:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=mipsel
|
|
|
|
BOARD:=brcm47xx
|
2007-03-14 04:37:40 +01:00
|
|
|
BOARDNAME:=Broadcom BCM947xx/953xx
|
2007-06-18 23:44:42 +02:00
|
|
|
FEATURES:=squashfs usb
|
2007-01-07 16:35:36 +01:00
|
|
|
|
2009-10-23 14:10:25 +02:00
|
|
|
LINUX_VERSION:=2.6.30.9
|
2007-06-22 01:41:09 +02:00
|
|
|
|
2007-09-08 21:55:42 +02:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2009-04-27 15:00:27 +02:00
|
|
|
DEFAULT_PACKAGES += hostapd-mini kmod-switch kmod-diag nvram
|
2007-09-08 21:55:42 +02:00
|
|
|
|
2007-01-07 16:35:36 +01:00
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Broadcom based routers
|
2007-03-14 04:37:40 +01:00
|
|
|
(e.g. Netgear WGT634U)
|
2007-01-07 16:35:36 +01:00
|
|
|
endef
|
|
|
|
|
2007-09-08 21:55:42 +02:00
|
|
|
$(eval $(call BuildTarget))
|