mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
修改默认密码为官网
This commit is contained in:
parent
9386655b02
commit
6bead96227
2 changed files with 34 additions and 3 deletions
32
.gitignore
vendored
32
.gitignore
vendored
|
@ -1,3 +1,29 @@
|
||||||
sdk
|
*.o
|
||||||
source
|
.DS_Store
|
||||||
feeds
|
.*.swp
|
||||||
|
/env
|
||||||
|
/dl
|
||||||
|
/.config
|
||||||
|
/.config.old
|
||||||
|
/bin
|
||||||
|
/build_dir
|
||||||
|
/staging_dir
|
||||||
|
/tmp
|
||||||
|
/logs
|
||||||
|
/feeds
|
||||||
|
/feeds.conf
|
||||||
|
/files
|
||||||
|
/overlay
|
||||||
|
/package/feeds
|
||||||
|
/package/openwrt-packages
|
||||||
|
key-build*
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
|
*~
|
||||||
|
.#*
|
||||||
|
*#
|
||||||
|
.emacs.desktop*
|
||||||
|
TAGS*~
|
||||||
|
git-src
|
||||||
|
.git-credentials
|
||||||
|
/*.log
|
||||||
|
|
5
root/package/base-files/files/etc/shadow
Normal file
5
root/package/base-files/files/etc/shadow
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
root:$1$ie.8vTnt$7EzhI1ZYiwp8hSAC4eSId0:18473:0:99999:7:::
|
||||||
|
daemon:*:0:0:99999:7:::
|
||||||
|
ftp:*:0:0:99999:7:::
|
||||||
|
network:*:0:0:99999:7:::
|
||||||
|
nobody:*:0:0:99999:7:::
|
Loading…
Add table
Add a link
Reference in a new issue