Re: [OpenWrt-Devel] [patch 0/8] powerpc64 and kexec-tools updates

2009-08-24 Thread Geoff Levand
On 08/14/2009 03:09 PM, Geoff Levand wrote:
 Hi,
 
 This set of patches introduces a new target feature powerpc64
 to help simplify the build files, updates the kexec-tools
 package to version 2.0.1, and does some kexec-tools package
 cleanups.
 
  [patch 3/8] kexec-tools: Update package to version 2.0.1
  [patch 4/8] kexec-tools: Add libtool PKG_FIXUP
  [patch 5/8] kexec-tools: Minor makefile line end fixes
  [patch 6/8] kexec-tools: Make build of kdump optional
  [patch 7/8] kexec-tools: Make link /sbin/kexec for compatability with other 
 distros
  [patch 8/8] kexec-tools: Remove the unused file kexec.sh

I committed these patches as revisions 17371-17376.

-Geoff

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [patch 0/8] powerpc64 and kexec-tools updates

2009-08-21 Thread Geoff Levand
Hi,

On 08/14/2009 03:09 PM, Geoff Levand wrote:
 updates the kexec-tools
 package to version 2.0.1, and does some kexec-tools package
 cleanups.
 
  [patch 3/8] kexec-tools: Update package to version 2.0.1
  [patch 4/8] kexec-tools: Add libtool PKG_FIXUP
  [patch 5/8] kexec-tools: Minor makefile line end fixes
  [patch 6/8] kexec-tools: Make build of kdump optional
  [patch 7/8] kexec-tools: Make link /sbin/kexec for compatability with other 
 distros
  [patch 8/8] kexec-tools: Remove the unused file kexec.sh

As there have been no comments regarding the kexec-tools
updates, I plan to commit them in the next day or so.  Please
let me know if you have any problems.

-Geoff

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [patch 0/8] powerpc64 and kexec-tools updates

2009-08-18 Thread Geoff Levand
On 08/14/2009 03:09 PM, Geoff Levand wrote:
 Hi,
 
 This set of patches introduces a new target feature powerpc64
 to help simplify the build files, updates the kexec-tools
 package to version 2.0.1, and does some kexec-tools package
 cleanups.
 
  [patch 1/8] powerpc: Create a powerpc64 config feature
  [patch 2/8] pxcab: Replace TARGET_pxcab with feature powerpc64
  [patch 3/8] kexec-tools: Update package to version 2.0.1
  [patch 4/8] kexec-tools: Add libtool PKG_FIXUP
  [patch 5/8] kexec-tools: Minor makefile line end fixes
  [patch 6/8] kexec-tools: Make build of kdump optional
  [patch 7/8] kexec-tools: Make link /sbin/kexec for compatability with other 
 distros
  [patch 8/8] kexec-tools: Remove the unused file kexec.sh

Are there any comments regarding these updates?  If not, I would like
to commit them sometime soon.

Mita-san and Florian, and comments on patch [2]?  I think it should
be OK for pxcab.

-Geoff

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [patch 0/8] powerpc64 and kexec-tools updates

2009-08-18 Thread Florian Fainelli
Hi Geoff,

Le Wednesday 19 August 2009 00:10:52 Geoff Levand, vous avez écrit :
 On 08/14/2009 03:09 PM, Geoff Levand wrote:
  Hi,
 
  This set of patches introduces a new target feature powerpc64
  to help simplify the build files, updates the kexec-tools
  package to version 2.0.1, and does some kexec-tools package
  cleanups.
 
   [patch 1/8] powerpc: Create a powerpc64 config feature
   [patch 2/8] pxcab: Replace TARGET_pxcab with feature powerpc64
   [patch 3/8] kexec-tools: Update package to version 2.0.1
   [patch 4/8] kexec-tools: Add libtool PKG_FIXUP
   [patch 5/8] kexec-tools: Minor makefile line end fixes
   [patch 6/8] kexec-tools: Make build of kdump optional
   [patch 7/8] kexec-tools: Make link /sbin/kexec for compatability with
  other distros [patch 8/8] kexec-tools: Remove the unused file kexec.sh

 Are there any comments regarding these updates?  If not, I would like
 to commit them sometime soon.

 Mita-san and Florian, and comments on patch [2]?  I think it should
 be OK for pxcab.

Yes it is, that should have been done when merging the pxcab target. Go ahead 
for patches 1 and 2. Thanks.


 -Geoff



-- 
Best regards, Florian Fainelli
Email: flor...@openwrt.org
Web: http://openwrt.org
IRC: [florian] on irc.freenode.net
---


signature.asc
Description: This is a digitally signed message part.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [patch 0/8] powerpc64 and kexec-tools updates

2009-08-18 Thread Geoff Levand
On 08/18/2009 03:36 PM, Florian Fainelli wrote:
 Hi Geoff,
 
 Le Wednesday 19 August 2009 00:10:52 Geoff Levand, vous avez écrit :
 On 08/14/2009 03:09 PM, Geoff Levand wrote:
  Hi,
 
  This set of patches introduces a new target feature powerpc64
  to help simplify the build files, updates the kexec-tools
  package to version 2.0.1, and does some kexec-tools package
  cleanups.
 
   [patch 1/8] powerpc: Create a powerpc64 config feature
   [patch 2/8] pxcab: Replace TARGET_pxcab with feature powerpc64
   [patch 3/8] kexec-tools: Update package to version 2.0.1
   [patch 4/8] kexec-tools: Add libtool PKG_FIXUP
   [patch 5/8] kexec-tools: Minor makefile line end fixes
   [patch 6/8] kexec-tools: Make build of kdump optional
   [patch 7/8] kexec-tools: Make link /sbin/kexec for compatability with
  other distros [patch 8/8] kexec-tools: Remove the unused file kexec.sh

 Are there any comments regarding these updates?  If not, I would like
 to commit them sometime soon.

 Mita-san and Florian, and comments on patch [2]?  I think it should
 be OK for pxcab.
 
 Yes it is, that should have been done when merging the pxcab target. Go ahead 
 for patches 1 and 2. Thanks.

OK, I committed [1] and [2] as revisions 17306 and 17307.

-Geoff

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel