From: John Crispin Date: Fri, 4 Jan 2013 09:31:55 +0000 (+0000) Subject: utils/mtd-utils: flash_eraseall must depend on flash_erase X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=6c8e7c0a60a660963584558938b3dc0537f9c2aa;p=openwrt%2Fsvn-archive%2Fpackages.git utils/mtd-utils: flash_eraseall must depend on flash_erase Since a8801d8665bcc94c63a798e291a03c88f2af0215 upstream commit flash_eraseall is a shell wrapper around flash_erase. Signed-off-by: Paul Fertser SVN-Revision: 35004 --- diff --git a/utils/mtd-utils/Makefile b/utils/mtd-utils/Makefile index 18723b141..8fe6d47a5 100644 --- 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 \