summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPÁLI Gábor János <pali.gabor@gmail.com>2022-02-28 23:27:06 +0100
committerPÁLI Gábor János <pali.gabor@gmail.com>2022-03-01 03:42:22 +0100
commit10753b412aa24bc476db7bc0179fdf05d48d1a51 (patch)
tree3d4cb3850c64cd03c2f6e9bbfd1205dc928c4959 /Makefile
parent4cda29a5b8f695a039d91d6e9d4c1fe7aa9cd55f (diff)
downloadfreebsd-wifibox-alpine-10753b412aa24bc476db7bc0179fdf05d48d1a51.zip
Add support for WPA Supplicant pass-through.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 36e3e85..345fea7 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,7 @@ install:
$(TAR) -xf $(MINIROOTFS) -C $(GUESTDIR)
$(CP) -R guest/etc/* $(GUESTDIR)/etc/
+ $(CP) -R guest/sbin/* $(GUESTDIR)/sbin/
$(ECHO) "VERSION=$(VERSION)" >> $(GUESTDIR)/etc/wifibox-guest
$(MKDIR) -p $(PACKAGEDIR)