Add TPE-R1100 and TPE-R3300 profile.
authorRISCi_ATOM <bob@bobcall.me>
Mon, 30 May 2016 23:06:36 +0000 (23:06 +0000)
committerRISCi_ATOM <bob@bobcall.me>
Mon, 30 May 2016 23:06:36 +0000 (23:06 +0000)
trunk/target/linux/ar71xx/generic/profiles/thinkpenguin.mk [new file with mode: 0644]

diff --git a/trunk/target/linux/ar71xx/generic/profiles/thinkpenguin.mk b/trunk/target/linux/ar71xx/generic/profiles/thinkpenguin.mk
new file mode 100644 (file)
index 0000000..7cd26e2
--- /dev/null
@@ -0,0 +1,27 @@
+#
+# Copyright (C) 2016 librecmc.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+define Profile/TPE-R1100
+       NAME:=TPE-R1100
+       PACKAGES:=kmod-usb-core kmod-usb2
+endef
+
+define Profile/TPE-R1100/Description
+       Configuration for the ThinkPenguin mini Wireless N router..
+endef
+
+$(eval $(call Profile,TPE-R1100))
+
+define Profile/TPE-R3300
+        NAME:=TPE-R3300
+        PACKAGES:=kmod-usb-core kmod-usb2
+endef
+
+define Profile/TPE-R3300/Description
+        Configuration for the ThinkPenguin Wireless N pro router..
+endef
+
+$(eval $(call Profile,TPE-R3300))