From 8170afb4850a37c3eb47b1e749511e0f48205df2 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Thu, 3 Mar 2011 14:51:19 +0800 Subject: [PATCH] update changelog, INSTALL --- INSTALL | 4 ++-- debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) 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