diff options
author | James <> | 2013-03-17 12:16:37 +0000 |
---|---|---|
committer | James <> | 2013-03-17 12:16:37 +0000 |
commit | 27b76ab0671089c47506615a796a261e993896a7 (patch) | |
tree | 61213d67e7fa87b20356b23798558e2c4212c42f /target/linux/lantiq/svip_be/profiles | |
download | trunk-36060-master.tar.gz trunk-36060-master.tar.bz2 trunk-36060-master.zip |
Diffstat (limited to 'target/linux/lantiq/svip_be/profiles')
5 files changed, 162 insertions, 0 deletions
diff --git a/target/linux/lantiq/svip_be/profiles/.svn/entries b/target/linux/lantiq/svip_be/profiles/.svn/entries new file mode 100644 index 0000000..f089e4c --- /dev/null +++ b/target/linux/lantiq/svip_be/profiles/.svn/entries @@ -0,0 +1,96 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/lantiq/svip_be/profiles +svn://svn.openwrt.org/openwrt + + + +2012-07-31T18:49:54.612892Z +32925 +blogic + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +000-generic.mk +file + + + + +2013-03-17T12:12:42.000000Z +79a40781f38c23caa71d7a65b2628873 +2012-07-31T18:49:54.612892Z +32925 +blogic + + + + + + + + + + + + + + + + + + + + + +106 + +001-lantiq.mk +file + + + + +2013-03-17T12:12:42.000000Z +aa39a50bb06696e709f8b1df17084a0c +2012-07-31T18:49:54.612892Z +32925 +blogic + + + + + + + + + + + + + + + + + + + + + +486 + diff --git a/target/linux/lantiq/svip_be/profiles/.svn/text-base/000-generic.mk.svn-base b/target/linux/lantiq/svip_be/profiles/.svn/text-base/000-generic.mk.svn-base new file mode 100644 index 0000000..731e4fc --- /dev/null +++ b/target/linux/lantiq/svip_be/profiles/.svn/text-base/000-generic.mk.svn-base @@ -0,0 +1,8 @@ +define Profile/Generic + NAME:=Generic - all boards + PACKAGES:= +endef + +$(eval $(call Profile,Generic)) + + diff --git a/target/linux/lantiq/svip_be/profiles/.svn/text-base/001-lantiq.mk.svn-base b/target/linux/lantiq/svip_be/profiles/.svn/text-base/001-lantiq.mk.svn-base new file mode 100644 index 0000000..5503790 --- /dev/null +++ b/target/linux/lantiq/svip_be/profiles/.svn/text-base/001-lantiq.mk.svn-base @@ -0,0 +1,25 @@ +define Profile/EASY336 + NAME:=EASY336 + PACKAGES:= +endef + +define Profile/EASY336/Description + Lantiq EASY336 evalkit +endef + +$(eval $(call Profile,EASY336)) + +define Profile/EASY33016 + NAME:=EASY33016 + PACKAGES:= \ + kmod-ifxos ifx-vos ifx-evtlog svip-switch \ + voice-lib-tapi voice-lib-cli voice-tapi-cli \ + voice-tapi voice-tapidemo-xt voice-vatests voice-vxt voice-xtbox +endef + +define Profile/EASY33016/Description + Lantiq EASY33016 evalkit +endef + +$(eval $(call Profile,EASY33016)) + diff --git a/target/linux/lantiq/svip_be/profiles/000-generic.mk b/target/linux/lantiq/svip_be/profiles/000-generic.mk new file mode 100644 index 0000000..731e4fc --- /dev/null +++ b/target/linux/lantiq/svip_be/profiles/000-generic.mk @@ -0,0 +1,8 @@ +define Profile/Generic + NAME:=Generic - all boards + PACKAGES:= +endef + +$(eval $(call Profile,Generic)) + + diff --git a/target/linux/lantiq/svip_be/profiles/001-lantiq.mk b/target/linux/lantiq/svip_be/profiles/001-lantiq.mk new file mode 100644 index 0000000..5503790 --- /dev/null +++ b/target/linux/lantiq/svip_be/profiles/001-lantiq.mk @@ -0,0 +1,25 @@ +define Profile/EASY336 + NAME:=EASY336 + PACKAGES:= +endef + +define Profile/EASY336/Description + Lantiq EASY336 evalkit +endef + +$(eval $(call Profile,EASY336)) + +define Profile/EASY33016 + NAME:=EASY33016 + PACKAGES:= \ + kmod-ifxos ifx-vos ifx-evtlog svip-switch \ + voice-lib-tapi voice-lib-cli voice-tapi-cli \ + voice-tapi voice-tapidemo-xt voice-vatests voice-vxt voice-xtbox +endef + +define Profile/EASY33016/Description + Lantiq EASY33016 evalkit +endef + +$(eval $(call Profile,EASY33016)) + |