c22956ca55
This adds a new package which allows configuration of Gluons cellular WWAN capabilities using the configuration mode. This way, a user can enter APN information as well as the SIM PIN and enable / disable the functionality. Signed-off-by: David Bauer <mail@david-bauer.net>
13 lines
241 B
Makefile
13 lines
241 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=gluon-web-cellular
|
|
|
|
include ../gluon.mk
|
|
|
|
define Package/gluon-web-cellular
|
|
DEPENDS:=+gluon-web-admin
|
|
TITLE:=UI for activating cellular WAN
|
|
endef
|
|
|
|
$(eval $(call BuildPackageGluon,gluon-web-cellular))
|