Re: [OpenWrt-Devel] [PATCH] AA: unlocked bootloader for SX76x cannot read LAN for rescue, band-aid fix

2013-01-30 Thread Luka Perkov
On Tue, Jan 29, 2013 at 06:48:22PM -0800, Daniel Gimpelevich wrote: > No sooner did I post this than it stopped working, even with this patch, > no changes to the source. I'm guessing this uBoot isn't initializing the > Ethernet switch properly. It definitely doesn't work in any way, shape, > or fo

Re: [OpenWrt-Devel] [PATCH] AA: unlocked bootloader for SX76x cannot read LAN for rescue, band-aid fix

2013-01-30 Thread Daniel Gimpelevich
On Wed, 2013-01-30 at 12:29 +0100, Luka Perkov wrote: > On Tue, Jan 29, 2013 at 06:48:22PM -0800, Daniel Gimpelevich wrote: > > No sooner did I post this than it stopped working, even with this patch, > > no changes to the source. I'm guessing this uBoot isn't initializing the > > Ethernet switch

Re: [OpenWrt-Devel] [PATCH][V4] Zabbix: add extra packages with discovery/userparameter

2013-01-30 Thread Mirko Vogt
On 01/08/2013 11:31 PM, Etienne Champetier wrote: > Hi Hey, > +define Package/zabbix-extra-mac80211/postinst > +[ -n "$${IPKG_INSTROOT}" ] || /etc/init.d/zabbix_extra_mac80211 enable > +exit 0 > +endef > + > +define Package/zabbix-extra-network/postinst > +[ -n "$${IPKG_INSTROOT}" ] || /etc/init.

[OpenWrt-Devel] [PATCH] [ar71xx] fixes whitespaces for dir-825-c1

2013-01-30 Thread Alexander Stadler
From: Alexander Stadler fix whitespaces for dir-825-c1 Signed-off-by: Alexander Stadler --- diff -urN a/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-825-c1.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-825-c1.c --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-825-c1.c

[OpenWrt-Devel] broadcom-diag: circular include and warning+error

2013-01-30 Thread Rafał Miłecki
My sin is that I set CONFIG_EXTERNAL_KERNEL_TREE="/home/zajec/openwrt/linux-stable.git" which has 3.6.11 cloned CC [M] /home/zajec/openwrt/openwrt.git/build_dir/target-mipsel_uClibc-0.9.33.2/linux-brcm47xx/broadcom-diag/diag.o In file included from /home/zajec/openwrt/linux-stable.git/arch/mi

[OpenWrt-Devel] [PATCH] Add support for PMC PM25LQ032 SPI Flash in m25p80.c

2013-01-30 Thread Michel Stempin
Add support for PMC PM25LQ032 (4MB) SPI Flash used in Hame MPR-A1 and clones. Signed-off-by: Michel Stempin --- Index: target/linux/generic/patches-3.8/474-mtd_mp25p80_add_pm25lq032.patch === --- target/linux/generic/patches-3.8/474

[OpenWrt-Devel] source code for the device dsl-2730u

2013-01-30 Thread NUCLEAR WAR
This is the source code for the device dsl-2730u http://pmdap.dlink.com.tw/PMD/GetAgileFile?itemNumber=GPL132&fileName=DSL-2730U_C1_GPL_20130111.7z&fileSize=2.14715066E8; kernel Ver for the source is : 2.6.30 Model : DSL-2730U H/W : C1 F/W: ME_1.00 CPU: 963281TAVNG Flash size: 8 mb Ram size

[OpenWrt-Devel] [brcm63xx] Re: source code for the device dsl-2730u

2013-01-30 Thread Daniel Gimpelevich
On Thu, 2013-01-31 at 04:12 +, NUCLEAR WAR wrote: > This is the source code for the device dsl-2730u > > > > kernel Ver for the source is : 2.6.30 > > > Model : D

Re: [OpenWrt-Devel] [brcm63xx] Re: source code / disassembler / decompiler

2013-01-30 Thread Bastian Bittorf
* Daniel Gimpelevich [31.01.2013 08:48]: > > I don't know whether this will be of much use. Florian, any hope of > reusing the binary ADSL modules in 3.x? They're there as unversioned .o, back in the old days we just used disassemblers, now we even have tools which make c-code out of an .o - ha