From 5f28455c6efe9c86d96d216a5bdc7f6db3e85780 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 14 Nov 2003 03:11:29 +0000 Subject: Oskar Liljeblad writes: Here's a fix for the hard-coded device name in fbset. --- util-linux/fbset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/fbset.c') diff --git a/util-linux/fbset.c b/util-linux/fbset.c index f66ebe546..b5f57b1e4 100644 --- a/util-linux/fbset.c +++ b/util-linux/fbset.c @@ -35,7 +35,7 @@ #include #include "busybox.h" -#define DEFAULTFBDEV "/dev/fb0" +#define DEFAULTFBDEV FB_0 #define DEFAULTFBMODE "/etc/fb.modes" static const int OPT_CHANGE = (1 << 0); -- cgit v1.2.3