aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway/profiles
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-08-06 10:17:16 +0000
committerLuka Perkov <luka@openwrt.org>2013-08-06 10:17:16 +0000
commit38c3bb5bc18ab66acb32360bbccf202b0a5cf2b9 (patch)
tree6ffd873d43f14dfb6988f834aa699e73b3d15972 /target/linux/lantiq/xway/profiles
parenteb8992fc75e7ae5c1255519e60a94e7db4eed469 (diff)
downloadmaster-187ad058-38c3bb5bc18ab66acb32360bbccf202b0a5cf2b9.tar.gz
master-187ad058-38c3bb5bc18ab66acb32360bbccf202b0a5cf2b9.tar.bz2
master-187ad058-38c3bb5bc18ab66acb32360bbccf202b0a5cf2b9.zip
lantiq: add (incomplete) support for Aztech GR7000
*) can not connect to switch chip *) only one usb port is working *) wifi is not working Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37712 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/xway/profiles')
-rw-r--r--target/linux/lantiq/xway/profiles/aztech.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/profiles/aztech.mk b/target/linux/lantiq/xway/profiles/aztech.mk
new file mode 100644
index 0000000000..3b9e92dc43
--- /dev/null
+++ b/target/linux/lantiq/xway/profiles/aztech.mk
@@ -0,0 +1,7 @@
+define Profile/GR7000
+ NAME:=Aztech GR7000
+ PACKAGES:= \
+ kmod-ltq-deu-ar9 kmod-ltq-hcd-ar9 \
+ swconfig
+endef
+$(eval $(call Profile,GR7000))