diff options
Diffstat (limited to 'target/linux/lantiq/xway/profiles')
-rw-r--r-- | target/linux/lantiq/xway/profiles/aztech.mk | 7 |
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 0000000..3b9e92d --- /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)) |