diff options
author | John Crispin <blogic@openwrt.org> | 2012-11-06 07:38:24 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-11-06 07:38:24 +0000 |
commit | 8dd03e55f93ed68f4c43396660eb53114ba8d392 (patch) | |
tree | e64188599c2b1a1ee4c95f890169605002dc141f /target/linux/lantiq/xway | |
parent | a3453d5c5dd39b0d49ef2cc3d37637760c9aff92 (diff) | |
download | master-187ad058-8dd03e55f93ed68f4c43396660eb53114ba8d392.tar.gz master-187ad058-8dd03e55f93ed68f4c43396660eb53114ba8d392.tar.bz2 master-187ad058-8dd03e55f93ed68f4c43396660eb53114ba8d392.zip |
[lantiq] add support for arv7525
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34097 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/xway')
-rw-r--r-- | target/linux/lantiq/xway/profiles/001-lantiq.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/profiles/001-lantiq.mk b/target/linux/lantiq/xway/profiles/001-lantiq.mk index 2c24d3c95e..6243568d83 100644 --- a/target/linux/lantiq/xway/profiles/001-lantiq.mk +++ b/target/linux/lantiq/xway/profiles/001-lantiq.mk @@ -17,3 +17,13 @@ define Profile/EASY80920-NAND/Description endef $(eval $(call Profile,EASY80920-NAND)) + +define Profile/ARV7525PW + NAME:=ARV7525PW +endef + +define Profile/ARV7525PW/Description + Speedport W303V - ARV7525PW +endef + +$(eval $(call Profile,ARV7525PW)) |