Fwd: ROCK 2.1 linux package question
Clifford Wolf <[email protected]>
| Newsgroups | gmane.linux.distributions.rock.devel |
|---|---|
| Message-ID | <[email protected]> |
Florin, I have forwarded your mail to the rock linux developers mailing list. please ask your questions there. to see the responses, please subscribe to the mailing list at http://www.rocklinux.net/mailman/listinfo/rock-devel or check the mailing lists archives at http://www.rocklinux.net/pipermail/rock-devel/ yours, - clifford ----- Forwarded message from Florin Muntean <[email protected]> ----- Date: Fri, 14 Oct 2005 11:06:39 -0400 From: Florin Muntean <[email protected]> To: [email protected] Subject: ROCK 2.1 linux package question X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,RCVD_BY_IP autolearn=ham version=3.0.0 Hi, I was looking into the linux package from base repository for ROCK 2.1. In config-500.in file I saw this: if [ "$ROCKCFG_PKG_LINUX_HEADERS" = linux24 ]; then pkgfork linux linux26-header stages ---3-----9 fi if [ "$ROCKCFG_PKG_LINUX_HEADERS" = linux26 ]; then pkgfork linux linux24-header stages ---3-----9 fi It is this the desired behavior and why? I was thinking why are you selecting to build the header for a diferent version of kernel in level 3 ? My next question is: How I can select to build all the modules for linux kernel 2.6 I saw that you are using the make no2modules in linux.conf file. # all modules needs to be first so modules can be disabled by i.e. # the targets later echo "Enabling all modules ..." yes '' | eval $MAKE no2modconfig > /dev/null ; cp .config .config.2 This approach will not select all the modules. I found this by trying to have selected the tulip driver for net. Do you have any ideas on how to enable that driver ? For now I did modify the no2modconfig to allmodconfig that selects everything. Thanks, Florin Muntean ----- End forwarded message ----- -- SSSS PPPP L The SPL Programming Language S P P L http://www.clifford.at/spl/ SSSS PPPP L ---------------------------------------------------- S P L An object oriented, stateful, simple, small, c-like, SSSS P LLLL embeddable, feature rich, dynamic scripting language "Backups are for wimps. Real men upload their data to an FTP site and have everyone else mirror it." -- Linus Torvalds