Hi Metin Kaya,

On Mon, Jul 25, 2016 at 09:53:55AM +0300, Metin Kaya wrote:
> @@ -68,6 +86,8 @@
>  
>  #define do_attach (ENABLE_UBIATTACH && applet_name[3] == 'a')
>  #define do_detach (ENABLE_UBIDETACH && applet_name[3] == 'd')
> +#define do_mkblock (ENABLE_UBIMKBLOCK  && applet_name[4] == 'k')
> +#define do_rmblock (ENABLE_UBIRMBLOCK  && applet_name[3] == 'r')

These also match ubimkvol and ubirmvol. You'll probably need to check two 
letters for each applet name now.

>  #define do_mkvol  (ENABLE_UBIMKVOL  && applet_name[3] == 'm')
>  #define do_rmvol  (ENABLE_UBIRMVOL  && applet_name[4] == 'm')
>  #define do_rsvol  (ENABLE_UBIRSVOL  && applet_name[4] == 's')

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - [email protected] - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to