summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/generic
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-12-01 22:49:05 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-12-01 22:49:05 +0000
commitac82296c532dfe7706cee8645a0387b90eecca82 (patch)
tree63791168ddc5656b787346b1f2cc6a9b2a605e37 /target/linux/ar71xx/generic
parent6c28efff9cc96481b0e339c031a91bcd6c06a9ba (diff)
downloadmtk-20170518-ac82296c532dfe7706cee8645a0387b90eecca82.zip
mtk-20170518-ac82296c532dfe7706cee8645a0387b90eecca82.tar.gz
mtk-20170518-ac82296c532dfe7706cee8645a0387b90eecca82.tar.bz2
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')
-rw-r--r--target/linux/ar71xx/generic/profiles/openmesh.mk18
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 0000000..0c5f450
--- /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))
+