Re: [OpenWrt-Devel] [RFC] mac80211: update to wireless-testing 2015-03-09

2015-03-12 Thread Bryan Forbes
Hey Daniel, Very cool! I took a look at bumping hostapd to a newer snapshot from master and I gave up because the patch refresh got really hairy and I didn’t have the time to figure it out (I barely had time for the mac80211 update). When you say “current release” of hostapd, do you mean a

[OpenWrt-Devel] [PATCH] lldpd: add support for 'readonly_mode'

2015-03-12 Thread Alexandru Ardelean
Signed-off-by: Alexandru Ardelean ardeleana...@gmail.com --- package/network/services/lldpd/files/lldpd.init | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/network/services/lldpd/files/lldpd.init b/package/network/services/lldpd/files/lldpd.init index 2b1b223..40f2611 100644 ---

Re: [OpenWrt-Devel] [PATCH] ramips: Fix failsafe switch workaround for RT5350 introduced in r42179.

2015-03-12 Thread John Crispin
On 10/03/2015 20:16, Vittorio G (VittGam) wrote: Il 10.03.2015 14:18 John Crispin ha scritto: hi can you send a version that has the pattern shown below please and 0 1 2 3 4 5 6 is wrong, exclude the wan port from the list please. John The problem is that it's not easy to

Re: [OpenWrt-Devel] How to Custom admin page on openwrt ?

2015-03-12 Thread Claudio Thomas
On 12.03.2015 08:24, Tymon wrote: *Hi all,* * As we all known, the default method to access the router's administration web page(Luci) is to type http://192.168.1.1 http://192.168.1.1/ on the browser. I am curious about how can the router recognize thehttp://192.168.1.1

[OpenWrt-Devel] Squid: Configuring Intercept Mode

2015-03-12 Thread Ronaldo Afonso
Hi, I'm trying to configure my Squid with the intercept mode in OpenWRT, but I checked the /etc/init.d/squid init script and it's preventing me from inserting a string for option http_port ... validate_squid_section() { uci_validate_section squid squid ${1} \

Re: [OpenWrt-Devel] How to Custom admin page on openwrt ?

2015-03-12 Thread Claudio Thomas
On 12.03.2015 09:45, Tymon wrote: Thank you for your answer, Claudio Thomas: I use the default utility called dnsmasq ( a light-weigh dns server and dhcp server) on openwrt 12.09. Of course the dhcp-server function is enabled and PC-wireless client can get the ip

Re: [OpenWrt-Devel] [PATCH 1/1] kernel: refined one of 514-yaffs-3.6-use-delayed-work-instead-of-write_super.patch

2015-03-12 Thread John Crispin
the bit which i am missing here is how do you enable YAFFS_HAS_WRITE_SUPER ? On 02/03/2015 06:11, ngc wrote: Modified 514-yaffs-3.6-use-delayed-work-instead-of-write_super.patch which was included old trunk, to fit the current trunk kernel. This needs to support the behavior when

Re: [OpenWrt-Devel] [PATCH] uClibc: fix syscall() for syscalls with 6 arguments on PowerPC

2015-03-12 Thread John Crispin
i bet you had a lot of fun tracking down this one :) i've just added it to my local queue On 11/03/2015 20:27, Matthias Schiffer wrote: Patch from the uClibc master. Fixes the package fastd on PowerPC. Signed-off-by: Matthias Schiffer mschif...@universe-factory.net ---

Re: [OpenWrt-Devel] 回复: How to Custom admin page on openwrt ?

2015-03-12 Thread Ben Mulvihill
Surely it is possible to do this using dnsmasq? I have something like this in my /etc/config/dhcp file: config dnsmasq option domainneeded '1' option boguspriv '1' option filterwin2k '0' option localise_queries '1' option rebind_protection '1'

[OpenWrt-Devel] Ubiquiti AirOS7 is based on openwrt r40432

