aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway/profiles
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-11-02 20:07:36 +0000
committerJohn Crispin <blogic@openwrt.org>2012-11-02 20:07:36 +0000
commit613f20baba8a1d0af96f6a76cf6974f0ae5844db (patch)
treef7b1283ec4ee3fba7501a22a06fc92df8103ce9a /target/linux/lantiq/xway/profiles
parent3c3f1ddfbdb58502a83bf3f7d203397c5553ce4f (diff)
downloadmaster-187ad058-613f20baba8a1d0af96f6a76cf6974f0ae5844db.tar.gz
master-187ad058-613f20baba8a1d0af96f6a76cf6974f0ae5844db.tar.bz2
master-187ad058-613f20baba8a1d0af96f6a76cf6974f0ae5844db.zip
[lantiq] add subtarget, as of 3.6 we dont seperate xway SoC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34062 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/xway/profiles')
-rw-r--r--target/linux/lantiq/xway/profiles/001-lantiq.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/profiles/001-lantiq.mk b/target/linux/lantiq/xway/profiles/001-lantiq.mk
new file mode 100644
index 0000000000..2c24d3c95e
--- /dev/null
+++ b/target/linux/lantiq/xway/profiles/001-lantiq.mk
@@ -0,0 +1,19 @@
+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))