summaryrefslogtreecommitdiff
path: root/strata/cpe-wrt/hostapd.morph
blob: 06887d5cbbacf8f6b2fc86ed3cf9d12cad2fe792 (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" install