Skip to content

Instantly share code, notes, and snippets.

@RanzQ
RanzQ / gist:76e39714de41c62ff228a7b93f4ebfb5
Created February 16, 2017 16:38 — forked from dfkaye/gist:8849940
install make for mysysgit on windows without re-installing msysgit

close git-bash first

download bin-make.exe

put it in programs (x86)/Git/bin as 'make.exe'.

open git-bash $ cd to a temp or bullpen directory

try it:

@RanzQ
RanzQ / raspberrypi2_wpe_custom_defconfig
Last active December 21, 2017 03:32
Buildroot WPE config with RPi 7" touch screen support
# Buildroot raspberrypi2_defconfig
BR2_arm=y
BR2_cortex_a7=y
BR2_ARM_EABIHF=y
BR2_ARM_FPU_NEON_VFPV4=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_TARGET_GENERIC_GETTY_PORT="tty1"