From 38c3bb5bc18ab66acb32360bbccf202b0a5cf2b9 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Tue, 6 Aug 2013 10:17:16 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37712 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/lantiq/xway/profiles/aztech.mk | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 target/linux/lantiq/xway/profiles/aztech.mk (limited to 'target/linux/lantiq/xway') 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)) -- cgit v1.2.3