packages/utils/psplash/patches/001-hide-msgfield-and-progressbar.patch
mirko 4c09e0b9dc cleanup Makefile, extract image-data, add init-script, replace generic image with a smaller one (320x320)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15812 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-13 07:23:33 +00:00

26 lines
705 B
Diff

diff -ruN psplash.x/psplash.c psplash/psplash.c
--- psplash.x/psplash.c 2009-05-12 10:11:25.000000000 +0200
+++ psplash/psplash.c 2009-05-12 10:24:09.000000000 +0200
@@ -276,17 +276,17 @@
OWRT_IMG_RLE_PIXEL_DATA);
/* Draw progress bar border */
- psplash_fb_draw_image (fb,
+ /* psplash_fb_draw_image (fb,
(fb->width - BAR_IMG_WIDTH)/2,
fb->height - (fb->height/6),
BAR_IMG_WIDTH,
BAR_IMG_HEIGHT,
BAR_IMG_BYTES_PER_PIXEL,
- BAR_IMG_RLE_PIXEL_DATA);
+ BAR_IMG_RLE_PIXEL_DATA); */
- psplash_draw_progress (fb, 0);
+ // psplash_draw_progress (fb, 0);
- psplash_draw_msg (fb, MSG);
+ // psplash_draw_msg (fb, MSG);
psplash_main (fb, pipe_fd, 0);