View Single Post
Old 08-17-2012, 07:55 PM   #65
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
A quick eyeball comparison of what modinfo thinks about an internal module and a recreated one using the BR - lab126 method

[root@kindle root]# modinfo fuse
Code:
filename:       /lib/modules/2.6.26-rt-lab126/kernel/fs/fuse/fuse.ko
alias:          char-major-10-229
license:        GPL
description:    Filesystem in Userspace
author:         Miklos Szeredi <miklos@szeredi.hu>
depends:        
vermagic:       2.6.26-rt-lab126 mod_unload modversions ARMv6
[root@kindle root]# modinfo /mnt/us/modules/fuse.ko
Code:
filename:       /mnt/us/modules/fuse.ko
alias:          char-major-10-229
author:         Miklos Szeredi <miklos@szeredi.hu>
description:    Filesystem in Userspace
license:        GPL
vermagic:       2.6.26-rt-lab126 mod_unload modversions ARMv6 
depends:
Looks like it will swallow that.
twobob is offline   Reply With Quote