diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-01 22:49:05 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-01 22:49:05 +0000 |
commit | ac82296c532dfe7706cee8645a0387b90eecca82 (patch) | |
tree | 63791168ddc5656b787346b1f2cc6a9b2a605e37 /target/linux/ar71xx/generic/profiles/openmesh.mk | |
parent | 6c28efff9cc96481b0e339c031a91bcd6c06a9ba (diff) | |
download | upstream-ac82296c532dfe7706cee8645a0387b90eecca82.tar.gz upstream-ac82296c532dfe7706cee8645a0387b90eecca82.tar.bz2 upstream-ac82296c532dfe7706cee8645a0387b90eecca82.zip |
ar71xx: add a profile and build image for the OM2P board
[juhosg: the name of the final image has been changed to
'openwrt-ar71xx-generic-om2p-squashfs-factory.bin']
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 29397
Diffstat (limited to 'target/linux/ar71xx/generic/profiles/openmesh.mk')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/openmesh.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/openmesh.mk b/target/linux/ar71xx/generic/profiles/openmesh.mk new file mode 100644 index 0000000000..0c5f4505ee --- /dev/null +++ b/target/linux/ar71xx/generic/profiles/openmesh.mk @@ -0,0 +1,18 @@ +# +# Copyright (C) 2011 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/OM2P + NAME:=OpenMesh OM2P + PACKAGES:=kmod-ath9k om2p-watchdog +endef + +define Profile/OM2P/Description + Package set optimized for the OpenMesh OM2P. +endef + +$(eval $(call Profile,OM2P)) + |