summaryrefslogtreecommitdiff
path: root/config/versions/elf2flt.in
diff options
context:
space:
mode:
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"
-
-