summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/NEWS2
-rwxr-xr-ximages/make_boot_img1
2 files changed, 3 insertions, 0 deletions
diff --git a/images/NEWS b/images/NEWS
index 27a4dd4de..3a07f01d9 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,5 @@
+- properly fix FileHandle issue
+
Version 1.45 - 12 October 2009, by Thierry Vignaud
- fix firmware again
diff --git a/images/make_boot_img b/images/make_boot_img
index e7f1fcb4c..359909da2 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -1,6 +1,7 @@
#!/usr/bin/perl
use Config;
+use FileHandle;
use MDK::Common;
Config->import;
my ($arch) = $Config{archname} =~ /(.*?)-/;