[OpenWrt-Devel] packages git repo trouble

2009-12-17 Thread Geoff Levand
Hi, It seems the packages git repo (git://nbd.name/packages.git) has some trouble. If I do a fresh clone all I get is a repo with two commits in its history: [ge...@white packages]$ git log --pretty=oneline ec888539de4a6e1021abd983341f3a3693c6fd6e [packages] freeswitch: fix typo in

Re: [OpenWrt-Devel] [PATCH 1/2] pxcab: build fix (resend)

2009-08-27 Thread Geoff Levand
On 08/26/2009 11:22 PM, Akinobu Mita wrote: 0001-powerpc-mpic-Fix-mapping-of-DCR-based-MPIC-variants.patch was merged in 2.6.30.4 Signed-off-by: Akinobu Mita akinobu.m...@gmail.com --- ...ic-Fix-mapping-of-DCR-based-MPIC-variants.patch | 107 1 files changed, 0

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

Re: [OpenWrt-Devel] [patch 0/3] Update udev package

2009-08-24 Thread Geoff Levand
On 08/20/2009 04:19 PM, Geoff Levand wrote: Hi, These patches update the udev package from udev-106 to udev-142. [patch 1/3] udevtrigger: Breakout udevtrigger package [patch 2/3] udev: Update udev package from udev-106 to udev-142 [patch 3/3] ps3: Update defconfig-ps3-petitboot

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

[OpenWrt-Devel] [patch 2/3] udev: Update udev package from udev-106 to udev-142

2009-08-20 Thread Geoff Levand
. Update the preinit script to check for '/lib/udev/devices', and copy it to '/dev/ if it is found, then to conditionaly setup /dev the old way with mknod etc. Udev now recommends using the directory '/lib/udev/devices' to initialize the '/dev' directory at startup. Signed-off-by: Geoff Levand

[OpenWrt-Devel] [patch 0/3] Update udev package

2009-08-20 Thread Geoff Levand
Hi, These patches update the udev package from udev-106 to udev-142. [patch 1/3] udevtrigger: Breakout udevtrigger package [patch 2/3] udev: Update udev package from udev-106 to udev-142 [patch 3/3] ps3: Update defconfig-ps3-petitboot to not build udevtrigger Patch [1] breaks out the

[OpenWrt-Devel] [patch 1/3] udevtrigger: Breakout udevtrigger package

2009-08-20 Thread Geoff Levand
Current versions of udev no longer provide the separate udevtrigger utility that hotplug2 needs. To allow for the udev package to be updated, yet still provide a udevtrigger, create a new package udevtrigger that is built from old udev sources. Signed-off-by: Geoff Levand geoffrey.lev

[OpenWrt-Devel] [patch 3/3] ps3: Update defconfig-ps3-petitboot to not build udevtrigger

2009-08-20 Thread Geoff Levand
Signed-off-by: Geoff Levand geoffrey.lev...@am.sony.com --- target/linux/ps3/petitboot/defconfig-ps3-petitboot |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/target/linux/ps3/petitboot/defconfig-ps3-petitboot +++ b/target/linux/ps3/petitboot/defconfig-ps3-petitboot @@ -4,9

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

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

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

2009-08-14 Thread Geoff Levand
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

[OpenWrt-Devel] [patch 1/8] powerpc: Create a powerpc64 config feature

2009-08-14 Thread Geoff Levand
The config symbol TARGET_ps3 is used in the build files where special handling for the 64 bit PowerPC processors is needed. Introduce a new config feature powerpc64, and replace the use of TARGET_ps3 with powerpc64. Signed-off-by: Geoff Levand geoffrey.lev...@am.sony.com --- feeds/packages/libs

[OpenWrt-Devel] [patch 8/8] kexec-tools: Remove the unused file kexec.sh

2009-08-14 Thread Geoff Levand
Signed-off-by: Geoff Levand geoffrey.lev...@am.sony.com --- package/kexec-tools/files/kexec.sh |5 - 1 file changed, 5 deletions(-) --- a/package/kexec-tools/files/kexec.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -. /etc/functions.sh -cmdline=$(cat /proc/cmdline) -kernel=$(find_mtd_part

[OpenWrt-Devel] [patch 7/8] kexec-tools: Make link /sbin/kexec for compatability with other distros

2009-08-14 Thread Geoff Levand
Signed-off-by: Geoff Levand geoffrey.lev...@am.sony.com --- package/kexec-tools/Makefile |3 +++ 1 file changed, 3 insertions(+) --- a/package/kexec-tools/Makefile +++ b/package/kexec-tools/Makefile @@ -71,6 +71,9 @@ define Package/kexec-tools/install $(PKG_INSTALL_DIR)/usr

[OpenWrt-Devel] [patch] udhcpc: Pass all events to udhcpc.user

2009-07-09 Thread Geoff Levand
Petitboot and maybe other apps need to know when the dhcp lease is lost. Move the udhcpc.user call to send it all udhcpc events. Signed-off-by: Geoff Levand geoffrey.lev...@am.sony.com --- package/base-files/files/usr/share/udhcpc/default.script |6 +++--- 1 file changed, 3 insertions(+), 3

[OpenWrt-Devel] [RFC 2/3] udev: Update udev from 106 to 139

2009-03-12 Thread Geoff Levand
From: Geoff Levand geoffrey.lev...@am.sony.com Update the udev package from udev-106 to udev-139. The udev package no longer provides separate udev utilities like udevtrigger and udevsettle. These have been incorporated into the udev admin program udevadm. The init scripts have been updated

[OpenWrt-Devel] [RFC 1/3] uclibc: Fix ppoll 5th arg

2009-03-12 Thread Geoff Levand
From: Geoff Levand geoffrey.lev...@am.sony.com This is a backport from uclibc-0.9.31. Add the missing 5th arg to the ppoll syscall. Fixes the uclibc error that ppoll returns -EINVAL. Signed-off-by: Geoff Levand geoffrey.lev...@am.sony.com --- toolchain/uClibc/patches/300-fix-ppoll.diff | 39

[OpenWrt-Devel] [RFC 3/3] hotplug2: Update hotplug2-0.9 to use udev-139

2009-03-12 Thread Geoff Levand
From: Geoff Levand geoffrey.lev...@am.sony.com The udev package no longer provides a seperate udevtrigger utility. Add a hotplug2 patch '130-update-for-udev-139.patch' that makes hotplug2-0.9 use 'udevadm trigger'. Also, move the hotplug2 dependency on udevadm from the top level target.mk

Re: [OpenWrt-Devel] rebooting from a kernel on external storage

2009-01-22 Thread Geoff Levand
Hi, Brian J. Murrell wrote: I wonder what the feasibility is of instead of putting a linux kernel in the kernel portion of the flash image and essentially what's an initrd in the filesystem portion (because remember, all the / in the flash image does for me is mount USB storage on /), putting

Re: [OpenWrt-Devel] [patch] Vim configuration

2008-07-13 Thread Geoff Levand
On 07/13/2008 02:11 AM, Michael Geddes wrote: Fixes to vimrc file to avoid some errors. Signed-off-by: Michael Geddes michael at frog dot wheelycreek dot net --- Index: files/vimrc.full === --- files/vimrc.full (revision

[OpenWrt-Devel] git server down?

2008-06-27 Thread Geoff Levand
Has the git server been moved? nslookup gives me this: Host nbd.name not found: 3(NXDOMAIN) -Geoff ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] telnetd and ctrl-c trouble

2008-06-13 Thread Geoff Levand
Hi, I have telnetd setup to get started through the init scripts, but when I connect, Cntl-C won't kill a hung process. If I kill and restart telnetd (from the console) then Cntl-C works OK from the telnet session. It seems as though process control is not available when started through the

Re: [OpenWrt-Devel] What is the correct way of submit packages

2008-06-02 Thread Geoff Levand
joerg jungermann wrote: Hi ! I'd like to ask how is the correct way to submit new packages for the feeds repository. I do this because i've sent some patches via this mailing list, and they are not added yet. I received no comments. Its about the isdnutils and asterisk14_chan_capi

Re: [OpenWrt-Devel] How to make a usb GPS work

2008-05-29 Thread Geoff Levand
Massimiliano Marcon wrote: Hello, I'm trying to make a usb GPS (Garmin18) work with a linksys wrtsl54gs. I'm running on it whiterussian 0.9. I installed the packages kmod-usb-serial and kmod-usb-serial-pl2303, now as soon as I connect it to the usb port I see it as /dev/usb/tts/0, and dmesg