2009-01-02 13:12:46 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2008 OpenWrt.org
|
2007-01-07 23:35:36 +08: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
|
2014-03-08 09:48:44 +08:00
|
|
|
BOARDNAME:=Broadcom BCM47xx/53xx (MIPS)
|
2014-06-08 01:36:02 +08:00
|
|
|
FEATURES:=squashfs usb
|
2014-06-07 23:19:40 +08:00
|
|
|
SUBTARGETS:=generic mips74k legacy
|
2013-09-07 23:46:27 +08:00
|
|
|
MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>
|
2007-01-07 23:35:36 +08:00
|
|
|
|
2015-09-12 02:52:42 +08:00
|
|
|
KERNEL_PATCHVER:=4.1
|
2007-06-22 07:41:09 +08:00
|
|
|
|
2014-08-19 04:29:26 +08:00
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM.
|
|
|
|
endef
|
|
|
|
|
2016-09-04 19:34:18 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2015-04-09 13:22:04 +08:00
|
|
|
DEFAULT_PACKAGES += swconfig wpad-mini nvram otrx \
|
2014-01-13 02:55:52 +08:00
|
|
|
kmod-leds-gpio kmod-gpio-button-hotplug \
|
|
|
|
kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev
|
2007-09-09 03:55:42 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|