diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-01 19:30:28 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-01 19:30:28 +0000 |
commit | 1d3de89f3c93ac82006c933679dd3d4aba775c32 (patch) | |
tree | 918d99e05acc48e3930542b4a325c2f96cce73cf /target/linux/ar71xx/generic | |
parent | 1e68f10b8748c9bf0d2e244597e2d0c70079ddeb (diff) | |
download | upstream-1d3de89f3c93ac82006c933679dd3d4aba775c32.tar.gz upstream-1d3de89f3c93ac82006c933679dd3d4aba775c32.tar.bz2 upstream-1d3de89f3c93ac82006c933679dd3d4aba775c32.zip |
ar71xx: build images for the ALFA Network N2/N5 boards
SVN-Revision: 29636
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/alfa.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/alfa.mk b/target/linux/ar71xx/generic/profiles/alfa.mk new file mode 100644 index 0000000000..6f56c4511f --- /dev/null +++ b/target/linux/ar71xx/generic/profiles/alfa.mk @@ -0,0 +1,17 @@ +# +# Copyright (C) 2011 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/ALFANX + NAME:=ALFA Network N2/N5 board + PACKAGES:= +endef + +define Profile/ALFANX/Description + Package set optimized for the ALFA Network N2/N5 boards. +endef + +$(eval $(call Profile,ALFANX)) |