Hi Angelo,
> I'm facing an issue with,I think, iptables. This is the scenario: I'm
> using a ddns service to point my external ip to access my server; and it
> works fine, but the original address is always the internal iface of my
> modem.
I am not sure what is the source and the destinatio
I'm trying to compile a vendor open source driver under the latest trunk.
My package Makefile has
DEPENDS:= +wireless-tools @USB_SUPPORT +kmod-cfg80211 +kmod-mac80211 but
I'm still getting this CONFIG_CFG80211 nor CONFIG_CFG80211_MODULE is
defined in kernel.
Looking into the .config file I don't s
On 2015-05-13 20:14, Hante Meuleman wrote:
> Bloated? Seriously? Putting the lines in either C or H and either have an
> additional include or a prototype (both 1 line).
Having the function in the .c file along with the EXPORT_SYMBOL makes
the kernel size bigger. Including the header file with an
On 13 May 2015 at 18:45, Felix Fietkau wrote:
> On 2015-05-13 09:48, Hante Meuleman wrote:
>> Initially I made the free an inline from header file, but it doesn't compile
>> out of the box as it needs the definition for kfree and not all c files which
>> include this header file had this, as I don
Recently the system log started to report a warning "failed to symlink /tmp ->
/var".
This symlink is part of the base-files package and later procd tries to do the
same
in early.c. As the symlink is already there this fails and throws the warning.
Until few weeks ago this failed silently, on Mar
On 2015-05-13 09:48, Hante Meuleman wrote:
> Initially I made the free an inline from header file, but it doesn't compile
> out of the box as it needs the definition for kfree and not all c files which
> include this header file had this, as I don't like the inclusion of header
> files from head
Hello,
I found out that in some rare cases grep can treat Makefile as a binary file.
That happened to me on UTF-8 Gentoo if Makefile contained a character which was
from extended ASCII table.
Without this patch the output of the grep command in the $(FILELIST) target is
not valid (contains lin
On 12 May 2015 at 10:16, Hante Meuleman wrote:
> Do not mimic the vlan configuration in some devices like R8000 as the
> configuration is to be used with SW accelerators not available in OpenWRT.
> It is not possible to use the switch with vlan port configuration 0 1 2 3 5 7
> 8,
> without making
Hi all,
first of all, I'm sorry for my poor english and if I placed my question
in a wrong place.
I'm facing an issue with,I think, iptables. This is the scenario: I'm
using a ddns service to point my external ip to access my server; and it
works fine, but the original address is always the in
The CONFIG_* variables are correctly handled when building nearly all
targets (at least packages and full build) yet they are not honored on
kernel_menuconfig and similar targets.
Some use case :
make CONFIG_DOWNLOAD_FOLDER=../dl/ kernel_menuconfig
make CONFIG_BUILD_SUFFIX=test kernel_oldconf
MR-102N is a RT3050F based wireless router(32M RAM + 8M NOR flash) with 1 USB
and 1 ethernet port. The original product information can be found at:
http://www.aximcom.com/en/MR-102N
Signed-off-by: Tai-hwa Liang
---
target/linux/ramips/base-files/etc/board.d/01_leds | 4 +
.../linux/ramips/b
Hello,
if you run:
./scripts/feeds clean
It removes ./feeds folder but not ./package/feeds/ which is full of dangling
links then. This patch fixes it.
Best Regards,
Martin Strba??ka
Signed-off-by: Martin Strbacka
---
scripts/feeds | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -
Signed-off-by: Roman Yeryomin
---
package/network/services/hostapd/files/netifd.sh | 5 +
1 file changed, 5 insertions(+)
diff --git a/package/network/services/hostapd/files/netifd.sh
b/package/network/services/hostapd/files/netifd.sh
index 23d2e7e..1d1b098 100644
--- a/package/network/serv
Signed-off-by: Roman Yeryomin
---
include/iwinfo.h | 9 +
iwinfo_cli.c | 2 +-
iwinfo_nl80211.c | 7 +++
3 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/include/iwinfo.h b/include/iwinfo.h
index 95020a4..856525e 100644
--- a/include/iwinfo.h
+++ b/include/iwinfo.h
@
Signed-off-by: Roman Yeryomin
---
iwinfo.c | 41 -
1 file changed, 40 insertions(+), 1 deletion(-)
diff --git a/iwinfo.c b/iwinfo.c
index 325c07a..6e34ea1 100644
--- a/iwinfo.c
+++ b/iwinfo.c
@@ -317,6 +317,41 @@ rpc_iwinfo_info(struct ubus_context *ctx, s
Hello,
I don't have the original email, hence this one.
Is there a conclusion for this patch : "lldpd: update to version 0.7.14"
http://patchwork.ozlabs.org/patch/463177/ ?
Thanks
Alex
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http
On 12/05/15 17:57, Jakub Jančo wrote:
Hello,
I have tplink 1043nd with BB
Problem is that I have dhcp client on WAN and if I unplug cable from
WAN, it doesnt change status, give up dhcp address.
Even worse is that if I plug cable with another end point with another
network, WAN dhcp client doe
Signed-off-by: Cristian Morales Vega
---
.../linux/ramips/base-files/etc/board.d/02_network | 5 +
target/linux/ramips/base-files/lib/ramips.sh | 3 +
.../ramips/base-files/lib/upgrade/platform.sh | 1 +
target/linux/ramips/dts/AP699GE8C2.dts | 112 +++
Initially I made the free an inline from header file, but it doesn't compile
out of the box as it needs the definition for kfree and not all c files which
include this header file had this, as I don't like the inclusion of header
files from header files I choose to make an implementation in the
19 matches
Mail list logo