From 0d7197116ef8a46d6435db5229a04b7abe8508b6 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 13 Apr 2014 08:29:09 +0000 Subject: ar71xx: add profile and build image for the ZyXEL NBG6716 board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Valentin Patchwork: http://patchwork.openwrt.org/patch/5101/ [juhosg: remove the non-existing zyxelnand subtarget specific stuff] Signed-off-by: Gabor Juhos SVN-Revision: 40502 --- target/linux/ar71xx/nand/profiles/zyxel.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 target/linux/ar71xx/nand/profiles/zyxel.mk (limited to 'target/linux/ar71xx/nand/profiles') diff --git a/target/linux/ar71xx/nand/profiles/zyxel.mk b/target/linux/ar71xx/nand/profiles/zyxel.mk new file mode 100644 index 0000000000..ec813e548f --- /dev/null +++ b/target/linux/ar71xx/nand/profiles/zyxel.mk @@ -0,0 +1,18 @@ +# +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/NBG6716 + NAME:=Zyxel NBG 6716 + PACKAGES:=kmod-rtc-pcf8563 kmod-ath10k +endef + +define Profile/NBG6716/Description + Package set optimized for the Zyxel NBG 6716 Routers. +endef + +$(eval $(call Profile,NBG6716)) + -- cgit v1.2.3