2015-03-12 Thread Nemesis
Hi all, I went at this URL: https://www.ubnt.com/download/?group=nanobeam-ac Clicked on GPL Archive, downloaded it, extracted it, and took a look in it and found out a readme file which states: that the archive contains all GPL related sources and modifications made by Ubiquiti Networks on

Re: [OpenWrt-Devel] [PATCH 1/2] toolchain: The glorious return of glibc, ver 2.21

2015-03-12 Thread John Crispin
Hi Jeff, i am merging the whole lot now with a small change On 11/03/2015 18:17, Jeff Waugh wrote: prompt Preferred standard C++ library - default USE_LIBSTDCXX if USE_EGLIBC + default USE_LIBSTDCXX if USE_GLIBC || USE_EGLIBC i will make eglibc select

Re: [OpenWrt-Devel] Ubiquiti AirOS7 is based on openwrt r40432

2015-03-12 Thread Bastian Bittorf
* Nemesis neme...@ninux.org [12.03.2015 14:08]: Anybody else has studied this code and found out anything interesting? 8-))) see, they use an acient php from: http://museum.php.net/php2/ bye, bastian ___ openwrt-devel mailing list

[OpenWrt-Devel] [PATCH] lldpd: make LLDP-MED, DOT1 and DOT3 extensions disable-able

2015-03-12 Thread Alexandru Ardelean
The names for the config options were taken from lldpd's configure.ac file. Signed-off-by: Alexandru Ardelean ardeleana...@gmail.com --- package/network/services/lldpd/Config.in | 16 package/network/services/lldpd/Makefile | 3 +++ 2 files changed, 19 insertions(+) diff

Re: [OpenWrt-Devel] Why OpenWrt sucks?

2015-03-12 Thread José Vázquez
2015-03-09 23:28 GMT+01:00, David Lang da...@lang.hm: On Mon, 9 Mar 2015, José Vázquez wrote: OpenWRT is a linux distro oriented to networking so the kernel and drivers are important, but you must not forget that the init process (procd and related after AA) is one of the cores of this distro

[OpenWrt-Devel] [PATCH] ipset: add ipmark support

2015-03-12 Thread Jeroen Louwes
Below you'll find a patch to add ipmark module support to ipset. Changeset 44671 already bumped ipset to version 6.24, but it's still compiled without ipmark support. This is a requirement for mwan3 v1.6. Signed-off-by: Jeroen Louwes jeroen.lou...@gmail.com --- diff --git

[OpenWrt-Devel] [PATCH 26/33] atheros: v3.18: cleanup includes

2015-03-12 Thread Sergey Ryazanov
Remove odd and add missed includes. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/100-board.patch | 49 +++--- .../patches-3.18/101-early-printk-support.patch| 3 +- .../atheros/patches-3.18/105-ar2315_pci.patch | 4 +-

[OpenWrt-Devel] [PATCH 23/33] atheros: v3.18: switch to IRQ domain

2015-03-12 Thread Sergey Ryazanov
Rework MISC and PCI IRQ controllers code to use IRQ domains and bitops. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/config-3.18 | 1 + target/linux/atheros/patches-3.18/100-board.patch | 232 -

[OpenWrt-Devel] [PATCH 21/33] atheros: v3.18: remap flash for boardconfig parsing

2015-03-12 Thread Sergey Ryazanov
Rework boardconfig handling code to honestly remap flash memory region. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/100-board.patch | 137 ++--- .../atheros/patches-3.18/102-ar5312_gpio.patch | 2 +-

[OpenWrt-Devel] [PATCH 01/33] atheros: add v3.18 support

2015-03-12 Thread Sergey Ryazanov
Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/{config-3.14 = config-3.18} | 10 +++--- .../atheros/{patches-3.14 = patches-3.18}/100-board.patch | 4 ++-- .../101-early-printk-support.patch | 2 +-

[OpenWrt-Devel] [PATCH 31/33] atheros: remove odd board check during image build

