summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway
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
commit27fa6405484077d860a0ed8c4ed9bf434aefe611 (patch)
treec7073080822c4063ada0fe304b518906a342ab94 /target/linux/lantiq/xway
parent3f351e27707786c1b2f5482070efd5930a5c7d06 (diff)
downloadmaster-31e0f0ae-27fa6405484077d860a0ed8c4ed9bf434aefe611.tar.gz
master-31e0f0ae-27fa6405484077d860a0ed8c4ed9bf434aefe611.tar.bz2
master-31e0f0ae-27fa6405484077d860a0ed8c4ed9bf434aefe611.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> SVN-Revision: 37712
Diffstat (limited to 'target/linux/lantiq/xway')
-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))