[OpenWrt-Devel] [PATCH] missing-macros: add GTKDOC_REBASE macro needed by some newer packages

2011-01-30 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich joc...@scram.de --- tools/missing-macros/src/m4/fake-gtk-doc-check.m4 |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/missing-macros/src/m4/fake-gtk-doc-check.m4 b/tools/missing-macros/src/m4/fake-gtk-doc-check.m4 index

[OpenWrt-Devel] [PATCH] kernel-modules: Remove bogus @LINUX_2_6 dependency from rtc-core

2011-01-30 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich joc...@scram.de --- package/kernel/modules/other.mk |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 5398e5e..c1fb1a5 100644 --- a/package/kernel/modules/other.mk +++

[OpenWrt-Devel] [PATCH] rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs.

2011-01-30 Thread Jochen Friedrich
Use offset from struct mtd_part instead of struct mtd_partition for defining the new partitions. This enables the usage of MTDPART_OFS_APPEND macro in struct mtd_partition. Signed-off-by: Jochen Friedrich joc...@scram.de --- .../generic/patches-2.6.32/065-rootfs_split.patch | 14

Re: [OpenWrt-Devel] Resend: [PATCH 1/1] Build breaks if libusb-1.0 selected

2011-01-30 Thread Daniel Dickinson
On Fri, 28 Jan 2011 17:34:21 -0700 Philip Prindeville philipp_s...@redfish-solutions.com wrote: There seems to be a dependency between libusb-1.0 and opkg. libusb-1.0 will only build if opkg has already been built. Please find the *real* problem not just the symptom if you want your patches

[OpenWrt-Devel] The future of block-extroot and preinit

2011-01-30 Thread Daniel Dickinson
Hi all, I wanted to let you know what I'm thinking for block-extroot in general I am not planning on further work on block-extroot, but rather addressing the reasons block-extroot was created. Basically I see a few scenarios where block-extroot, or functionality requested for block-root applies

Re: [OpenWrt-Devel] Wireless Battle Mesh v4 (16-20 March 2011, Sant Bartomeu del Grau, Spain)

2011-01-30 Thread ZioPRoTo (Saverio Proto)
I would really like to go - would there be interest in adding an adhoc-springtime-openwrt-developer meeting. I visited Guifi.net a few years ago, and it is a wonderful area with wonderful people. even user meeting would be cool :) Because a lot of developers will be there we can organize

[OpenWrt-Devel] [PATCH 1/1] Make sure all 'wan' state is reset before adding it back

2011-01-30 Thread Philip Prindeville
Make sure that 'ifname' and other options aren't left behind. Index: target/linux/x86/geos/base-files/etc/uci-defaults/ppp === --- target/linux/x86/geos/base-files/etc/uci-defaults/ppp (revision 25243) +++

[OpenWrt-Devel] [PATCH 1/1] Allow user to apply settings to solos h/w before bringing up network

2011-01-30 Thread Philip Prindeville
If the network/wan configuration contains solos0 ... solos3 then this list of strings will be applied to the FPGA when the hardware is hotplug added. The syntax should be tag=value, as per the values enumerated in the solos-attr.c list. In the canned example, the modem is temporarily turned

[OpenWrt-Devel] [PATCH v2 1/1] Redux: Allow user to apply settings to solos h/w before bringing up network

2011-01-30 Thread Philip Prindeville
If the network/wan configuration contains solos0 ... solos3 then this list of strings will be applied to the FPGA when the hardware is hotplug added. The syntax should be tag=value, as per the values enumerated in the solos-attr.c list. In the canned example, the modem is temporarily turned

[OpenWrt-Devel] [PATCH v3 1/1] Redux: Allow user to apply settings to solos h/w before bringing up network

2011-01-30 Thread Philip Prindeville
If the network/wan configuration contains solos0 ... solos3 then this list of strings will be applied to the FPGA when the hardware is hotplug added. The syntax should be tag=value, as per the values enumerated in the solos-attr.c list. In the canned example, the modem is temporarily turned

[OpenWrt-Devel] [PATCH v3 1/1] Redux: Allow user to apply settings to solos h/w before bringing up network

2011-01-30 Thread Philip Prindeville
If the network/wan configuration contains solos0 ... solos3 then this list of strings will be applied to the FPGA when the hardware is hotplug added. The syntax should be tag=value, as per the values enumerated in the solos-attr.c list. In the canned example, the modem is temporarily turned

[OpenWrt-Devel] [PATCH 1/1] Use vpi.vci notation uniformly in Solos driver

2011-01-30 Thread Philip Prindeville
Backport of upstream patch: always use vpi.vci notation. Index: target/linux/generic/patches-2.6.37/281-solos_vpi_order.patch === --- target/linux/generic/patches-2.6.37/281-solos_vpi_order.patch (revision 0) +++

[OpenWrt-Devel] eglibc still supported?

2011-01-30 Thread Sebastien Decugis
Hello, I am trying to use a different C library than uClibc for my openwrt image (brcm47xx target) but I have the following problems: - selecting glibc will not compile. - selecting eglibc compiles fine, but bricks my router every time I use the generated image :( Unfortunately I don't have a