diff options
author | John Crispin <john@openwrt.org> | 2014-03-27 13:34:56 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-03-27 13:34:56 +0000 |
commit | defdec0f3a46123513066741424131895b825e7b (patch) | |
tree | aa3ba4b7d9a859aa694c3b590763f19569ccced5 /target/linux/lantiq/svip_be/profiles/001-lantiq.mk | |
parent | 23e3526dc4224c4b0b8559053a4e3d972ce1fd48 (diff) | |
download | upstream-defdec0f3a46123513066741424131895b825e7b.tar.gz upstream-defdec0f3a46123513066741424131895b825e7b.tar.bz2 upstream-defdec0f3a46123513066741424131895b825e7b.zip |
lantiq: drop old svip folders
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40294
Diffstat (limited to 'target/linux/lantiq/svip_be/profiles/001-lantiq.mk')
-rw-r--r-- | target/linux/lantiq/svip_be/profiles/001-lantiq.mk | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/lantiq/svip_be/profiles/001-lantiq.mk b/target/linux/lantiq/svip_be/profiles/001-lantiq.mk deleted file mode 100644 index 5503790aff..0000000000 --- a/target/linux/lantiq/svip_be/profiles/001-lantiq.mk +++ /dev/null @@ -1,25 +0,0 @@ -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)) - |