projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cd1b0a
)
utils/mtd-utils: flash_eraseall must depend on flash_erase
author
John Crispin
<john@openwrt.org>
Fri, 4 Jan 2013 09:31:55 +0000
(09:31 +0000)
committer
John Crispin
<john@openwrt.org>
Fri, 4 Jan 2013 09:31:55 +0000
(09:31 +0000)
Since
a8801d8665bcc94c63a798e291a03c88f2af0215
upstream commit
flash_eraseall is a shell wrapper around flash_erase.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 35004
utils/mtd-utils/Makefile
patch
|
blob
|
history
diff --git
a/utils/mtd-utils/Makefile
b/utils/mtd-utils/Makefile
index 18723b14129c637941843b83e0c14cc2d9746eb5..8fe6d47a5180c821d7f36b38c0552d390f9e8edd 100644
(file)
--- a/
utils/mtd-utils/Makefile
+++ b/
utils/mtd-utils/Makefile
@@
-27,7
+27,7
@@
FILES:= \
doc_loadbios \
docfdisk \
flash_erase \
- flash_eraseall \
+ flash_eraseall
:+mtd-utils-flash-erase
\
flash_info \
flash_lock \
flash_otp_dump \