[OpenWrt-Devel] Fwd: OpenVSwitch 2.5.0 for Linux kernel 4.3

2015-12-28 Thread Jeroen van Bemmel
version of the existing package ( with its own source code URL + patches )? Would it be a delta on the existing package, or a new "openvswitch-2.5.0" package? Thanks, Jeroen van Bemmel ___ openwrt-devel mailing list openwrt-devel@lis

Re: [OpenWrt-Devel] Bluetooth (bluez) in trunk

2012-05-26 Thread Jeroen van Bemmel
On 05/26/12 16:55, Michael Markstaller wrote: I'll use that as a basis (mine 2hrs old wasnt very different ;)) for now and keep posting, though I guess there needs to be some discussion on package-names etc before a final patch; I guess it makes sense to keep bluez 3.36 as it is and add bluez4

Re: [OpenWrt-Devel] Bluetooth (bluez) in trunk

2012-05-26 Thread Jeroen van Bemmel
Hi Michael, I did some work on that package too, attached. It compiles and installs, but does not work 100% yet. I found it rather difficult to see what is going wrong, 4.99 seems very different from 3.x. It may be old, but it works... Regards, Jeroen On 05/26/12 16:01, Michael Markstaller

[OpenWrt-Devel] kmod-rfkill dependencies

2012-04-23 Thread Jeroen van Bemmel
In package/kernel/modules/001-depends.mk there are the following lines: define SetDepends/rfkill DEPENDS:= @(TARGET_ar71xx||TARGET_brcm47xx||TARGET_s3c24xx||TARGET_x86||TARGET_gemini) endef - define AddDepends/rfkill DEPENDS+= +(TARGET_ar71xx||TARGET_brcm47xx||TARGET_s3c24xx||TARGET_x86):k

[OpenWrt-Devel] [PATCH] Update s-lang library to 2.2.4

2012-04-17 Thread Jeroen van Bemmel
See ftp://space.mit.edu/pub/davis/slang/v2.2/changes.txt for changes Signed-Off-By: Jeroen van Bemmel Index: feeds/packages/libs/slang2/Makefile === --- feeds/packages/libs/slang2/Makefile(revision 31337) +++ feeds/packages

[OpenWrt-Devel] Section reference warnings when building ixp4xx

2012-04-17 Thread Jeroen van Bemmel
Hello, I´m getting the following warnings during build: WARNING: arch/arm/mach-ixp4xx/built-in.o(.text+0x624): Section mismatch in reference from the function at24_setup() to the (unknown reference) .init.data:(unknown) The function at24_setup() references the (unknown reference) __initdata (u

Re: [OpenWrt-Devel] [PATCH] Make kernel version configurable for developers

2012-04-16 Thread Jeroen van Bemmel
mentioning the fact that they edited their Makefiles... Regards, Jeroen On 04/14/2012 05:20 PM, Felix Fietkau wrote: On 2012-04-14 9:37 PM, Jeroen van Bemmel wrote: The Linux kernel version is an important configuration aspect still missing from menuconfig. It should be possible to have the full

[OpenWrt-Devel] [PATCH] Fixes for D-Link DVA-G3810BN/TL (2)

2012-04-15 Thread Jeroen van Bemmel
Attached patch fixes a typo in the image Makefile, and overrides the board name for DVA-G3810BN to set the correct board properties Signed-Off-By: Jeroen van Bemmel Index: Makefile === --- Makefile(revision 31299

[OpenWrt-Devel] [PATCH] Fixes for D-Link DVA-G3810BN/TL (1)

2012-04-15 Thread Jeroen van Bemmel
Attached the patch to fix support for the D-Link DVA-G3810BN, generated by quilt Signed-Off-By: Jeroen van Bemmel --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c @@ -2137,6 +2137,71 @@ static struct board_info __initdata boar

Re: [OpenWrt-Devel] [PATCH] Make kernel version configurable for developers

2012-04-14 Thread Jeroen van Bemmel
ersion, but the suggested version for testing Regards, Jeroen Sent from Samsung Mobile Felix Fietkau wrote: On 2012-04-13 9:01 PM, Jeroen van Bemmel wrote: > A grep for LINUX_VERSION in target/linux/*/Makefile shows that OpenWRT > current uses a large number of different kernel versions for the

[OpenWrt-Devel] [PATCH] Make kernel version configurable for developers

2012-04-13 Thread Jeroen van Bemmel
override; other Makefiles will need to be patched in a similar way. Nothing is changed unless a developer explicitly selects the new option in the menu Signed-off-by: Jeroen van Bemmel Index: Config.in === --- Config.in(revi

Re: [OpenWrt-Devel] Fix for broken gpioctl (missing /dev/gpio) on brcm63xx

2012-04-12 Thread Jeroen van Bemmel
Hi John, Then perhaps gpioctl and gpio-dev should be marked as ¨obsolete¨ in the config or removed entirely? As is, it´s broken - better to have old but working code? Regards, Jeroen On 04/12/2012 01:03 AM, John Crispin wrote: On 12/04/12 08:59, Jeroen van Bemmel wrote: Hello, I needed

[OpenWrt-Devel] Fix for broken gpioctl (missing /dev/gpio) on brcm63xx

2012-04-12 Thread Jeroen van Bemmel
Hello, I needed to determine which GPIO pin was connected to the reset button, so I figured I´d use gpioctl to pull the status. However, /dev/gpio did not exist; I traced this and found that the probe function was not being called. Adding a platform_device called "GPIODEV" fixes this: static

[OpenWrt-Devel] Fixes for D-Link DVA-G3810BN/TL

2012-04-11 Thread Jeroen van Bemmel
Hello, Here´s some fixes for a D-Link DVA-G3810BN target. The first is an edit and the second should be a patch, but I´m not sure how to make the patch - it´s a heavily patched file Edit: trunk/target/linux/brcm63xx/image/Makefile # D-Link DVA-G3810BN/TL $(call Image/Build/CFEFIXUP,$(1),96358

[OpenWrt-Devel] Trunk build error in zaptel-1.4.12.1/kernel/zaptel-base.c

2012-04-04 Thread Jeroen van Bemmel
Hello, When building the OpenWRT trunk, I get a compilation error in zaptel-base.c. There is an include of smp_lock.h and two calls to lock_kernel and unlock_kernel. I´ve found other places in the code where similar issues were fixed. Itś easy enough to comment out the 3 offending lines to get