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:
parent
8ad5b58bf2
commit
2319c77ae6
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
2
debian/rules
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user