mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 02:53:49 +01:00
Add directory with extra scripts and device files; add gitignore.
This commit is contained in:
parent
1f4ccb6787
commit
5dd134caeb
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
extra/backup
|
||||
misc
|
10
extra/compare-backup.sh
Executable file
10
extra/compare-backup.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
BACKUP_BASENAME=d3d-wifibox-backup
|
||||
BACKUP_FILE=$BACKUP_BASENAME.tar.gz
|
||||
REPO_PATH=../../src
|
||||
BKP_PATH=$BACKUP_BASENAME/lua/autowifi
|
||||
|
||||
cd backup
|
||||
tar xzvf $BACKUP_FILE
|
||||
opendiff $REPO_PATH $BKP_PATH
|
15
extra/wifibox-restore-files/etc/banner
Normal file
15
extra/wifibox-restore-files/etc/banner
Normal file
@ -0,0 +1,15 @@
|
||||
_______ ________ __
|
||||
| |.-----.-----.-----.| | | |.----.| |_
|
||||
| - || _ | -__| || | | || _|| _|
|
||||
|_______|| __|_____|__|__||________||__| |____|
|
||||
|__| W I R E L E S S F R E E D O M
|
||||
-----------------------------------------------------
|
||||
BARRIER BREAKER (Bleeding Edge, r36032)
|
||||
-----------------------------------------------------
|
||||
* 1/2 oz Galliano Pour all ingredients into
|
||||
* 4 oz cold Coffee an irish coffee mug filled
|
||||
* 1 1/2 oz Dark Rum with crushed ice. Stir.
|
||||
* 2 tsp. Creme de Cacao
|
||||
-----------------------------------------------------
|
||||
|
||||
d3d-wifi test box #2
|
11
extra/wifibox-restore-files/etc/sysupgrade.conf
Normal file
11
extra/wifibox-restore-files/etc/sysupgrade.conf
Normal file
@ -0,0 +1,11 @@
|
||||
## This file contains files and directories that should
|
||||
## be preserved during an upgrade.
|
||||
|
||||
# /etc/example.conf
|
||||
# /etc/openvpn/
|
||||
|
||||
/etc
|
||||
/usr/share/lua/autowifi
|
||||
/www/admin
|
||||
/www/cgi-bin/wfcf
|
||||
/root
|
2
extra/wifibox-restore-files/root/.profile
Normal file
2
extra/wifibox-restore-files/root/.profile
Normal file
@ -0,0 +1,2 @@
|
||||
alias d='ls -la --color=auto'
|
||||
alias wfcfr='/usr/share/lua/autowifi/ext/wfcf'
|
Loading…
Reference in New Issue
Block a user