slitaz-arm rev 162
Usae camera not cam-setup in tazberry menu
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 02 23:21:37 2014 +0200 (2014-05-02) |
parents | e7a2fc704560 |
children | 6d06acbad1c5 |
files | rpi/tazberry |
line diff
1.1 --- a/rpi/tazberry Fri May 02 22:50:31 2014 +0200 1.2 +++ b/rpi/tazberry Fri May 02 23:21:37 2014 +0200 1.3 @@ -367,8 +367,8 @@ 1.4 --ok-label "Exec" \ 1.5 --cancel-label "TazBerry" \ 1.6 --menu "\nSetup or use a breakout board" ${height} ${width} 14 \ 1.7 -"cam-setup" "$(gettext 'Configure your Pi to use a Camera')" \ 1.8 -"piglow" "$(gettext 'Setup your Pi to use PiGlow')" 2>${tmp} 1.9 +"camera" "$(gettext 'Configure your Pi to use a Camera')" \ 1.10 +"piglow" "$(gettext 'Setup your Pi to use PiGlow')" 2>${tmp} 1.11 1.12 # Handle options 1.13 case "$?" in 1.14 @@ -378,7 +378,7 @@ 1.15 # Handle actions 1.16 action=$(cat $tmp) 1.17 case "$action" in 1.18 - cam-setup) 1.19 + camera) 1.20 picam_setup ;; 1.21 piglow) 1.22 for pkg in python-rpi-pyglow wiringpi-piglow; do