* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
11 lines
253 B
Makefile
11 lines
253 B
Makefile
# If the system lacks bison or flex, add
|
|
# dependencies to suitable host packages
|
|
|
|
ifeq ($(shell which bison 2>/dev/null),)
|
|
BR2_BISON_HOST_DEPENDENCY = host-bison
|
|
endif
|
|
|
|
ifeq ($(shell which flex 2>/dev/null),)
|
|
BR2_FLEX_HOST_DEPENDENCY = host-flex
|
|
endif
|