summaryrefslogtreecommitdiff
path: root/strata/cpe-wrt/hostapd.morph
blob: 4a3d683d11e74db69d40ab4a07568834ccc3b2f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: hostapd
kind: chunk

configure-commands:
- cp files/hostapd-full.config hostapd/.config
- echo "CONFIG_LIBNL_TINY=y" >> hostapd/.config
- echo "CFLAGS += -I/usr/include/libnl-tiny -DLIBNL1_COMPAT -D_GNU_SOURCE" >> hostapd/.config

build-commands:
- make -C hostapd

install-commands:
- make -C hostapd DESTDIR="$DESTDIR" BINDIR="$PREFIX"/sbin install