Daniel Klaffenbach dixit: >* To compile you either have to set mknod suid root or you have to be root for >building lirc.
This is out of policy, FreeWRT must be built as non-root. >Can anbody tell me how to create and copy device nodes (maybe with the >Makefile) without being root? If this uses device nodes, there is something wrong anyway. FreeWRT can be built on non-GNU/Linux (currently the BSDs, with Cygwin planned… for some unknown future), so it cannot access the device nodes anyway. It is relatively easy to create them, the 2.4 device series use devfs, which is what the WL-500gP uses, and the 2.6 series use a MAKEDEV shell script, which could easily be patched, and mdev or udev. bye, //mirabilos -- Sometimes they [people] care too much: pretty printers [and syntax highligh- ting, d.A.] mechanically produce pretty output that accentuates irrelevant detail in the program, which is as sensible as putting all the prepositions in English text in bold font. -- Rob Pike in "Notes on Programming in C" _______________________________________________ freewrt-developers mailing list [email protected] https://www.freewrt.org/lists/listinfo/freewrt-developers
