501c3b38bb
adds a section to the wizard for outdoor capable devices that informs the user of of the regulatory situation and allows a quick toggle of the outdoor mode.
14 lines
318 B
Makefile
14 lines
318 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=gluon-config-mode-outdoor
|
|
PKG_VERSION:=1
|
|
|
|
include ../gluon.mk
|
|
|
|
define Package/gluon-config-mode-outdoor
|
|
TITLE:=UI for displaying & changing the outdoor mode flag in the wizard
|
|
DEPENDS:=+gluon-config-mode-core
|
|
endef
|
|
|
|
$(eval $(call BuildPackageGluon,gluon-config-mode-outdoor))
|