History log of /freebsd-current/tools/bsdbox/Makefile.hostapd
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# fd239e7f 27-Aug-2018 Kyle Evans <kevans@FreeBSD.org>

Fix bsdbox build WITH_OFED

hostapd requires libpcap, which links against libmlx5 and libibverbs when
building WITH_OFED. These were not pulled in to bsdbox and most bsdbox
builds were WITHOUT_OFED up until recently, so it was not noticed.

Approved by: re (gjb)


# 0f55c465 29-Aug-2012 Adrian Chadd <adrian@FreeBSD.org>

For now, disable building wpa_supplicant.

My 4MB flash builds can't handle the bloat.


# 6b1dcfcd 05-Jan-2012 Adrian Chadd <adrian@FreeBSD.org>

Import the first cut of "bsdbox".

This uses the existing crunchgen infrastructure to build
a series of tools designed to replace the base and networking
tools on an embedded system.

It reuses 'bsd.crunchgen.mk' to drive the actual file
creation. The rescue build system also uses this.

Unlike busybox, it doesn't include its own source - instead,
it just builds from the sources in /usr/src/ and leverages
the existing BSD framework.

Thie is still quite messy and could do with a whole lot of
cleaning up. However it is proving to be very useful with
my current build framework, allowing me to build binary root
images that are about 30% less than simply cherrypicking files
and libraries from an installworld.