To make a recovery update (as opposed to OTA update) you need to create an "FB01" file. For that, change the third parameter in the make_bin() call to 1:
Code:
make_bin("update_"+name, filelist, 1, kver)
I cannot test it as I don't have a K2 but it should work.