diff options
author | John Crispin <john@openwrt.org> | 2012-11-09 19:26:58 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-11-09 19:26:58 +0000 |
commit | 71ddec8091c215661ef3934fc93eb497b6cc2985 (patch) | |
tree | 9d3c1f6b31158afb5327c06c1e1459a0210b5b1f /target/linux/lantiq/xway/profiles/001-lantiq.mk | |
parent | 88e4d938020d277447acacb93beac92567531ec9 (diff) | |
download | upstream-71ddec8091c215661ef3934fc93eb497b6cc2985.tar.gz upstream-71ddec8091c215661ef3934fc93eb497b6cc2985.tar.bz2 upstream-71ddec8091c215661ef3934fc93eb497b6cc2985.zip |
add more profiles
SVN-Revision: 34131
Diffstat (limited to 'target/linux/lantiq/xway/profiles/001-lantiq.mk')
-rw-r--r-- | target/linux/lantiq/xway/profiles/001-lantiq.mk | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/target/linux/lantiq/xway/profiles/001-lantiq.mk b/target/linux/lantiq/xway/profiles/001-lantiq.mk deleted file mode 100644 index 6243568d83..0000000000 --- a/target/linux/lantiq/xway/profiles/001-lantiq.mk +++ /dev/null @@ -1,29 +0,0 @@ -define Profile/EASY80920-NOR - NAME:=EASY80920-NOR -endef - -define Profile/EASY80920-NOR/Description - Lantiq EASY80920 evalkit (NOR) -endef - -$(eval $(call Profile,EASY80920-NOR)) - -define Profile/EASY80920-NAND - NAME:=EASY80920-NAND -endef - -define Profile/EASY80920-NAND/Description - Lantiq EASY80920 evalkit (NAND) -endef - -$(eval $(call Profile,EASY80920-NAND)) - -define Profile/ARV7525PW - NAME:=ARV7525PW -endef - -define Profile/ARV7525PW/Description - Speedport W303V - ARV7525PW -endef - -$(eval $(call Profile,ARV7525PW)) |