Skip to content

Commit

Permalink
gluon p2p support
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Aug 28, 2023
1 parent 69a79fc commit 3442c10
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package/gluon-p2p-support/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=gluon-p2p-support

include ../gluon.mk

define Package/gluon-p2p-support
DEPENDS:=+wpa-supplicant-mini
TITLE:=Package for supporting P2P meshing
endef

define Package/gluon-p2p-support/install
$(INSTALL_DIR) $(1)/lib/gluon/features

touch $(1)/lib/gluon/features/p2p
touch $(1)/lib/gluon/features/p2p
endef

$(eval $(call BuildPackageGluon,gluon-p2p-support))

0 comments on commit 3442c10

Please sign in to comment.