summaryrefslogtreecommitdiffstats
path: root/rules/glibc-ports.in
blob: 95d0365d09c61818da2231a55387fdba44aec88c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
menuconfig GLIBC_PORTS
	prompt "glibc-ports                 "
	bool

config GLIBC_PORTS_VERSION
	depends on GLIBC_PORTS
	string
	default "${PTXCONF_GLIBC_VERSION}"

config GLIBC_PORTS_TIMESTAMP
	depends on GLIBC_PORTS
	string
	default "${PTXCONF_GLIBC_TIMESTAMP}"

config GLIBC_PORTS_SERIES
	depends on GLIBC_PORTS
	string
	prompt "glibc-ports patch series file"
	default "series"