diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-07-31 15:29:27 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-07-31 15:29:27 +0200 |
commit | e15c0d07e15e94e800bd9a0cf3c24f45aeacd89c (patch) | |
tree | cbb864139bb4cb0d98d78e163e3739088b64b747 /target/device/KwikByte | |
parent | 385e9e4ea5d66bb6d7189f818f6b28c3df32f277 (diff) | |
download | buildroot-novena-e15c0d07e15e94e800bd9a0cf3c24f45aeacd89c.tar.gz buildroot-novena-e15c0d07e15e94e800bd9a0cf3c24f45aeacd89c.zip |
target/device: rename program invocation symbol in defconfigs
The symbol is now BR2_PROGRAM_INVOCATION, not BR2_UCLIBC_PROGRAM_INVOCATION.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/KwikByte')
-rw-r--r-- | target/device/KwikByte/kb9202/kb9202_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/KwikByte/kb9202/kb9202_defconfig b/target/device/KwikByte/kb9202/kb9202_defconfig index 636b2145e..45c1c66be 100644 --- a/target/device/KwikByte/kb9202/kb9202_defconfig +++ b/target/device/KwikByte/kb9202/kb9202_defconfig @@ -189,7 +189,7 @@ BR2_UCLIBC_CONFIG="toolchain/uClibc/uClibc-0.9.29.config" BR2_PTHREADS_OLD=y # BR2_PTHREADS_NATIVE is not set # BR2_PTHREAD_DEBUG is not set -# BR2_UCLIBC_PROGRAM_INVOCATION is not set +# BR2_PROGRAM_INVOCATION is not set # # Binutils Options |