2013-05-02 16:29:29 +02:00
|
|
|
# Doodle3D Wifibox configuration
|
|
|
|
#menu "Configuration"
|
|
|
|
# depends on PACKAGE_wifibox
|
|
|
|
|
|
|
|
config WIFIBOX_DEVEL_PACKAGE
|
|
|
|
depends on PACKAGE_wifibox
|
|
|
|
bool "Enable development aids"
|
|
|
|
default n
|
|
|
|
help
|
2013-07-12 17:26:12 +02:00
|
|
|
Enable development features (currently two shell aliases for convenience,
|
|
|
|
see /root/.profile and a test interface for the REST API).
|
2013-05-03 01:09:46 +02:00
|
|
|
|
|
|
|
config WIFIBOX_AP_SSID
|
|
|
|
depends on PACKAGE_wifibox
|
|
|
|
string "AP mode SSID"
|
2013-07-12 17:26:12 +02:00
|
|
|
default "d3d-ap-%%MAC_TAIL%%"
|
2013-05-03 01:09:46 +02:00
|
|
|
help
|
|
|
|
The SSID the device will use when switching into access point mode.
|
|
|
|
Note: the Lua scripts do not actually use this yet.
|
|
|
|
|
|
|
|
config WIFIBOX_INIT_PRIORITY
|
|
|
|
depends on PACKAGE_wifibox
|
|
|
|
int "Init-script priority"
|
|
|
|
default "18"
|
|
|
|
help
|
|
|
|
The priority given to the auto-wifi init-script.
|
|
|
|
|
|
|
|
config WIFIBOX_WIRELESS_DEVICE
|
|
|
|
depends on PACKAGE_wifibox
|
|
|
|
string "Physical wireless device name"
|
|
|
|
default "radio0"
|
|
|
|
help
|
|
|
|
The wireless device name used in the UCI wireless configuration ('radio0'
|
|
|
|
on the supported TP-Link devices with a recent OpenWRT version).
|
2013-05-02 16:29:29 +02:00
|
|
|
|
|
|
|
#endmenu
|