diff options
author | John Crispin <john@openwrt.org> | 2012-11-02 20:07:36 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-11-02 20:07:36 +0000 |
commit | dc8641f7fa670ede9f6c464bd7c6d1b2f94dee46 (patch) | |
tree | 83e923b4c4f3670811e33e059973e1e65e747c34 /target/linux/lantiq/xway/profiles | |
parent | dd619da4fc9cd33553ce2deb145ec6321e4c43e2 (diff) | |
download | upstream-dc8641f7fa670ede9f6c464bd7c6d1b2f94dee46.tar.gz upstream-dc8641f7fa670ede9f6c464bd7c6d1b2f94dee46.tar.bz2 upstream-dc8641f7fa670ede9f6c464bd7c6d1b2f94dee46.zip |
add subtarget, as of 3.6 we dont seperate xway SoC
SVN-Revision: 34062
Diffstat (limited to 'target/linux/lantiq/xway/profiles')
-rw-r--r-- | target/linux/lantiq/xway/profiles/001-lantiq.mk | 19 |
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)) |