summaryrefslogtreecommitdiffstats
path: root/rules/glibc-ports.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/glibc-ports.in')
-rw-r--r--rules/glibc-ports.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/rules/glibc-ports.in b/rules/glibc-ports.in
deleted file mode 100644
index 639b249..0000000
--- a/rules/glibc-ports.in
+++ /dev/null
@@ -1,24 +0,0 @@
-menuconfig GLIBC_PORTS
- prompt "glibc-ports "
- bool
-
-if GLIBC_PORTS
-
-config GLIBC_PORTS_VERSION
- string
- default "${PTXCONF_GLIBC_VERSION}"
-
-config GLIBC_PORTS_MD5
- string
- prompt "glibc-ports source md5sum"
-
-config GLIBC_PORTS_TIMESTAMP
- string
- default "${PTXCONF_GLIBC_TIMESTAMP}"
-
-config GLIBC_PORTS_SERIES
- string
- prompt "glibc-ports patch series file"
- default "series"
-
-endif