projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d990f80
)
scripts: eva_ramboot.py: remove unused import
author
Jan-Niklas Burfeind
<git@aiyionpri.me>
Tue, 26 Oct 2021 11:25:03 +0000
(13:25 +0200)
committer
Christian Lamparter
<chunkeey@gmail.com>
Sat, 30 Oct 2021 13:00:22 +0000
(15:00 +0200)
concludes:
commit
e7bc8984d9ca
("scripts: make eva_ramboot.py offset configurable")
Signed-off-by: Jan-Niklas Burfeind <git@aiyionpri.me>
scripts/flashing/eva_ramboot.py
patch
|
blob
|
history
diff --git
a/scripts/flashing/eva_ramboot.py
b/scripts/flashing/eva_ramboot.py
index b182f09d21c7232b5cc66d9fdefa489c523bc60f..365fceecf626fba4f34afe3e9d75ca40b9e2d15f 100755
(executable)
--- a/
scripts/flashing/eva_ramboot.py
+++ b/
scripts/flashing/eva_ramboot.py
@@
-3,7
+3,6
@@
import argparse
from ftplib import FTP
-from sys import argv
from os import stat
parser = argparse.ArgumentParser(description='Tool to boot AVM EVA ramdisk images.')