Add symlink to sketch directory in www directory.

Bump image version.
Change sketch extension to svg.
Default printer type to 'ultimaker'.
This commit is contained in:
Wouter R 2013-10-30 20:20:29 +01:00
parent 92628c660f
commit 90439649ab
4 changed files with 6 additions and 2 deletions

View File

@ -116,6 +116,7 @@ endif
### create links elsewhere in the system (autowifi)
$(LN) -s /$(TGT_LUA_DIR_SUFFIX)/script/d3dapi $(1)/www/cgi-bin
$(LN) -s /root/sketches $(1)/www/
endef
define Package/wifibox/postinst

View File

@ -1 +1 @@
0.9.6
0.9.7

View File

@ -15,7 +15,7 @@ local M = {
}
local NUMBER_PAD_WIDTH = 5
local SKETCH_FILE_EXTENSION = 'sketch'
local SKETCH_FILE_EXTENSION = 'svg'
-- creates sketch directory, and sets response to error state on failure

View File

@ -1,3 +1,6 @@
config settings 'system'
option logfile '/tmp/wifibox.log'
option loglevel 'debug'
config settings 'general'
option printer_type 'ultimaker'