aboutsummaryrefslogtreecommitdiffstats
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
commit2477a6beac17829906593323f2fc0e4e7229e68a (patch)
treed7121f0ad45b3ff74068870e38d853257ee3f4fd /target/linux/ar71xx/generic
parent55987c5d964a11e7fa4dc3875ad4df86165bb780 (diff)
downloadmaster-187ad058-2477a6beac17829906593323f2fc0e4e7229e68a.tar.gz
master-187ad058-2477a6beac17829906593323f2fc0e4e7229e68a.tar.bz2
master-187ad058-2477a6beac17829906593323f2fc0e4e7229e68a.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38954 3c298f89-4303-0410-b956-a3cf2f4a3e73
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))