summaryrefslogtreecommitdiff
path: root/config/versions/elf2flt.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-06-09 00:23:17 (GMT)
committerAlexey Neyman <stilor@att.net>2017-06-09 00:23:17 (GMT)
commit77ee42dda3dfc92ef2122823568e4bf871564d96 (patch)
tree802a56a27a05326b656def3c42b30da9b961a289 /config/versions/elf2flt.in
parent70a2f4ee157651233870c9a860c7a7bb9218e736 (diff)
Remove accidentally added dir
(it was untracked on a dev branch) Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/versions/elf2flt.in')
-rw-r--r--config/versions/elf2flt.in64
1 files changed, 0 insertions, 64 deletions
diff --git a/config/versions/elf2flt.in b/config/versions/elf2flt.in
deleted file mode 100644
index 20d5e6a..0000000
--- a/config/versions/elf2flt.in
+++ /dev/null
@@ -1,64 +0,0 @@
-#
-# DO NOT EDIT! This file is automatically generated.
-#
-
-
-choice
- bool "Source of elf2flt"
-
-config ELF2FLT_SRC_DEVEL
- bool "Vendor repository"
- help
- Check out from vendor repository at:
- https://github.com/uclinux-dev/elf2flt.git
-
-if ELF2FLT_SRC_DEVEL
-
-config ELF2FLT_DEVEL_VCS
- string
- default "git"
-
-config ELF2FLT_DEVEL_URL
- string
- default "https://github.com/uclinux-dev/elf2flt.git"
-
-config ELF2FLT_DEVEL_BRANCH
- string "Branch to check out"
- default "master"
- help
- Git: branch to be checked out
- Subversion: directories to append to the repository URL.
-
-config ELF2FLT_DEVEL_REVISION
- string "Revision/changeset"
- default "6d80ab6c93409e796f85da404bde84b841231531"
- help
- Commit ID or revision ID to check out.
-
-endif
-
-config ELF2FLT_SRC_CUSTOM
- bool "Custom location"
- depends on EXPERIMENTAL
- help
- Custom directory or tarball.
-
-if ELF2FLT_SRC_CUSTOM
-
-config ELF2FLT_CUSTOM_LOCATION
- string "Custom source location"
- help
- Path to the directory or tarball with the sources.
-
-endif
-
-endchoice
-
-
-
-
-config ELF2FLT_VERSION
- string
- default "unknown"
-
-