[OpenWrt-Devel] [PATCH 1/1] curl: add librt dependency when compiling with eglibc

2012-06-22 Thread Philip Prindeville
librt as a separate dependency in eglibc and must be called out explicitly. Signed-off-by: Philip Prindeville Index: trunk/feeds/packages/libs/curl/Makefile === --- trunk/feeds/packages/libs/curl/Makefile (revision 32484) +++ tru

[OpenWrt-Devel] Eglibc or autoconf regression in trunk?

2012-06-22 Thread Philip Prindeville
After a few days, I'm still seeing breakage in building eglibc in trunk. >From what I can tell, it has to do with gcc being invoked with the broken >option '-std' (i.e. with no trailing value like '=c99', etc): configure:3005: i486-openwrt-linux-gnu-gcc -std -c -march=geode -Os -mmmx -m3dnow -f

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at "Starting program at 0x80001000"

2012-06-22 Thread Hauke Mehrtens
On 06/22/2012 02:10 PM, Rafał Miłecki wrote: > 2012/6/22 Rafał Miłecki : >> 2012/6/21 Rafał Miłecki : >>> YOU'RE GREAT GUYS >>> >>> boot -tftp -elf 192.168.1.2" :/openwrt-brcm47xx-vmlinux.elf >>> Loader:elf Filesys:tftp Dev:eth0 >>> File:192.168.1.2:/openwrt-brcm47xx-vmlinux.elf Options:(null) >>>

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at "Starting program at 0x80001000"

2012-06-22 Thread Hauke Mehrtens
On 06/22/2012 09:54 AM, Rafał Miłecki wrote: > 2012/6/21 Hauke Mehrtens : >> There is some part missing in drivers/bcma/driver_chipcommon_pmu.c >> bcma_pmu_get_clockcpu() which is probably needed for this device. > > Yeah. Currently trace is: > bcma_pmu_get_clockcpu > bcma_pmu_get_clockcontrol > b

[OpenWrt-Devel] [PATCH] rampis: mac address detection for Fonera 2.0n

2012-06-22 Thread Malte Forkel
Detect and apply MAC address of a Fonera 2.0n (ramips) Signed-off-by: Malte Forkel Index: target/linux/ramips/base-files/lib/preinit/06_set_iface_mac === --- target/linux/ramips/base-files/lib/preinit/06_set_iface_mac (Revision 3226

[OpenWrt-Devel] [PATCH][Packages] make vtun more configurable

2012-06-22 Thread Andreas Bräu
added possibility to disable lzo compression and encryption to save ram I hope now the patch is well formatted. Signed-off-by: Andreas Braeu --- index 730e6f4..3a09f04 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -20,10 +20,36 @@ include $(INCLUDE_DIR)/package.mk define Package/vtu

[OpenWrt-Devel] [PATCH] ag71xx: Added support for baby-jumbo packets.

2012-06-22 Thread Robert Bradley
RFC 4638 support means that a full 1500-octet frame can be transmitted through a PPPoE tunnel. For this to work, the network card must support baby-jumbo frames of 1508 octets plus headers. This patch enables the use of MTUs up to 1518 octets (derived from the existing AG71XX_TX_MTU_LEN value by

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at "Starting program at 0x80001000"

2012-06-22 Thread Rafał Miłecki
2012/6/22 Rafał Miłecki : > 2012/6/21 Rafał Miłecki : >> YOU'RE GREAT GUYS >> >> boot -tftp -elf 192.168.1.2" :/openwrt-brcm47xx-vmlinux.elf >>  Loader:elf Filesys:tftp Dev:eth0 >> File:192.168.1.2:/openwrt-brcm47xx-vmlinux.elf Options:(null) >>  Loading: 0x80001000/4400228 0x80433464/118060 Entry

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at "Starting program at 0x80001000"

2012-06-22 Thread Rafał Miłecki
2012/6/21 Rafał Miłecki : > YOU'RE GREAT GUYS > > boot -tftp -elf 192.168.1.2" :/openwrt-brcm47xx-vmlinux.elf >  Loader:elf Filesys:tftp Dev:eth0 > File:192.168.1.2:/openwrt-brcm47xx-vmlinux.elf Options:(null) >  Loading: 0x80001000/4400228 0x80433464/118060 Entry at 0x80247370 >  Closing network.

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at "Starting program at 0x80001000"

2012-06-22 Thread Rafał Miłecki
2012/6/21 Hauke Mehrtens : > There is some part missing in drivers/bcma/driver_chipcommon_pmu.c > bcma_pmu_get_clockcpu() which is probably needed for this device. Yeah. Currently trace is: bcma_pmu_get_clockcpu bcma_pmu_get_clockcontrol bcma_pmu_clock(cc, 12, 1) bcma_chipco_pll_read(cc, 12 + 0) b