[leaf-commits] src/bering-uclibc4/source/kmodules buildtool.cfg, 1.2, 1.3 buildtool.mk, 1.1.1.1, 1.2 common.cfg, 1.10, 1.11
Andrew <[email protected]>
| Newsgroups | gmane.linux.leaf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/leaf/src/bering-uclibc4/source/kmodules In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20935 Modified Files: buildtool.cfg buildtool.mk common.cfg Log Message: multi-kernel support, ipv6 out-of-box Index: common.cfg =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc4/source/kmodules/common.cfg,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** common.cfg 16 Oct 2010 11:14:30 -0000 1.10 --- common.cfg 31 Oct 2010 23:12:48 -0000 1.11 *************** *** 12,15 **** --- 12,21 ---- </File> <File> + Source = lib/modules/__KVER__/kernel/net/ipv6/*.ko + Filename = lib/modules/ + Type = binary + Permissions = 644 + </File> + <File> Source = lib/modules/__KVER__/kernel/net/netfilter/*.ko Filename = lib/modules/ *************** *** 18,21 **** --- 24,33 ---- </File> <File> + Source = lib/modules/__KVER__/kernel/net/ipv6/netfilter/*.ko + Filename = lib/modules/ + Type = binary + Permissions = 644 + </File> + <File> Source = lib/modules/__KVER__/kernel/net/8021q/8021q.ko Filename = lib/modules/8021q.ko Index: buildtool.cfg =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc4/source/kmodules/buildtool.cfg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** buildtool.cfg 18 Jul 2010 16:45:38 -0000 1.2 --- buildtool.cfg 31 Oct 2010 23:12:48 -0000 1.3 *************** *** 12,17 **** <Package> ! <moddb> ! Version = __KVER__ Revision = 1 --- 12,17 ---- <Package> ! <moddb-i686> ! Version = __KVER__-i686 Revision = 1 *************** *** 36,77 **** </Contents> </moddb> - <moddb_ipv6> - packagename = moddb - - Version = __KVER__ - Revision = 1 - - Help <<EOF - Modules for the kernel - Modules to be used are defined in /etc/modules - Modules copied to /lib/modules are backed-up with this package. - LRP package by __PACKAGER__, __BUILDDATE__ - EOF - - <Permissions> - Files = 644 - Directories = 755 - </Permissions> - - <Owner> - Files = root:root - Directories = root:root - </Owner> - <Contents> - #include <common.cfg> - - <File> - Source = lib/modules/__KVER__/kernel/net/ipv6/*.ko - Filename = lib/modules/ - Type = binary - Permissions = 644 - </File> - <File> - Source = lib/modules/__KVER__/kernel/net/ipv6/netfilter/*.ko - Filename = lib/modules/ - Type = binary - Permissions = 644 - </File> - </Contents> - </moddb_ipv6> </Package> --- 36,38 ---- Index: buildtool.mk =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc4/source/kmodules/buildtool.mk,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** buildtool.mk 26 Apr 2010 09:03:12 -0000 1.1.1.1 --- buildtool.mk 31 Oct 2010 23:12:48 -0000 1.2 *************** *** 11,14 **** --- 11,17 ---- build: + (for i in $(KARCHS); do \ + sed 's,__KVER__,__KVER__-'"$$i"',g' common.cfg >common-$$i.cfg ; \ + done) # nothing to be done ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev