diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-31 13:16:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-31 13:16:22 +0000 |
commit | 30168bcc18c88270f06ef6cf13e5071eb55df2aa (patch) | |
tree | b246609286e079c4900ddd21f9f178fc23d369fd /toolchain/eglibc/Config.in | |
parent | 2b8f1c2d9bcbfd1494b37ecb5b4d5ea2d66440a2 (diff) | |
download | upstream-30168bcc18c88270f06ef6cf13e5071eb55df2aa.tar.gz upstream-30168bcc18c88270f06ef6cf13e5071eb55df2aa.tar.bz2 upstream-30168bcc18c88270f06ef6cf13e5071eb55df2aa.zip |
eglibc: do not prompt for the revision, it is supposed to be changed by developers, not users.
fixes changing the eglibc version in menuconfig without resetting the config
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34029 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc/Config.in')
-rw-r--r-- | toolchain/eglibc/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/eglibc/Config.in b/toolchain/eglibc/Config.in index 82f939b07f..a29dcfc10d 100644 --- a/toolchain/eglibc/Config.in +++ b/toolchain/eglibc/Config.in @@ -17,7 +17,6 @@ endchoice config EGLIBC_REVISION string - prompt "eglibc revision" depends on TOOLCHAINOPTS && USE_EGLIBC default "18909" if EGLIBC_VERSION_2_15 default "19922" if EGLIBC_VERSION_2_16 |