2015-03-12 Thread Sergey Ryazanov
Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/image/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/linux/atheros/image/Makefile b/target/linux/atheros/image/Makefile index a31bf6a..86f2d44 100644 --- a/target/linux/atheros/image/Makefile +++

[OpenWrt-Devel] [PATCH 28/33] atheros: v3.18: renumber backported patches

2015-03-12 Thread Sergey Ryazanov
Move first 3 patches to 0xx numbers range to denote that this is backported code and they should be removed when we update kernel to version = 3.19 Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/{100-board.patch = 010-board.patch}| 0

[OpenWrt-Devel] [PATCH 08/33] atheros: v3.18: update names and declarations

2015-03-12 Thread Sergey Ryazanov
Sync functions, variables and enums names with upstream. Mostly replace 'ar231x_' prefix by 'ath25_'. No functional changes, except few 'int' - 'unsigned' changes. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/100-board.patch | 416

[OpenWrt-Devel] [PATCH 09/33] atheros: v3.18: change calls logic

2015-03-12 Thread Sergey Ryazanov
Check SoC family (AR5312+ or AR2315+) before call instead of checking it inside the called function. Also convert ar{5312,2315}_init_device() function to void, since they both return zero and nobody care about return value. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com ---

[OpenWrt-Devel] [PATCH 12/33] atheros: v3.18: relocate PCI host DMA base definition

2015-03-12 Thread Sergey Ryazanov
Put AR2315_PCI_HOST_SDRAM_BASEADDR macro to DMA header, since this is arbitrary value and not some hw specific constant. Also this relocation decouples dma from HW specific header. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/100-board.patch | 19

[OpenWrt-Devel] [PATCH 17/33] atheros: v3.18: pass PCI IRQ and I/O mem via resources

2015-03-12 Thread Sergey Ryazanov
Pass PCI IRQ and I/O memory ranges via platform device resources, this change makes PCI controller driver independed from arch headers, so also remove few includes. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- .../atheros/patches-3.18/105-ar2315_pci.patch | 71

[OpenWrt-Devel] [PATCH 16/33] atheros: v3.18: remap PCI controller MMR memory

2015-03-12 Thread Sergey Ryazanov
Honestly remap PCI controller MMR and use accessor functions to interact with registers. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/100-board.patch | 3 +- .../atheros/patches-3.18/105-ar2315_pci.patch | 135 + 2 files

[OpenWrt-Devel] [PATCH 13/33] atheros: v3.18: rearrange PCI regs definitions

2015-03-12 Thread Sergey Ryazanov
Move PCI controller configuration registers from generic header to driver source. No functional changes. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/100-board.patch | 93 +- .../atheros/patches-3.18/105-ar2315_pci.patch | 104

[OpenWrt-Devel] [PATCH 25/33] atheros: v3.18: rearrange code between patches

2015-03-12 Thread Sergey Ryazanov
Cleanup board patch by moving code to specific patches, and factor out leds to separate patch. No functional changes. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/100-board.patch | 331 +

[OpenWrt-Devel] [PATCH 22/33] atheros: v3.18: update register names

2015-03-12 Thread Sergey Ryazanov
Make register names more consistent, mostly add appropriate prefix (AR5312_ or AR2315_) or _BASE suffix. Also add macro to simplify mask and shift operation. No functional changes. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/100-board.patch | 381

[OpenWrt-Devel] [PATCH 18/33] atheros: v3.18: cleanup register headers

2015-03-12 Thread Sergey Ryazanov
AFAIK, no one AR2315+ chip (AR2315, AR2316, AR2317, AR2318) does not contain IR block, so remove IR registers definitions. Also remove few unused macroses. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/100-board.patch | 64 +++ 1

[OpenWrt-Devel] [PATCH 20/33] atheros: v3.18: make registers headers local

2015-03-12 Thread Sergey Ryazanov
There are no external users (last one was PCI driver) for these headers, so move them to arch directory. Few macroses from ar231x.h header moved to devices.h and file was removed. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/100-board.patch | 36

