diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-12-24 10:58:09 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-12-24 10:58:09 +0000 |
commit | 46f75ee8698d09dcbb97447fcd2c6f5473c52331 (patch) | |
tree | 8d1273a05667132498330b6be81ff83dcf6da74a /target/linux/brcm-2.4/profiles | |
parent | 919724ab50586be54a1d903e47d772265e01bf38 (diff) | |
download | upstream-46f75ee8698d09dcbb97447fcd2c6f5473c52331.tar.gz upstream-46f75ee8698d09dcbb97447fcd2c6f5473c52331.tar.bz2 upstream-46f75ee8698d09dcbb97447fcd2c6f5473c52331.zip |
add WRT300N v1.1 support (patch from #6379)
SVN-Revision: 18921
Diffstat (limited to 'target/linux/brcm-2.4/profiles')
-rw-r--r-- | target/linux/brcm-2.4/profiles/WRT300Nv11.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/brcm-2.4/profiles/WRT300Nv11.mk b/target/linux/brcm-2.4/profiles/WRT300Nv11.mk new file mode 100644 index 0000000000..dddcd1424c --- /dev/null +++ b/target/linux/brcm-2.4/profiles/WRT300Nv11.mk @@ -0,0 +1,17 @@ +# +# Copyright (C) 2006-2008 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/WRT300Nv11 + NAME:=Linksys WRT300N v1.1 + PACKAGES:=kmod-brcm-wl-mimo wlc nas kmod-wlcompat kmod-brcm-57xx +endef + +define Profile/WRT300Nv11/Description + Package set optimized for the WRT300N v1.1 +endef +$(eval $(call Profile,WRT300Nv11)) + |