summaryrefslogtreecommitdiffstats
path: root/remote/modules/busybox/fbsplash-fillbg.patch
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/busybox/fbsplash-fillbg.patch')
-rw-r--r--remote/modules/busybox/fbsplash-fillbg.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/remote/modules/busybox/fbsplash-fillbg.patch b/remote/modules/busybox/fbsplash-fillbg.patch
index f4ee0f73..51695ba7 100644
--- a/remote/modules/busybox/fbsplash-fillbg.patch
+++ b/remote/modules/busybox/fbsplash-fillbg.patch
@@ -1,5 +1,5 @@
diff --git a/miscutils/fbsplash.c b/miscutils/fbsplash.c
-index 2201108..2195bcc 100644
+index e3a55ca..daea60d 100644
--- a/miscutils/fbsplash.c
+++ b/miscutils/fbsplash.c
@@ -23,11 +23,12 @@
@@ -48,7 +48,7 @@ index 2201108..2195bcc 100644
/**
* Draw image from PPM file
-@@ -418,6 +437,10 @@ static void fb_drawimage(void)
+@@ -420,6 +439,10 @@ static void fb_drawimage(void)
bb_error_msg_and_die("bad PPM file '%s'", G.image_filename);
pixel = pixline;
src = G.addr + (j + yoffset) * G.scr_fix.line_length + xoffset;
@@ -59,7 +59,7 @@ index 2201108..2195bcc 100644
for (i = 0; i < width; i++) {
unsigned thispix = fb_pixel_value(pixel[0], pixel[1], pixel[2]);
fb_write_pixel(src, thispix);
-@@ -482,10 +505,11 @@ int fbsplash_main(int argc UNUSED_PARAM, char **argv)
+@@ -484,10 +507,11 @@ int fbsplash_main(int argc UNUSED_PARAM, char **argv)
fb_device = "/dev/fb0";
cfg_filename = NULL;
fifo_filename = NULL;