buildroot/package/rpi-firmware
Peter Korsgaard 41276ae12a rpi-firmware: unbreak _INSTALL_VCDBG logic
Commit d16b32a401 (package/rpi-firmware: add option to install vcdbg) added
a sub option to install the vcdbg tool, but the commit unfortunately
contained two errors:

- The package sets _INSTALL_TARGET = NO, so the _TARGET_CMDS are never used
- The install command used -d (handle arguments as directories) instead of
  -D (create needed directories)

Fix these issues.

Cc: yann.morin.1998@free.fr
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-03-15 16:43:10 +01:00
..
cmdline.txt
Config.in
config.txt
mkknlimg
rpi-firmware.mk rpi-firmware: unbreak _INSTALL_VCDBG logic 2016-03-15 16:43:10 +01:00