From 2319c77ae67c563363bf1452f64ea30fa2bebe25 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Thu, 23 Dec 2010 21:29:37 +0800 Subject: [PATCH] update debian/changelog update debian/rules, add CROSS_COMPILE when enable firmware --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 04904b1..dd3dba7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xburst-tools (201012-1) unstable; urgency=low + + * fix the nerase always erase good blocks, taken from commit fedb6d8 + + -- Xiangfu Liu Fri, 24 Dec 2010 13:24:30 +0800 + xburst-tools (201007-1) unstable; urgency=low * Initial release, taken from commit 7b710f3 (Closes: #535429) diff --git a/debian/rules b/debian/rules index 7a76721..6a1b408 100755 --- a/debian/rules +++ b/debian/rules @@ -48,7 +48,7 @@ configure: configure.ac AUTOMAKE="automake --foreign" autoreconf -is firmware: configure - ./configure --enable-firmware + ./configure --enable-firmware CROSS_COMPILE=mipsel-openwrt-linux- $(MAKE) -C usbboot/src \ ../xburst_stage1/xburst_stage1.bin \ ../xburst_stage2/xburst_stage2.bin