mirror of
https://github.com/brain-hackers/brain-config.git
synced 2025-01-03 18:10:07 +09:00
Menu option to toggle device tree removed.
This commit is contained in:
parent
2c138cf97e
commit
4636bd50fc
30
raspi-config
30
raspi-config
@ -1333,14 +1333,13 @@ do_advanced_menu() {
|
|||||||
"A2 Hostname" "Set the visible name for this Pi on a network" \
|
"A2 Hostname" "Set the visible name for this Pi on a network" \
|
||||||
"A3 Memory Split" "Change the amount of memory made available to the GPU" \
|
"A3 Memory Split" "Change the amount of memory made available to the GPU" \
|
||||||
"A4 SSH" "Enable/Disable remote command line access to your Pi using SSH" \
|
"A4 SSH" "Enable/Disable remote command line access to your Pi using SSH" \
|
||||||
"A5 Device Tree" "Enable/Disable the use of Device Tree" \
|
"A5 SPI" "Enable/Disable automatic loading of SPI kernel module (needed for e.g. PiFace)" \
|
||||||
"A6 SPI" "Enable/Disable automatic loading of SPI kernel module (needed for e.g. PiFace)" \
|
"A6 I2C" "Enable/Disable automatic loading of I2C kernel module" \
|
||||||
"A7 I2C" "Enable/Disable automatic loading of I2C kernel module" \
|
"A7 Serial" "Enable/Disable shell and kernel messages on the serial connection" \
|
||||||
"A8 Serial" "Enable/Disable shell and kernel messages on the serial connection" \
|
"A8 Audio" "Force audio out through HDMI or 3.5mm jack" \
|
||||||
"A9 Audio" "Force audio out through HDMI or 3.5mm jack" \
|
"A9 GL Driver" "Enable/Disable experimental desktop GL driver" \
|
||||||
"AA GL Driver" "Enable/Disable experimental desktop GL driver" \
|
"AA 1-Wire" "Enable/Disable one-wire interface" \
|
||||||
"AB 1-Wire" "Enable/Disable one-wire interface" \
|
"AB GPIO Server" "Enable/Disable remote access to GPIO pins" \
|
||||||
"AC GPIO Server" "Enable/Disable remote access to GPIO pins" \
|
|
||||||
"A0 Update" "Update this tool to the latest version" \
|
"A0 Update" "Update this tool to the latest version" \
|
||||||
3>&1 1>&2 2>&3)
|
3>&1 1>&2 2>&3)
|
||||||
RET=$?
|
RET=$?
|
||||||
@ -1352,14 +1351,13 @@ do_advanced_menu() {
|
|||||||
A2\ *) do_change_hostname ;;
|
A2\ *) do_change_hostname ;;
|
||||||
A3\ *) do_memory_split ;;
|
A3\ *) do_memory_split ;;
|
||||||
A4\ *) do_ssh ;;
|
A4\ *) do_ssh ;;
|
||||||
A5\ *) do_devicetree ;;
|
A5\ *) do_spi ;;
|
||||||
A6\ *) do_spi ;;
|
A6\ *) do_i2c ;;
|
||||||
A7\ *) do_i2c ;;
|
A7\ *) do_serial ;;
|
||||||
A8\ *) do_serial ;;
|
A8\ *) do_audio ;;
|
||||||
A9\ *) do_audio ;;
|
A9\ *) do_gldriver ;;
|
||||||
AA\ *) do_gldriver ;;
|
AA\ *) do_onewire ;;
|
||||||
AB\ *) do_onewire ;;
|
AB\ *) do_gpiosec ;;
|
||||||
AC\ *) do_gpiosec ;;
|
|
||||||
A0\ *) do_update ;;
|
A0\ *) do_update ;;
|
||||||
*) whiptail --msgbox "Programmer error: unrecognized option" 20 60 1 ;;
|
*) whiptail --msgbox "Programmer error: unrecognized option" 20 60 1 ;;
|
||||||
esac || whiptail --msgbox "There was an error running option $FUN" 20 60 1
|
esac || whiptail --msgbox "There was an error running option $FUN" 20 60 1
|
||||||
|
Loading…
Reference in New Issue
Block a user