Update Makefile and Config.in to handle/describe new www directory and API test interface properly.

This commit is contained in:
Wouter R
2013-07-12 17:26:12 +02:00
parent 9dd2928755
commit 80fdadde47
2 changed files with 13 additions and 13 deletions
+3 -4
View File
@@ -7,14 +7,13 @@
bool "Enable development aids"
default n
help
Enable development features (currently a script to copy and zip all relevant
code for updating the git repository, and two shell aliases for convenience,
see /root/.profile).
Enable development features (currently two shell aliases for convenience,
see /root/.profile and a test interface for the REST API).
config WIFIBOX_AP_SSID
depends on PACKAGE_wifibox
string "AP mode SSID"
default "d3d-ap"
default "d3d-ap-%%MAC_TAIL%%"
help
The SSID the device will use when switching into access point mode.
Note: the Lua scripts do not actually use this yet.