|
@@ -20,6 +20,10 @@ choice
|
|
bool "uClibc 0.9.33.x"
|
|
bool "uClibc 0.9.33.x"
|
|
depends on !(BR2_arc || BR2_avr32 || BR2_xtensa)
|
|
depends on !(BR2_arc || BR2_avr32 || BR2_xtensa)
|
|
|
|
|
|
|
|
+ config BR2_UCLIBC_VERSION_XTENSA_GIT
|
|
|
|
+ bool "uClibc Git Xtensa"
|
|
|
|
+ depends on BR2_xtensa
|
|
|
|
+
|
|
config BR2_UCLIBC_VERSION_SNAPSHOT
|
|
config BR2_UCLIBC_VERSION_SNAPSHOT
|
|
bool "daily snapshot"
|
|
bool "daily snapshot"
|
|
depends on !(BR2_arc)
|
|
depends on !(BR2_arc)
|
|
@@ -39,6 +43,7 @@ config BR2_UCLIBC_VERSION_STRING
|
|
default 0.9.32.1 if BR2_UCLIBC_VERSION_0_9_32
|
|
default 0.9.32.1 if BR2_UCLIBC_VERSION_0_9_32
|
|
default 0.9.33.2 if BR2_UCLIBC_VERSION_0_9_33
|
|
default 0.9.33.2 if BR2_UCLIBC_VERSION_0_9_33
|
|
default "9f0f466d3b17181ce88be36ce24a775774fe686c" if BR2_arc
|
|
default "9f0f466d3b17181ce88be36ce24a775774fe686c" if BR2_arc
|
|
|
|
+ default "3a3ad3dfc10876b3648369f22df8fc06661ddef0" if BR2_UCLIBC_VERSION_XTENSA_GIT
|
|
default BR2_USE_UCLIBC_SNAPSHOT if BR2_UCLIBC_VERSION_SNAPSHOT
|
|
default BR2_USE_UCLIBC_SNAPSHOT if BR2_UCLIBC_VERSION_SNAPSHOT
|
|
|
|
|
|
config BR2_UCLIBC_CONFIG
|
|
config BR2_UCLIBC_CONFIG
|
|
@@ -48,6 +53,7 @@ config BR2_UCLIBC_CONFIG
|
|
default "package/uclibc/uClibc-0.9.33.config" if BR2_UCLIBC_VERSION_0_9_33
|
|
default "package/uclibc/uClibc-0.9.33.config" if BR2_UCLIBC_VERSION_0_9_33
|
|
default "package/uclibc/uClibc-snapshot.config" if BR2_arc
|
|
default "package/uclibc/uClibc-snapshot.config" if BR2_arc
|
|
default "package/uclibc/uClibc-snapshot.config" if BR2_UCLIBC_VERSION_SNAPSHOT
|
|
default "package/uclibc/uClibc-snapshot.config" if BR2_UCLIBC_VERSION_SNAPSHOT
|
|
|
|
+ default "package/uclibc/uClibc-snapshot.config" if BR2_UCLIBC_VERSION_XTENSA_GIT
|
|
help
|
|
help
|
|
Some people may wish to use their own modified uClibc configuration
|
|
Some people may wish to use their own modified uClibc configuration
|
|
file and will specify their config file location with this option.
|
|
file and will specify their config file location with this option.
|