From: Michael Büsch Date: Tue, 7 Apr 2009 23:32:15 +0000 (+0000) Subject: Fix dfu-util helptext wrapping X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=da9f61963720d3915fd03ab9895f9fcadb58833e Fix dfu-util helptext wrapping SVN-Revision: 15145 --- diff --git a/utils/dfu-util/Makefile b/utils/dfu-util/Makefile index 2bf62a7645..c490fea136 100644 --- a/utils/dfu-util/Makefile +++ b/utils/dfu-util/Makefile @@ -29,7 +29,9 @@ define Package/dfu-util endef define Package/dfu-util/description - Dfu-util is a program that implements the host side of the USB DFU \ (Universal Serial Bus Device Firmware Upgrade) protocol. \ This version is specifically used to flash the FIC Neo 1973 mobile phone. + Dfu-util is a program that implements the host side of the USB DFU + (Universal Serial Bus Device Firmware Upgrade) protocol. + This version is specifically used to flash the FIC Neo 1973 mobile phone. endef # CONFIGURE_VARS += USB_CFLAGS="-I $(STAGING_DIR)/usr/include" \