From: jow Date: Sun, 29 Aug 2010 22:53:16 +0000 (+0000) Subject: [backfire] include a brcm-2.4 profile for the WRT610N X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=fcb8cbf869816ec9786b8f27713c6984217ca054;p=10.03%2Fopenwrt.git [backfire] include a brcm-2.4 profile for the WRT610N git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@22840 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/brcm-2.4/image/Makefile b/target/linux/brcm-2.4/image/Makefile index b839a42d2..a5830294b 100644 --- a/target/linux/brcm-2.4/image/Makefile +++ b/target/linux/brcm-2.4/image/Makefile @@ -85,6 +85,7 @@ define Image/Build/jffs2-64k $(call Image/Build/CyberTAN,$(1),wrt300n_v1,EWCB,1.03.6,$(patsubst jffs2-%,jffs2,$(1))) $(call Image/Build/CyberTAN,$(1),wrt300n_v11,EWC2,1.51.2,$(patsubst jffs2-%,jffs2,$(1))) $(call Image/Build/CyberTAN,$(1),wrt350n_v1,EWCG,1.04.1,$(patsubst jffs2-%,jffs2,$(1))) + $(call Image/Build/CyberTAN,$(1),wrt610n_v1,610N,1.0.1,$(patsubst jffs2-%,jffs2,$(1))) $(call Image/Build/Motorola,$(1),wa840g,2,$(patsubst jffs2-%,jffs2,$(1))) $(call Image/Build/Motorola,$(1),we800g,3,$(patsubst jffs2-%,jffs2,$(1))) endef diff --git a/target/linux/brcm-2.4/profiles/WRT610Nv1.mk b/target/linux/brcm-2.4/profiles/WRT610Nv1.mk new file mode 100644 index 000000000..0fd230ca0 --- /dev/null +++ b/target/linux/brcm-2.4/profiles/WRT610Nv1.mk @@ -0,0 +1,17 @@ +# +# Copyright (C) 2010 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/WRT610Nv1 + NAME:=Linksys WRT300N v1.1 + PACKAGES:=kmod-brcm-wl-mimo wlc nas kmod-wlcompat kmod-brcm-57xx kmod-usb-core kmod-usb-ohci kmod-usb2 +endef + +define Profile/WRT610Nv1/Description + Package set optimized for the WRT610N v1 +endef +$(eval $(call Profile,WRT610Nv1)) +