mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 11:09:20 +02:00
74975289a3
called brcm47xx-2.6 to better distinguish it from 63xx. Boots on WGT643U, includes ethernet support, but doesn't do much otherwise. Thanks to Michael Buesch for his SSB (Sonics SiliconBackplane) work and Vladdy for some fixes and porting to 2.6.19. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6015 3c298f89-4303-0410-b956-a3cf2f4a3e73
27 lines
668 B
Makefile
27 lines
668 B
Makefile
#
|
|
# 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
|
|
BOARDNAME:=Broadcom BCM947xx/953xx (new code)
|
|
FEATURES:=squashfs broken
|
|
|
|
define Target/Description
|
|
Build firmware images for Broadcom based routers
|
|
(e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G)
|
|
|
|
This one builds the generic .trx images, activate one of the
|
|
options below for creating device specific files for use
|
|
with TFTP client too.
|
|
endef
|
|
|
|
include $(INCLUDE_DIR)/kernel-build.mk
|
|
# DEFAULT_PACKAGES += kmod-switch
|
|
|
|
$(eval $(call BuildKernel))
|