1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 10:22:48 +02:00

update changelog, INSTALL

This commit is contained in:
Xiangfu Liu 2011-03-03 14:51:19 +08:00
parent 86d8824507
commit 8170afb485
2 changed files with 8 additions and 2 deletions

View File

@ -11,7 +11,7 @@ Build Requirements: libusb-dev, libconfuse-dev
Build and Installation: Build and Installation:
./autogen.sh ./autogen.sh
./configure --enable-firmware --prefix=/usr ./configure --enable-firmware CROSS_COMPILE=mipsel-openwrt-linux- --prefix=/usr --sysconfdir=/etc
make make
make install make install
*) make install will install the 'usbboot' and 'xbboot' binary to /usr/bin/usbboot, *) 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 Please read debian/README.source
Create Source tarball, for example, version is: '201007' 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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
xburst-tools (201103-1) unstable; urgency=low
* add new command `reset`
-- Xiangfu Liu <xiangfu@sharism.cc> Thu, 03 Mar 2011 14:43:59 +0800
xburst-tools (201012-1) unstable; urgency=low xburst-tools (201012-1) unstable; urgency=low
* fix the nerase always erase good blocks, taken from commit fedb6d8 * fix the nerase always erase good blocks, taken from commit fedb6d8