diff options
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index ee0b2a4..5b0c61e 100755 --- a/tools/configure +++ b/tools/configure @@ -3659,7 +3659,7 @@ export MEMORYSIZE=${memory} export BUILDDATE:=\$(shell date -u +'-DYEAR=%Y -DMONTH=%m -DDAY=%d') export MKFIRMWARE=${tool} export BMP2RB_MONO=${bmp2rb_mono} -export BMP2RB_NATIVE=${bmp2fb_native} +export BMP2RB_NATIVE=${bmp2rb_native} export BMP2RB_REMOTEMONO=${bmp2rb_remotemono} export BMP2RB_REMOTENATIVE=${bmp2rb_remotenative} export BINARY=${output} |