mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-05 18:49:30 +00:00
This reverts commit dde5c729ec92cbb11cf6367d93887e634b0ac756. The uClibc update was completely untested, does not build with Kernel 4.4 and did not adjust the configuration to predeclare new config symbols. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
10 lines
137 B
Plaintext
10 lines
137 B
Plaintext
config UCLIBC_VERSION
|
|
string
|
|
depends on USE_UCLIBC
|
|
default "1.0.14"
|
|
|
|
config UCLIBC_VERSION_NG
|
|
bool
|
|
depends on USE_UCLIBC
|
|
default y
|