Update of /cvsroot/leaf/src/bering-uclibc4/buildtool
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30632

Modified Files:
        buildpacket.pl 
Log Message:
fixes for multiple kernels support


Index: buildpacket.pl
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/buildtool/buildpacket.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** buildpacket.pl      21 Aug 2010 13:58:43 -0000      1.9
--- buildpacket.pl      31 Oct 2010 21:35:24 -0000      1.10
***************
*** 31,35 ****
  my $version = "0.9.30.3";
  # kernel Version
! my $kver = qx(cat source/linux/linux/.config | awk '/version:/ {print \$5}');
  $kver =~ s/\n//;
  # archivers for different package type
--- 31,35 ----
  my $version = "0.9.30.3";
  # kernel Version
! my $kver = qx(cat source/linux/linux*/.config | awk '/version:.*2\.6/ {print 
\$5}' | head -n 1);
  $kver =~ s/\n//;
  # archivers for different package type


------------------------------------------------------------------------------
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
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to