[OpenWrt-Devel] [PATCH 29/33] atheros: switch to 3.18

2015-03-12 Thread Sergey Ryazanov
Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/atheros/Makefile b/target/linux/atheros/Makefile index 3983ff7..170d4af 100644 --- a/target/linux/atheros/Makefile +++

[OpenWrt-Devel] [PATCH 15/33] atheros: v3.18: add context container for PCI driver

2015-03-12 Thread Sergey Ryazanov
Add container and place all context specific variables and structure to it. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- .../atheros/patches-3.18/105-ar2315_pci.patch | 123 - 1 file changed, 70 insertions(+), 53 deletions(-) diff --git

[OpenWrt-Devel] [PATCH 14/33] atheros: v3.18: move PCI enable code to arch

2015-03-12 Thread Sergey Ryazanov
Move PCI host interface enable code to arch, since it touches generic SoC registers outside the PCI MMR region. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- .../atheros/patches-3.18/105-ar2315_pci.patch | 44 +++--- 1 file changed, 23 insertions(+), 21

[OpenWrt-Devel] [PATCH 00/33] atheros: switch to 3.18 and rename to ath25

2015-03-12 Thread Sergey Ryazanov
This series adds linux 3.18 support, then step-by-step converts patches to upstream ath25 version and then renames target to ath25. Actually 2/3 of these patches could be merged to single huge patch entitled 'backport ath25', but I took this step-by-step way to preserve logic and history of

[OpenWrt-Devel] [PATCH 06/33] atheros: v3.18: remove eth platform device unused field

2015-03-12 Thread Sergey Ryazanov
Ethernet controller driver don't use boarddata directly, so remove corresponding field from its platform device structure. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/100-board.patch | 10 +++---

[OpenWrt-Devel] [PATCH 02/33] atheros: v3.18: rename ATHEROS_AR231X symbol to ATH25

2015-03-12 Thread Sergey Ryazanov
This patch starts upsteam ath25 code backporting. No functional changes. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- .../patches-3.14/404-mtd-cybertan-trx-parser.patch | 2 +- target/linux/atheros/config-3.18 | 2 +-

[OpenWrt-Devel] [PATCH 03/33] atheros: v3.18: rename kernel platform to ath25

2015-03-12 Thread Sergey Ryazanov
Rename platform source directory and asm includes directory. No functional changes. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/100-board.patch | 116 ++--- .../patches-3.18/101-early-printk-support.patch| 10 +-

[OpenWrt-Devel] [PATCH 04/33] atheros: v3.18: rename platform header

2015-03-12 Thread Sergey Ryazanov
Rename ar231x_platform.h to ath25_platform.h Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/100-board.patch | 10 +- target/linux/atheros/patches-3.18/105-ar2315_pci.patch | 2 +-

[OpenWrt-Devel] [PATCH 27/33] atheros: v3.18: non-functional cleanup

2015-03-12 Thread Sergey Ryazanov
To finally sync code with upsream cleanup registers headers, and update several comments and kernel config symbols descriptions. No functional changes. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/100-board.patch | 701 +

[OpenWrt-Devel] [PATCH 32/33] Rename 'atheros' target to 'ath25'

