Hi,
can you change this and put the functionality in a more generic place so
that it works for all virtual interfaces ? felix explained in the hilink
thread that bruno started where he thinks this should go.
John
On 09/02/2016 21:38, Jakub Janco wrote:
> NCM protocol now propagate defaul
Hi,
i cant merge this without a correct patch for trunk.
John
On 08/02/2016 15:27, Sven Roederer wrote:
> The hardware of the v3 is identical to the v2.
>
> - adding support for WR1043v3
> - resending this patch after fixing the original from
> https://lists.openwrt.org/pipermail/openw
John Crispin - 8:40 26.02.16 wrote:
> Hi,
>
> few comments inline
>
> On 25/02/2016 13:39, Michal Hrusecky wrote:
> > Opkg now uses sha256 by default and expects them. Making it optionally
> > understand md5s also and detect md5 sum so we can migrate from configuration
> > that used md5.
> >
>
[...]
>>>
>>> +define Package/opkg-smime/config
>>> +config OPKG_SMIME_SUPPORT_MD5
>>> + bool
>>> + default n
>>> + depends on PACKAGE_opkg-smime
>>> + prompt "Support reading old md5 hashes."
>>> + help
>>> + Old opkg used md5s, new uses sha. This options enables understanding
>>> both
On 22/12/2015 10:36, Martin Schiller wrote:
>>> And there are also situations, where you even can't do it in
>> > hardware:
>>> > > when you use the xrx200 in Gigabit mode, you can use mac 0,1,2,4,5.
>>> > > mac/port 3 is dead in this case.
>>> > >
>>> > > But you can't tell an enduser/customer t
On Fri, Feb 26, 2016 at 2:33 PM, John Crispin wrote:
> Description of what the patch does is missing
>
> John
>
> On 26/02/2016 03:27, Zhao, Gang wrote:
> > Signed-off-by: Zhao, Gang
> > ---
> > cli.c | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/c
Hi,
this does not apply anymore. mind to rebase and resend it please ?
John
On 05/01/2016 12:48, Hannu Nyman wrote:
> Enable setting a host-specific lease time for static hosts.
> The new option is called "leasetime" and the format is similar
> as for the default lease time: e.g. 12h, 3d, infini
On Fri, Feb 26, 2016 at 2:33 PM, John Crispin wrote:
> Description of what the patch does is missing
>
Hi, John
Currently 'ubus listen' command does not respect the timeout parameter,
i.e., whether timeout parameter is provided, 'ubus listen' will always run
infinitely, this patch let 'ubus lis
Opkg now uses sha256 by default and expects them. Making it optionally
understand md5s also and detect md5 sum so we can migrate from configuration
that used md5.
Signed-off-by: Michal Hrusecky
---
package/system/opkg/Makefile | 35 +-
.../system/opkg/patches/23
hi
you need to put this information into the description of the patch
a patch normally has this format
---
The patch does ABC to achieve XYZ
Signed-off-by: name
---
$(The actual patch)
-
please resend both patches i
Hi Sergey,
Sorry for this late (!) reply, I totally missed this patch.
On 2 December 2015 at 15:48, Sergey Shatunov wrote:
> From: Prototik
It doesn't really matter for our svn repo, but please don't try hiding
your real name.
> Changes since v2:
> LED default state modified
We usually put
On 2 December 2015 at 21:25, Hauke Mehrtens wrote:
>> ++
>> ++leds {
>> ++compatible = "gpio-leds";
>> ++
>> ++wlan {
>> ++label = "bcm53xx:white:wlan";
>> ++gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>;
>> ++linux,
Enable setting a host-specific lease time for static hosts.
The new option is called "leasetime" and the format is similar
as for the default lease time: e.g. 12h, 3d, infinite
Default lease time is used for all hosts for which there is
no host-specific definition.
The option is added to /etc/con
On 26.2.2016 10:33, John Crispin wrote:
Hi,
this does not apply anymore. mind to rebase and resend it please ?
John
Rebased patch v2 re-sent as https://patchwork.ozlabs.org/patch/588694/
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.or
Currently 'ubus listen' command does not respect the timeout parameter,
i.e., whether timeout parameter is provided, 'ubus listen' will always
run infinitely. This patch let 'ubus listen' command support the timeout
parameter. For example, 'ubus listen -t 60' will cause the command to
exit after 60
Function ubus_cli_listen() is called only once, and function uloop_run()
and uloop_done() which need struct ubus_event_handler listener are
called within this function, so it's not needed to mark struct
ubus_event_handler listener as static. The same as pointer struct
ubus_context *ctx in main func
Hi
I have a board config for a device that I am about to commit to
OpenWRT. I am rebasing my work against trunk but some things have
changed since I made the config. My code was written against r46120 but
somethings doesn't work on r48800.
My question is how I should update my code to "prope
On 2016-02-26 15:27, micke.p...@telldus.se wrote:
> Hi
>
> I have a board config for a device that I am about to commit to
> OpenWRT. I am rebasing my work against trunk but some things have
> changed since I made the config. My code was written against r46120 but
> somethings doesn't work on r
Hi.
> In r48800 this file seems to have been replaced by
> /etc/board.d/02_network instead. Unfortunately "raw" uci commands does
> not work since its generating /etc/board.json instead? Am I correct?
>
> If I do this then "dhcp" is ignored and the interface is set to static
> anyway:
> ucidef_se
2016-02-26 15:35 skrev Felix Fietkau:
On 2016-02-26 15:27, micke.prag@telldus.sewrote:
Hi I have a board config for a device that I am about to commit to
OpenWRT. I am rebasing my work against trunk but some things have
changed since I made the config. My code was written against r46120
but
s
On 2016-02-26 15:54, micke.p...@telldus.se wrote:
> 2016-02-26 15:35 skrev Felix Fietkau:
>
>> On 2016-02-26 15:27, micke.prag@telldus.sewrote:
>>
>>> Hi I have a board config for a device that I am about to commit to
>>> OpenWRT. I am rebasing my work against trunk but some things have
>>> change
2016-02-26 17:20 skrev Felix Fietkau:
On 2016-02-26 15:54, micke.prag@telldus.sewrote:
2016-02-26 15:35 skrev Felix Fietkau:
On 2016-02-26 15:27, micke.prag@telldus.sewrote:
Hi I have a board config for a device that I am about to commit to
OpenWRT. I am rebasing my work against trunk but
This patch moves the OOLITE profile code into the overarching Gainstrong
profile and deletes the old single profile file.
Signed-off by: Stijn Segers
---
target/linux/ar71xx/generic/profiles/gainstrong.mk | 11 +++
target/linux/ar71xx/generic/profiles/oolite.mk | 18
Hello,
Im adding some custom init script in ImageBuilder throught FILES, but
these are not linked to /etc/rc.d on first boot.
Where to hook them?
If I make package, will it be linked automatically?
Thanks.
--
S pozdravom Jakub Janco
___
openwrt-devel
Remove the kmod-mt76 and kmod-rt2800-pci packages from the EX2700
profile to free up around 100 KiB of space on the root filesystem.
This patch applies to both trunk and Chaos Calmer.
Signed-off-by: Joseph C. Lehner
---
diff --git a/target/linux/ramips/mt7620/profiles/netgear.mk
b/target/linux
On Thu, 25 Feb 2016 14:27:56 +0100
Felix Fietkau wrote:
> On 2016-02-21 22:55, Michal wrote:
> > From: Michal Cieslakiewicz
> > Date: Sun, 21 Feb 2016 18:17:27 +0100
> > Subject: [PATCH 1/3] ar71xx: WNR612v2: exclude USB modules from
> > image
> >
> > Netgear WNR612v2 has no USB port yet defaul
On 2016-02-26 21:18, Michal wrote:
> On Thu, 25 Feb 2016 14:27:56 +0100
> Felix Fietkau wrote:
>
>> On 2016-02-21 22:55, Michal wrote:
>> > From: Michal Cieslakiewicz
>> > Date: Sun, 21 Feb 2016 18:17:27 +0100
>> > Subject: [PATCH 1/3] ar71xx: WNR612v2: exclude USB modules from
>> > image
>> >
On 2016-02-26 21:36, Felix Fietkau wrote:
> On 2016-02-26 21:18, Michal wrote:
>> On Thu, 25 Feb 2016 14:27:56 +0100
>> Felix Fietkau wrote:
>>
>>> On 2016-02-21 22:55, Michal wrote:
>>> > From: Michal Cieslakiewicz
>>> > Date: Sun, 21 Feb 2016 18:17:27 +0100
>>> > Subject: [PATCH 1/3] ar71xx: W
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Felix Fietkau wrote:
> - Interfaces using dhcp are usually considered 'wan' instead of 'lan',
> LAN should have a predictable IP address.
> If you believe that that any of the above changes are
> necessary, please provide compelling reasons for it. Ot
Hi community!
I believe I have discovered that uClibc++ incorrectly implements C++
exception ABI, allocating not enough memory in the
"__cxxabiv1::__cxa_allocate_exception":
/// code begin ///
retval = malloc (thrown_size + sizeof(__cxa_exception));
/// code end ///
uClibc++ allocates "thrown_
Use /etc/init.d/yourscript enable
It should be enabled by default, as I know.
On Sat, 27 Feb 2016 at 03:33, Jakub Jančo wrote:
> Hello,
>
> Im adding some custom init script in ImageBuilder throught FILES, but
> these are not linked to /etc/rc.d on first boot.
>
> Where to hook them?
>
> If I ma
On Fri, 26 Feb 2016 21:47:42 +0100
Felix Fietkau wrote:
> On 2016-02-26 21:36, Felix Fietkau wrote:
> > On 2016-02-26 21:18, Michal wrote:
> >> On Thu, 25 Feb 2016 14:27:56 +0100
> >> Felix Fietkau wrote:
> >>
> >>> On 2016-02-21 22:55, Michal wrote:
> >>> > From: Michal Cieslakiewicz
>
Move the `--recursive` switch from `git clone` to `git submodule`
so that submodules are cloned for upstream branches where the
PKG_SOURCE_VERSION commit-ish has a different .gitmodules
configuration than the repository default.
This is, for example, required when the master branch for a source
pa
33 matches
Mail list logo