build: Use busybox compatible gzip command line option
commit881d25d78273f1f72deaff7ff4baf29e3a4c7136
authorTobias Klauser <tklauser@distanz.ch>
Sun, 27 Dec 2015 11:48:20 +0000 (27 12:48 +0100)
committerTobias Klauser <tklauser@distanz.ch>
Sun, 27 Dec 2015 11:50:26 +0000 (27 12:50 +0100)
tree5724793c370e9e0f6604bd996b5f094833975abf
parent9dc85a7180864a2e1ac8eb712aee144e834008de
build: Use busybox compatible gzip command line option

gzip from busybox does not understand the '--best' command line option.
Use '-9' instead which is understood by all gzip flavours (checked with
GNU, BSD and busybox).

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Cmds