[OpenWrt-Devel] Migrating packages from oldpackages to packages

2018-03-04 Thread Peter Denison
e the package 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 thank

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

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 audio_PCM=

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 2.6.

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! > $ staging_dir/toolchain-mipsel_gcc4.1.2/bin/mipsel-linux-uclibc-ksy

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'

[OpenWrt-Devel] PATCH: Make brcm47xx-2.6 architecture build

2007-05-25 Thread Peter Denison
ent->wq, (void *)(void *)hotplug_button); +#else INIT_WORK(&event->wq, (void *)(void *)hotplug_button, (void *)event); +#endif schedule_work(&event->wq); } Index: package/broadcom-diag/src/diag.h

Re: [OpenWrt-Devel] PATCH: Make brcm47xx-2.6 architecture build

2007-05-25 Thread Peter Denison
On Fri, 25 May 2007, Felix Fietkau wrote: Peter Denison wrote: Here's a set of patches (to the patches - reading them by hand is a nightmare!) to let the brcm47xx-2.6 target compile against the 2.6.21.1 kernel. Note this allows it to compile and make the full image - it was too late to

[OpenWrt-Devel] [PATCH] Revised patch for brcm47xx-2.6 branch compilation

2007-05-26 Thread Peter Denison
Here's a revised patch to get the brcm47xx-2.6 target to compile. It actually boots now. -- Peter Denison Index: target/linux/brcm47xx-2.6/profiles/WRTSL54GS.mk === --- target/linux/brcm47xx-2.6/profiles/WRTSL54

Re: [OpenWrt-Devel] Xilinx Spartan 3E Starter Kit port

2008-03-26 Thread Peter Denison
y, but perhaps objdump (or rather mispel-linux-objdump) can do it. -- Peter Denison (WRTSL54GS hardware and software hacking) ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Infrastructure question

2008-04-27 Thread Peter Denison
wtopic.php?pid=31794 for some details. I also use make target/linux-prepare QUILT=1 to start working on the kernel source. make kernel_menuconfig allows you to reconfigure the kernel, but beware that it will be merged with what is necessary for the main menuconfig entries you have chosen, so you

Re: [OpenWrt-Devel] trouble compiling latest trunk

2008-04-30 Thread Peter Denison
use in this function) > make[8]: *** [net/ipv4/netfilter/ipt_time.o] Error 1 It's a problem with the patches 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). J

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

2008-05-01 Thread Peter Denison
linux-m68k-patches-2.6.25/? Not yet, I don't think - it pretty much assumes the patches 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] [PATCH] brcm47xx: Remove obsolete patch for aec62xx

2008-05-09 Thread Peter Denison
at needs to be fixed for 2.6.25 on brcm47xx. I am working on bringing the platform up to 2.6.25.1, and I'm nearly there. Won't be long now! -- Peter Denison - WRTSL54GS ___ 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
lback-method or "elegant" or if I have > to rewrite 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 ___ op

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

2008-05-20 Thread Peter Denison
ld work more often. > The early printk stuff was to try to figure why it would boot on a > Buffalo whr-hp-54g, but not an Asus wl520gu. I still don't know why. CONFIG_BCM47XX sets CONFIG_SYS_HAS_EARLY_PRINTK, so you shouldn't need to set that. I can't work out where CONFIG_EARLY_PRINTK is set in my config, maybe by hand? That should probably go 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] brcm47xx 2.6 still does not compile

2008-05-20 Thread Peter Denison
put, then add in a printk that prints fw_arg0, fw_arg1, fw_arg2 and fw_arg3 and let us all know. -- Peter Denison ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] b43+bcm5354

2008-06-02 Thread Peter Denison
nd/or decode the exception with ksymoops. With just a bunch of numbers (and not your built modules/kernel/System.map) it's rather hard. The failing instruction is a lw $2, 0x14($2), and $2 is 08124243, which is indeed unaligned, and looks bogus. Beyond t

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 i

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-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 li

Re: [OpenWrt-Devel] [rfc] Support for other libc implementations (like eglibc)

2008-06-27 Thread Peter Denison
ee this, as I have already had to turn down OpenWRT for one project as the application required glibc (or rather had been tried on uClibc, without success). Good luck - it's worth doing. -- Peter Denison ___ openwrt-devel mailing lis

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