2015-03-12 Thread Sergey Ryazanov
Rename 'atheros' target to more precise 'ath25'. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- package/kernel/mac80211/Makefile| 6 +++--- package/kernel/wrt55agv2-spidevs/Makefile | 2 +- target/linux/{atheros =

[OpenWrt-Devel] [PATCH 33/33] ath25: set myself as maintainer

2015-03-12 Thread Sergey Ryazanov
Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/ath25/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ath25/Makefile b/target/linux/ath25/Makefile index b1baa2e..ae867e9 100644 --- a/target/linux/ath25/Makefile +++ b/target/linux/ath25/Makefile @@

[OpenWrt-Devel] [PATCH 07/33] atheros: v3.18: cleanup cpu-feature-overrides.h

2015-03-12 Thread Sergey Ryazanov
Remove mention of undefined features. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/100-board.patch | 22 +- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/target/linux/atheros/patches-3.18/100-board.patch

[OpenWrt-Devel] [PATCH 05/33] atheros: v3.18: remove odd header reset.h

2015-03-12 Thread Sergey Ryazanov
This header provides prototype for function without realization and users. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/100-board.patch | 9 - 1 file changed, 9 deletions(-) diff --git a/target/linux/atheros/patches-3.18/100-board.patch

[OpenWrt-Devel] [PATCH 11/33] atheros: v3.18: rework early initialization

2015-03-12 Thread Sergey Ryazanov
Do not use prom_init() callback, do memory initialization in plat_mem_setup() callback and move serial port configuration to arch_initcall stage. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/100-board.patch | 71 +++---

[OpenWrt-Devel] [PATCH 10/33] atheros: v3.18: rearrange interrupt handling functions

2015-03-12 Thread Sergey Ryazanov
No functional changes, just change functions order in source file. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/100-board.patch | 142 ++--- .../atheros/patches-3.18/105-ar2315_pci.patch | 2 +- 2 files changed, 72

[OpenWrt-Devel] [PATCH 19/33] atheros: v3.18: remap main SoC MMR memory

2015-03-12 Thread Sergey Ryazanov
Honestly remap main SoC MMR mem and use accessor functions to interact with registers. Now registers defined relatively to base address (e.g. SDRAM controller base address). Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/100-board.patch | 409

[OpenWrt-Devel] [PATCH 24/33] atheros: v3.18: move GPIO patches behind PCI

2015-03-12 Thread Sergey Ryazanov
Move GPIO patches behind PCI patch, since they are not yet merged upstream. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/atheros/patches-3.18/105-ar2315_pci.patch| 6 +++--- .../patches-3.18/{102-ar5312_gpio.patch = 107-ar5312_gpio.patch} | 0

Re: [OpenWrt-Devel] ?????? How toCustom admin page on openwrt ?

2015-03-12 Thread Tymon
strange, how can the cgi or uhttp translate myrouter.site1 to gateway ip(i.e. your router, default is 192.168.1.1) ? -- Regards, banglang huang ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH 1/2] toolchain: The glorious return of glibc, ver 2.21

2015-03-12 Thread John Crispin
On 12/03/2015 20:22, Mirko Vogt wrote: On 03/11/2015 06:17 PM, Jeff Waugh wrote: It's the eglibc packaging with a bit of spit-polishing. And testing. :-) Signed-off-by: Jeff Waugh j...@bethesignal.org [..] On 03/11/2015 06:02 PM, Jeff Waugh wrote: With those applied, a default (VoCore,

Re: [OpenWrt-Devel] [PATCH 1/2] toolchain: The glorious return of glibc, ver 2.21

2015-03-12 Thread Mirko Vogt
On 03/11/2015 06:17 PM, Jeff Waugh wrote: It's the eglibc packaging with a bit of spit-polishing. And testing. :-) Signed-off-by: Jeff Waugh j...@bethesignal.org [..] On 03/11/2015 06:02 PM, Jeff Waugh wrote: With those applied, a default (VoCore, mipsel) build completes successfully.

[OpenWrt-Devel] [PATCH] rules.mk: add newline definition

2015-03-12 Thread Alexandru Ardelean
To be used for stuff like $(subst $(space),$(newline),$(SOME_VAR)) Signed-off-by: Alexandru Ardelean ardeleana...@gmail.com --- rules.mk | 5 + 1 file changed, 5 insertions(+) diff --git a/rules.mk b/rules.mk index 078ebe3..e61cc3f 100644 --- a/rules.mk +++ b/rules.mk @@ -30,6 +30,11 @@

Re: [OpenWrt-Devel] Xilinx Zynq zedboard integration

