2007-01-07 15:35:36 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
#
|
|
|
|
# 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
|
2007-06-18 21:44:42 +00:00
|
|
|
FEATURES:=squashfs usb
|
2007-01-07 15:35:36 +00:00
|
|
|
|
2007-06-21 23:41:09 +00:00
|
|
|
LINUX_VERSION:=2.6.22-rc5
|
|
|
|
LINUX_KERNEL_MD5SUM:=50dda556ae492f68ff7c273e1f357c55
|
|
|
|
|
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
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/kernel-build.mk
|
2007-03-14 03:37:40 +00:00
|
|
|
DEFAULT_PACKAGES += kmod-switch kmod-diag
|
2007-01-07 15:35:36 +00:00
|
|
|
|
2007-03-03 01:22:09 +00:00
|
|
|
# include the profiles
|
|
|
|
-include profiles/*.mk
|
|
|
|
|
2007-01-07 15:35:36 +00:00
|
|
|
$(eval $(call BuildKernel))
|