Re: [OpenWrt-Devel] Migrating packages from oldpackages to packages

2018-03-06 Thread Peter Denison
On Sun, 4 Mar 2018, Hauke Mehrtens wrote: On 03/04/2018 11:39 AM, Peter Denison wrote: When migrating a package from the unmaintained 'oldpackages' feed to the main 'packages' feed: 1) Should I try to preserve history? If so, how do I do that on just one directory (my git-fu is not that good

[OpenWrt-Devel] Migrating packages from oldpackages to packages

2018-03-04 Thread Peter Denison
as is, and a second to bring it up to date and fix its building, or should it just be a single commit? 3) Do I need to do anything other than a pull request on github to offer to maintain a package? (Presumably also a pull request to delete it from oldpackages) Many thanks, -- Peter Denison <o

Re: [OpenWrt-Devel] please send nvram dump of some brcm47xx based devices

2014-01-10 Thread Peter Denison
Two dumps for WRTSL54GS devices. Once is about 6 months newer than the other. boardnum=42 boot_ver=v3.5 filter_rule10= wl0_wds_timeout=1 wl0_channel=6 MS_scan_max_num=10 ddns_username_buf= filter_dport_grp10= wl_wme_no_ack=off lan_hwnames= aol_block_traffic=0 pa0b2=0xfe70 pa0b1=0xfa24

Re: [OpenWrt-Devel] cross ksymoops

2008-10-17 Thread Peter Denison
On Fri, 17 Oct 2008, Brian J. Murrell wrote: I have patched the openwrt buildroot to build a cross-ksymoops. It seems I have an array of target and architectures I can choose from. ksymoops tells me they are: Well done! $

Re: [OpenWrt-Devel] cross ksymoops

2008-10-17 Thread Peter Denison
On Fri, 17 Oct 2008, Brian J. Murrell wrote: Code: 9082 03e8 304200ff 9482 03e8 3042 8c82 03e8 /usr/bin/mipsel-linux-uclibc-objdump: Can't disassemble for architecture UNKNOWN! [...] Notice the /usr/bin/mipsel-linux-uclibc-objdump: Can't

Re: [OpenWrt-Devel] 2.6.25.7 and b43 driver oops

2008-10-16 Thread Peter Denison
On Thu, 16 Oct 2008, Brian J. Murrell wrote: OK. Figured out how to use ksymoops with the openwrt kernel build to get a useful stack trace: $ ksymoops -v build_dir/linux-brcm47xx/linux-2.6.25.7/vmlinux -m build_dir/linux-brcm47xx/linux-2.6.25.7/System.map ksymoops 2.4.11 on i686

Re: [OpenWrt-Devel] 2.6 kernel and b43 driver

2008-06-28 Thread Peter Denison
On Fri, 27 Jun 2008, Steve Brown wrote: Stefan Monnier wrote: I'm trying to use my WL-700gE's wifi card with the b43 driver but bumped into the problem reported at https://dev.openwrt.org/ticket/3510. This is with revision 11579 of the svn trunk. Is there something I can do to try and help

Re: [OpenWrt-Devel] Patch-set for Freescale Coldifre 547x/548x cpus.

2008-06-20 Thread Peter Denison
On Fri, 20 Jun 2008, Luigi 'Comio' Mantellini wrote: Finally I ported OpenWRT on coldfire/m68k with gcc4.3. I created a set of patches (~3MBytes) to add: - gcc4.3.1 support (need to compile coldfire code); - m68k fixes for gcc4.3 and uClibc; - kernel patch from Freescale for 547x/548x cpu and

Re: [OpenWrt-Devel] hybrid-wl compilation

2008-06-12 Thread Peter Denison
On Thu, 12 Jun 2008, Felipe Maya wrote: Hi, it was my results of the compilation of http://www.broadcom.com/support/802.11/linux_sta.php on openwrt ... mipsel-linux-uclibc-ld: /opt/openwrt-2.6.25/build_dir/linux-brcm47xx/compat-wireless-2008-06-10/hybrid-wl/lib/wlc_hybrid.o_shipped:

Re: [OpenWrt-Devel] [PATCH] another compile fix for brcm47xx with kernel 2.6.25

2008-06-08 Thread Peter Denison
On Thu, 5 Jun 2008, Hauke Mehrtens wrote: Here is an other fix. The svn version doesn't compile with hostapd, because net/if.h and linux/if.h are both included in the hostapd package with the new version of mac80211. With this patch hostapd includes an special linux/wireless.h like it is

Re: [OpenWrt-Devel] brcm47xx 2.6 still does not compile

2008-05-20 Thread Peter Denison
in. -- Peter Denison ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [EMAIL PROTECTED]: [PATCH] refactoring base-files for using ip instead of ifconfig/route...]

2008-05-17 Thread Peter Denison
the code. I would far rather see 'ip' tried first, and then fall back to ifconfig (which is almost guaranteed to be present) than the other way round. -- Peter Denison ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http

Re: [OpenWrt-Devel] OpenWRT for Linux/m68k?

2008-05-01 Thread Peter Denison
are local. -- Peter Denison - hacking on a WRTSL54GS (or 3) ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] trouble compiling latest trunk

2008-04-30 Thread Peter Denison
not keeping up with 2.6.25. I have a commit poised to go in that will fix this for almost all of the netfilter modules on 2.6.25 (not IMQ, which is more complex). Just hold on a little while... and then of course fix the breakage in all the packages! -- Peter Denison

Re: [OpenWrt-Devel] Infrastructure question

2008-04-27 Thread Peter Denison
the kernel, but beware that it will be merged with what is necessary for the main menuconfig entries you have chosen, so you often can't turn some individual things off. -- Peter Denison ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org