Major changes to enable much more wifi information
This commit is contained in:
parent
8e67b46173
commit
577a0e2d36
19 changed files with 1337 additions and 726 deletions
|
@ -1,9 +1,12 @@
|
|||
all : execute_reflash page.dat push
|
||||
|
||||
IP?=192.168.4.1
|
||||
|
||||
mfsmaker : mfsmaker.c
|
||||
gcc -o $@ $^
|
||||
|
||||
page.dat : mfsmaker page
|
||||
# cat to_compress/*.js | gzip -9 > page/compressed.js.gz
|
||||
./mfsmaker page page.dat
|
||||
|
||||
pushtodev : pushtodev.c
|
||||
|
@ -13,7 +16,7 @@ execute_reflash : execute_reflash.c md5.c
|
|||
gcc -o $@ $^
|
||||
|
||||
push : pushtodev page.dat
|
||||
./pushtodev 192.168.4.1 1048576 page.dat
|
||||
./pushtodev $(IP) 1048576 page.dat
|
||||
|
||||
clean :
|
||||
rm -rf mfsmaker page.dat pushtodev execute_reflash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue