aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/svip_le/profiles
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-03-27 13:34:56 +0000
committerJohn Crispin <blogic@openwrt.org>2014-03-27 13:34:56 +0000
commit1eb49f46aba0c6c362bc2eb5b50842961c5f8432 (patch)
treeb9852479c8865b5aeb644150cec5272e017237b7 /target/linux/lantiq/svip_le/profiles
parente0200200b8545275782c871df966f453b2d722b3 (diff)
downloadmaster-187ad058-1eb49f46aba0c6c362bc2eb5b50842961c5f8432.tar.gz
master-187ad058-1eb49f46aba0c6c362bc2eb5b50842961c5f8432.tar.bz2
master-187ad058-1eb49f46aba0c6c362bc2eb5b50842961c5f8432.zip
lantiq: drop old svip folders
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40294 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/svip_le/profiles')
-rw-r--r--target/linux/lantiq/svip_le/profiles/000-generic.mk8
-rw-r--r--target/linux/lantiq/svip_le/profiles/001-lantiq.mk10
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))