summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/generic
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-11-29 20:18:50 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-11-29 20:18:50 +0000
commitfd892350c2c999f00782012e1caa821696345f2f (patch)
treec247c7e106da08f35a64a3b325d27857dd7e97ea /target/linux/ar71xx/generic
parenta0ad2a0f860d78a15fe4ddceb48c13f050501c81 (diff)
downloadmaster-31e0f0ae-fd892350c2c999f00782012e1caa821696345f2f.tar.gz
master-31e0f0ae-fd892350c2c999f00782012e1caa821696345f2f.tar.bz2
master-31e0f0ae-fd892350c2c999f00782012e1caa821696345f2f.zip
ar71xx: add profile and build image for the Sitecom WLR-8100
- partitions on factory fw are a bit strange - unknown contained some strings in factory - unknown2 contains some atheros (2nd art ?) Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> Patchwork: http://patchwork.openwrt.org/patch/4149/ [juhosg: edit commit message] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38954
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r--target/linux/ar71xx/generic/profiles/sitecom.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/sitecom.mk b/target/linux/ar71xx/generic/profiles/sitecom.mk
new file mode 100644
index 0000000000..3dd8e4357f
--- /dev/null
+++ b/target/linux/ar71xx/generic/profiles/sitecom.mk
@@ -0,0 +1,16 @@
+#
+# Copyright (C) 2009-2013 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+define Profile/WLR8100
+ NAME:=Sitecom WLR-8100
+ PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev kmod-usb3
+endef
+
+define Profile/WLR8100/Description
+ Package set optimized for the Sitecom WLR-8100
+endef
+
+$(eval $(call Profile,WLR8100))