diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -9,3 +9,11 @@ build: cp ../config src/wpa_supplicant/.config oh-autobuild -B src/wpa_supplicant/ touch $@ + +install: build + oh-autoinstall -B src/wpa_supplicant/ -- \ + LIBDIR=/usr/lib/$(OPK_HOST_ARCH) \ + BINDIR=/usr/sbin + oh-fixperms + oh-strip + oh-installfiles |