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_le/profiles | |
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_le/profiles')
-rw-r--r-- | target/linux/lantiq/svip_le/profiles/000-generic.mk | 8 | ||||
-rw-r--r-- | target/linux/lantiq/svip_le/profiles/001-lantiq.mk | 10 |
2 files changed, 0 insertions, 18 deletions
diff --git a/target/linux/lantiq/svip_le/profiles/000-generic.mk b/target/linux/lantiq/svip_le/profiles/000-generic.mk deleted file mode 100644 index 731e4fce5a..0000000000 --- a/target/linux/lantiq/svip_le/profiles/000-generic.mk +++ /dev/null @@ -1,8 +0,0 @@ -define Profile/Generic - NAME:=Generic - all boards - PACKAGES:= -endef - -$(eval $(call Profile,Generic)) - - diff --git a/target/linux/lantiq/svip_le/profiles/001-lantiq.mk b/target/linux/lantiq/svip_le/profiles/001-lantiq.mk deleted file mode 100644 index dd6150e126..0000000000 --- a/target/linux/lantiq/svip_le/profiles/001-lantiq.mk +++ /dev/null @@ -1,10 +0,0 @@ -define Profile/EASY336 - NAME:=EASY336 - PACKAGES:= -endef - -define Profile/EASY336/Description - Lantiq EASY336 evalkit -endef - -$(eval $(call Profile,EASY336)) |