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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo