2009-01-02 05:12:46 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2008 OpenWrt.org
|
2007-01-07 15:35:36 +00: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 03:37:40 +00:00
|
|
|
BOARDNAME:=Broadcom BCM947xx/953xx
|
2010-03-18 12:20:36 +00:00
|
|
|
FEATURES:=squashfs usb pcmcia
|
2013-09-07 15:46:27 +00:00
|
|
|
MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>
|
2007-01-07 15:35:36 +00:00
|
|
|
|
2013-11-05 08:25:45 +00:00
|
|
|
LINUX_VERSION:=3.10.18
|
2007-06-21 23:41:09 +00:00
|
|
|
|
2007-09-08 19:55:42 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2013-09-12 22:07:12 +00:00
|
|
|
DEFAULT_PACKAGES += swconfig kmod-diag wpad-mini nvram
|
2007-09-08 19:55:42 +00:00
|
|
|
|
2007-01-07 15:35:36 +00:00
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Broadcom based routers
|
2007-03-14 03:37:40 +00:00
|
|
|
(e.g. Netgear WGT634U)
|
2007-01-07 15:35:36 +00:00
|
|
|
endef
|
|
|
|
|
2007-09-08 19:55:42 +00:00
|
|
|
$(eval $(call BuildTarget))
|