2009-01-02 07:12:46 +02:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2008 OpenWrt.org
|
2007-01-07 17:35:36 +02: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 05:37:40 +02:00
|
|
|
BOARDNAME:=Broadcom BCM947xx/953xx
|
2010-03-18 14:20:36 +02:00
|
|
|
FEATURES:=squashfs usb pcmcia
|
2007-01-07 17:35:36 +02:00
|
|
|
|
2011-08-18 15:54:12 +03:00
|
|
|
LINUX_VERSION:=3.0.3
|
2007-06-22 02:41:09 +03:00
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2010-06-20 16:44:19 +03:00
|
|
|
DEFAULT_PACKAGES += wpad-mini kmod-switch kmod-diag nvram
|
2007-09-08 22:55:42 +03:00
|
|
|
|
2007-01-07 17:35:36 +02:00
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Broadcom based routers
|
2007-03-14 05:37:40 +02:00
|
|
|
(e.g. Netgear WGT634U)
|
2007-01-07 17:35:36 +02:00
|
|
|
endef
|
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
$(eval $(call BuildTarget))
|