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

update debian/changelog

update debian/rules, add CROSS_COMPILE when enable firmware
This commit is contained in:
Xiangfu Liu 2010-12-23 21:29:37 +08:00
parent 8ad5b58bf2
commit 2319c77ae6
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
xburst-tools (201012-1) unstable; urgency=low
* fix the nerase always erase good blocks, taken from commit fedb6d8
-- Xiangfu Liu <xiangfu@sharism.cc> Fri, 24 Dec 2010 13:24:30 +0800
xburst-tools (201007-1) unstable; urgency=low xburst-tools (201007-1) unstable; urgency=low
* Initial release, taken from commit 7b710f3 (Closes: #535429) * Initial release, taken from commit 7b710f3 (Closes: #535429)

2
debian/rules vendored
View File

@ -48,7 +48,7 @@ configure: configure.ac
AUTOMAKE="automake --foreign" autoreconf -is AUTOMAKE="automake --foreign" autoreconf -is
firmware: configure firmware: configure
./configure --enable-firmware ./configure --enable-firmware CROSS_COMPILE=mipsel-openwrt-linux-
$(MAKE) -C usbboot/src \ $(MAKE) -C usbboot/src \
../xburst_stage1/xburst_stage1.bin \ ../xburst_stage1/xburst_stage1.bin \
../xburst_stage2/xburst_stage2.bin ../xburst_stage2/xburst_stage2.bin