diff --git a/INSTALL b/INSTALL index 5189b06..b5e9ef9 100644 --- a/INSTALL +++ b/INSTALL @@ -11,7 +11,7 @@ Build Requirements: libusb-dev, libconfuse-dev Build and Installation: ./autogen.sh - ./configure --enable-firmware --prefix=/usr + ./configure --enable-firmware CROSS_COMPILE=mipsel-openwrt-linux- --prefix=/usr --sysconfdir=/etc make make install *) make install will install the 'usbboot' and 'xbboot' binary to /usr/bin/usbboot, @@ -22,4 +22,4 @@ Buile Debian Package: Please read debian/README.source Create Source tarball, for example, version is: '201007' - git archive -v --format=tar 201007 |bzip2 > ../xburst-tools_201007.tar.bz2 + git archive -v --format=tar 201007 | bzip2 > ../xburst-tools_201007.tar.bz2 diff --git a/debian/changelog b/debian/changelog index dd3dba7..6379943 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xburst-tools (201103-1) unstable; urgency=low + + * add new command `reset` + + -- Xiangfu Liu Thu, 03 Mar 2011 14:43:59 +0800 + xburst-tools (201012-1) unstable; urgency=low * fix the nerase always erase good blocks, taken from commit fedb6d8