File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if [ "${PROJECT}" = "Generic" ]; then
2222fi
2323
2424if [ "${PROJECT}" = "RPi" ]; then
25- PKG_DEPENDS_TARGET+ =" rpi_disable_hdmi_service disable_wifi_powersave"
25+ PKG_DEPENDS_TARGET+ =" rpi_disable_hdmi_service disable_wifi_powersave RPi.GPIO "
2626 if [ "${DEVICE}" != "GPICase" -a "${DEVICE}" != "Pi02GPi" ] ; then
2727 PKG_DEPENDS_TARGET+ =" wii-u-gc-adapter wiringPi mk_arcade_joystick_rpi joycond"
2828 fi
Original file line number Diff line number Diff line change 158158 # for a list of additional drivers see packages/linux-driver-addons
159159 # Space separated list is supported,
160160 DRIVER_ADDONS="crazycat dvb-latest"
161-
162- # additional packages to install:
163- # Space separated list is supported,
164- # e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"
165- ADDITIONAL_PACKAGES+=" RPi.GPIO"
166161
167162 # debug tty path
168163 DEBUG_TTY="/dev/console"
You can’t perform that action at this time.
0 commit comments