diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2017-07-06 18:26:23 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2017-07-22 23:29:50 +0200 |
commit | d72371e42bd5b8738a75a75d970bc73b90cd9839 (patch) | |
tree | f7bfcbc047ebaad3ab6635cd362a10e3c67e236f /tools/firmware-utils/Makefile | |
parent | 2ad294677768b0f8b7021aa4d2b9887d187cdcca (diff) | |
download | upstream-d72371e42bd5b8738a75a75d970bc73b90cd9839.tar.gz upstream-d72371e42bd5b8738a75a75d970bc73b90cd9839.tar.bz2 upstream-d72371e42bd5b8738a75a75d970bc73b90cd9839.zip |
firmware-utils: drop mktplinkfw-kernel tool
As we can now use combined mode in "mktplinkfw" tool to generate the
same header/image, this tool is no longer needed.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r-- | tools/firmware-utils/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index 883a7ad4b3..4f1f8d70f5 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -41,7 +41,6 @@ define Host/Compile $(call cc,mkplanexfw sha1) $(call cc,mktplinkfw md5, -Wall) $(call cc,mktplinkfw2 md5) - $(call cc,mktplinkfw-kernel) $(call cc,tplink-safeloader md5, -Wall) $(call cc,pc1crypt) $(call cc,osbridge-crc) |