e729b81312
Add a package for handling upgrade-scripts speific for the WAN radio operation. This way, the config mode interface can be removed seperately from the core functionality to perform tasks on system upgrade. This can be useful when the setup-mode is removed entirely for space preservation.
14 lines
279 B
Makefile
14 lines
279 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=gluon-private-wifi
|
|
PKG_VERSION:=1
|
|
|
|
include ../gluon.mk
|
|
|
|
define Package/gluon-private-wifi
|
|
TITLE:=Provides a virtual access point for the nodes WAN network
|
|
DEPENDS:=+gluon-core
|
|
endef
|
|
|
|
$(eval $(call BuildPackageGluon,gluon-private-wifi))
|