2015-03-12 Thread Roman Yeryomin
Hi! Sorry I was not replying. Was busy changing my day job. So... your board is configured to use some rsa boot, what is probably is some signed image. And u-boot environment is real mess :) I suggest you to try configuring to use regular nandboot. AFAIK, you can just type nandboot (or whichever

Re: [OpenWrt-Devel] Ubiquiti AirOS7 is based on openwrt r40432

2015-03-12 Thread Nemesis
On 03/12/2015 02:12 PM, Bastian Bittorf wrote: * Nemesis neme...@ninux.org [12.03.2015 14:08]: Anybody else has studied this code and found out anything interesting? 8-))) see, they use an acient php from: http://museum.php.net/php2/ I've noticed, why is that? I also noticed some mysql

Re: [OpenWrt-Devel] Xilinx Zynq zedboard integration

2015-03-12 Thread Javier Domingo Cansino
Hey!! How long!!! I have narrowed down the problem to the kernel, as it doesn't even do an early_printk. I compiled manually the kernel from Xilinx's latest tag, and substituted it in the SD (leaving the rest of openwrt generated files: fs, uboot and FSBL), and managed to print some traces till

[OpenWrt-Devel] ?????? How to Custom admin page on openwrt ?

2015-03-12 Thread Tymon
That's great, I will have a try on my testbed in my home. And I agree with you that admin.myrouter is a proper domain name for my case. -- Regards, banglang huang ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] DS-Lite interface is not coming up.

2015-03-12 Thread Sekhar Avutu
I have UCI configuration config interface 'wan' option proto 'dslite' option ip6addr '2001::100' option peeraddr '2001::200' option ipaddr '192.168.0.2' option netmask '255.255.255.0' in /etc/config/network. when i run netifd, the dslite interface is not

Re: [OpenWrt-Devel] 回复: How to Custom admin page on openwrt ?

2015-03-12 Thread Conor O'Gorman
default hostname is OpenWrt from system config. default domain is lan from dhcp config. Hence OpenWrt.lan should work. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 1/2] toolchain: The glorious return of glibc, ver 2.21

2015-03-12 Thread Jeff Waugh
On Fri, Mar 13, 2015 at 6:25 AM, John Crispin blo...@openwrt.org wrote: Please don't just compile test. Right now /usr/lib is not added as a searchable path for so-libs which renders it pretty much unusable. That was what the now missing patch 200-add-dl-search-paths.patch dealt with.

[OpenWrt-Devel] [PATCH] ralink: MT7621 add i2c controller driver

2015-03-12 Thread wengbj
ralink i2c driver is not working on MT7621 platform. Porting a new drivers from MTK's source code. Signed-off-by: daixj fl.serv...@t-firefly.com --- target/linux/ramips/modules.mk | 20 +- .../0111-i2c-MIPS-add-mt7621-I2C-driver.patch | 390 2

[OpenWrt-Devel] How to Custom admin page on openwrt ?

2015-03-12 Thread Tymon
Hi all, As we all known, the default method to access the router's administration web page(Luci) is to type http://192.168.1.1; on the browser. I am curious about how can the router recognize thehttp://192.168.1.1as its accessible site ? More interesting thing is I used to see

Re: [OpenWrt-Devel] Why OpenWrt sucks?

2015-03-12 Thread John Clark
On Mar 10, 2015, at 7:21 AM, valent.turko...@gmail.com wrote: Can anyone explain to me how NDAs come into this? Because I remember one discussions with Mikrotik developer who said that they can't release their Atheros driver that they developed as open source because they signed NDA with

[OpenWrt-Devel] [PATCH 3/3] [rpcd] file: free memory after opendir()

2015-03-12 Thread Luka Perkov
Signed-off-by: Luka Perkov l...@openwrt.org --- file.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/file.c b/file.c index 9a3dfd8..31a937d 100644 --- a/file.c +++ b/file.c @@ -267,6 +267,8 @@ rpc_file_list(struct ubus_context *ctx, struct ubus_object *obj,