summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/profiles
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-11-24 14:44:12 +0000
committerJonas Gorski <jogo@openwrt.org>2014-11-24 14:44:12 +0000
commitb3ce1c4ea67bdf3180075905b8cce6325448f0f6 (patch)
treef2244c4ec21e57b2d49b54097ab4287387124a6f /target/linux/brcm63xx/profiles
parentc26c5eff0ea43f9645fdb50b8dfd5f1fe4fb6640 (diff)
downloadmaster-31e0f0ae-b3ce1c4ea67bdf3180075905b8cce6325448f0f6.tar.gz
master-31e0f0ae-b3ce1c4ea67bdf3180075905b8cce6325448f0f6.tar.bz2
master-31e0f0ae-b3ce1c4ea67bdf3180075905b8cce6325448f0f6.zip
brcm63xx: Add DT support for AGPF-S0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 43358
Diffstat (limited to 'target/linux/brcm63xx/profiles')
-rw-r--r--target/linux/brcm63xx/profiles/pirelli.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/profiles/pirelli.mk b/target/linux/brcm63xx/profiles/pirelli.mk
new file mode 100644
index 0000000000..c06852eaf2
--- /dev/null
+++ b/target/linux/brcm63xx/profiles/pirelli.mk
@@ -0,0 +1,16 @@
+#
+# Copyright (C) 2014 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/AGPF_S0
+ NAME:=Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0
+ PACKAGES:=kmod-b43 wpad-mini\
+ kmod-usb2 kmod-usb-ohci
+endef
+define Profile/AGPF_S0/Description
+ Package set optimized for AGPF-S0.
+endef
+$(eval $(call Profile,AGPF_S0))