diff options
Diffstat (limited to 'util-linux')
| -rw-r--r-- | util-linux/fbset.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 35 | #include <sys/ioctl.h> | 35 | #include <sys/ioctl.h> |
| 36 | #include "busybox.h" | 36 | #include "busybox.h" |
| 37 | 37 | ||
| 38 | #define DEFAULTFBDEV "/dev/fb0" | 38 | #define DEFAULTFBDEV FB_0 |
| 39 | #define DEFAULTFBMODE "/etc/fb.modes" | 39 | #define DEFAULTFBMODE "/etc/fb.modes" |
| 40 | 40 | ||
| 41 | static const int OPT_CHANGE = (1 << 0); | 41 | static const int OPT_CHANGE = (1 << 0); |
