BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005744 [buildroot] Architecture Specific feature always 10-26-08 03:59 10-26-08 14:49
Reporter robang74 View Status public  
Assigned To buildroot
Priority normal Resolution open  
Status assigned   Product Version 0.9.27
Summary 0005744: fb.modes example copied from kernel docs
Description When fbset is compiled and installed in the rootfs an example of /etc/fb.modes from kernel docs should be installed too (if it does not exist yet).
Additional Information FEATURE: see the patch
Attached Files  fbset.mk.patch [^] (513 bytes) 10-26-08 03:59

- Relationships

- Notes
(0014254)
jacmet
10-26-08 04:44

Wouldn't it make more sense to install one of the fb.modes shipped with fbset instead? (etc/fb.modes.*)

Is the cyberblade stuff representable for other gfx chips?
 
(0014274)
robang74
10-26-08 14:49
edited on: 10-26-08 14:56

I thought one example would be enough and I put in the first I found.
Following patch will put in all I have found.

--- package/fbset/fbset.mk (revision 23784)
+++ package/fbset/fbset.mk (working copy)
@@ -31,6 +31,8 @@
     touch -c $@
 
 fbset: uclibc $(TARGET_DIR)/$(FBSET_TARGET_BINARY)
+ $(INSTALL) -m 0644 $(LINUX26_DIR)/Documentation/fb/cyblafb/fb.modes $(TARGET_DIR)/etc/fb.modes.cybla
+ $(INSTALL) -m 0644 $(FBSET_DIR)/etc/fb.modes* $(TARGET_DIR)/etc
 
 fbset-source: $(DL_DIR)/$(FBSET_SOURCE)
 
Sorry but I cannot upload file any more, my FF remain blocked in "waiting for busybox.net..."

 

- Issue History
Date Modified Username Field Change
10-26-08 03:59 robang74 New Issue
10-26-08 03:59 robang74 Status new => assigned
10-26-08 03:59 robang74 Assigned To  => buildroot
10-26-08 03:59 robang74 File Added: fbset.mk.patch
10-26-08 04:04 robang74 Issue Monitored: robang74
10-26-08 04:44 jacmet Note Added: 0014254
10-26-08 14:49 robang74 Note Added: 0014274
10-26-08 14:51 robang74 Note Edited: 0014274
10-26-08 14:55 robang74 Note Edited: 0014274
10-26-08 14:56 robang74 Note Edited: 0014274


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker