2006-06-27 02:35:46 +02:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
2006-01-10 20:43:00 +01:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2006-11-12 00:11:02 +01:00
|
|
|
ARCH:=mipsel
|
|
|
|
BOARD:=brcm
|
|
|
|
BOARDNAME:=Broadcom BCM947xx/953xx
|
2006-12-13 00:20:05 +01:00
|
|
|
FEATURES:=squashfs
|
2006-11-12 00:11:02 +01:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Broadcom based routers
|
|
|
|
(e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G)
|
|
|
|
endef
|
|
|
|
|
2006-12-25 10:12:57 +01:00
|
|
|
KERNEL:=2.4
|
2006-01-10 20:43:00 +01:00
|
|
|
|
2006-06-21 04:32:39 +02:00
|
|
|
include $(INCLUDE_DIR)/kernel-build.mk
|
2007-01-14 18:56:42 +01:00
|
|
|
DEFAULT_PACKAGES += kmod-switch kmod-diag nvram
|
2006-11-12 00:11:02 +01:00
|
|
|
|
2007-03-03 00:02:38 +01:00
|
|
|
# include the profiles
|
|
|
|
-include profiles/*.mk
|
2007-01-20 13:35:00 +01:00
|
|
|
|
2006-10-19 08:20:55 +02:00
|
|
|
$(eval $(call BuildKernel))
|