diff options
| author | Andrea Galbusera <gizero@gmail.com> | 2017-04-04 19:35:50 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-04-05 16:35:21 +0100 |
| commit | d0c152d7f88d9d0d6c85904c6143a189f3caa380 (patch) | |
| tree | fc476f77803c204dc9bdbccf183fc5c68850112b /README | |
| parent | da32aac453da278e254d37b816602410af85d162 (diff) | |
| download | meta-raspberrypi-d0c152d7f88d9d0d6c85904c6143a189f3caa380.tar.gz | |
rpi-config: fix invalid shell variable name
Commit da32aac introduced an invalid shell variable name in do_deploy():
according to bash manpage variable names cannot contain dots. Replace
dot with underscore to fix it.
Signed-off-by: Andrea Galbusera <gizero@gmail.com>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -247,7 +247,7 @@ List of currently supported models: | |||
| 247 | If you would like to use the Waveshare "C" 1024×600, 7 inch Capacitive Touch | 247 | If you would like to use the Waveshare "C" 1024×600, 7 inch Capacitive Touch |
| 248 | Screen LCD, HDMI interface (http://www.waveshare.com/7inch-HDMI-LCD-C.htm) | 248 | Screen LCD, HDMI interface (http://www.waveshare.com/7inch-HDMI-LCD-C.htm) |
| 249 | Rev 2.1, please set the following in your local.conf | 249 | Rev 2.1, please set the following in your local.conf |
| 250 | WAVESHARE_1024X600_C_2.1 = "1" | 250 | WAVESHARE_1024X600_C_2_1 = "1" |
| 251 | 251 | ||
| 252 | 3.P. Enable UART | 252 | 3.P. Enable UART |
| 253 | =============== | 253 | =============== |
