Re: [OpenWrt-Devel] scanning kernel packages for targets

2012-04-21 Thread kalyan
Hi, The following change works for me without any problems. Could the following change be merged in trunk? Do you see any side-effects? Regards Kalyan On Thu, Apr 19, 2012 at 1:04 PM, kalyan wrote: > Hi, > > Currently in see this in ./package/kernel/Makefile: > SCAN_DEPS=modules/*.mk > > As a

Re: [OpenWrt-Devel] [PATCH] base-files: implement new config "root_readonly" (RESENT)

2012-04-21 Thread ching
readonly.patch Type: text/x-patch Size: 635 bytes Desc: not available URL:<http://lists.openwrt.org/pipermail/openwrt-devel/attachments/20120421/fa11c850/attachment-0001.bin> -- ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] openwrt-devel Digest, Vol 76, Issue 59

2012-04-21 Thread ching
remount root rw manually if he/she set this option Signed-off-by: ching 1 files changed -- next part -- A non-text attachment was scrubbed... Name: root_readonly.patch Type: text/x-patch Size: 6

[OpenWrt-Devel] [WIP] OpenConnect VPN support

2012-04-21 Thread David Woodhouse
Here's a first attempt at implementing OpenConnect VPN support. It works, and 'ifup foo' will bring up the network and provide a 'vpn-foo' interface with both IPv6 and Legacy IP all configured by vpnc-script as it should be. I can run 'ifup foo ; ifconfig vpn-foo' and see the correct addresses.

[OpenWrt-Devel] [GIT PULL v2] Introduce php5 pecl packages

2012-04-21 Thread Michael Heimpold
Hi Florian, > Your pull request basically looks okay to me, I just have a couple comments: > > - can you create a dedicated branch, so I know I can safely pull from > this branch > - the patches in your tree don't have your signed-off-by tag, can you > add it? thanks for your comments. So here

Re: [OpenWrt-Devel] Generic x86 target still on 2.6.39?

2012-04-21 Thread Philip Prindeville
As far as I can tell, it's because Kaloz owns the x86 architecture as a whole, but he's not particularly active. -Philip On 4/19/12 6:21 AM, Adam Gensler wrote: > I see that a number of targets were recently bumped up to kernel 3.2.15, > including the x86 subtargets like the alix and geos. How

[OpenWrt-Devel] [PATCH] ar71xx: TL-WR741NDv4: add WLAN LED config

2012-04-21 Thread Matthias Schiffer
On TP-Link TL-WR741ND version 4, the WLAN LED must be configured to work. Signed-off-by: Matthias Schiffer --- target/linux/ar71xx/base-files/etc/uci-defaults/leds |1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/leds b/target/linux/ar71xx/b

Re: [OpenWrt-Devel] Sysupgrade x86 bounty

2012-04-21 Thread Philip Prindeville
Sorry for being dense: where is the overlay filesystem during all of this? /dev/sda4? On 4/12/12 8:28 PM, Adam Gensler wrote: > I think the layout of the x86 filesystem needs to change in order to > support sysupgrade properly. Personally I'm using an alix2 board with > the ext4 filesystem (tru

[OpenWrt-Devel] [PATCH] Upgrade nginx to 1.0.15

2012-04-21 Thread Mark Mentovai
Changelog: http://nginx.org/en/CHANGES-1.0 This upgrade includes a fix for a security vulnerability, CVE-2012-2089. Signed-off-by: Mark Mentovai --- Index: packages/net/nginx/Makefile === --- packages/net/nginx/Makefile (revision

[OpenWrt-Devel] [patch 1/2] Simple ExitOnForwardFailure implementation.

2012-04-21 Thread Christian Gagneraud
This adds a patch to dropbear, that mimic the "ExitOnForwardFailure" of OpenSSH. This is the easiest way i've found to implement this, just 2 lines of code that close the connection if the forward fails. Without this dropbear will never returns and will hang for ever. Signed-off-by: Christian Ga

[OpenWrt-Devel] [patch 0/2] Enhance dropbear with port forwardings

2012-04-21 Thread Christian Gagneraud
These 2 patches add support for port forwarding. Like OpenSSH dropbear support local and remote port forwarding. This is a very neat feature that allows to forward (or tunnel) a listening port from one host to another. There are 2 types of port forwarding: local and remote. The first patch is to

[OpenWrt-Devel] [patch 2/2] Add remote and local port forwarding features with dropbear.

2012-04-21 Thread Christian Gagneraud
As dropbear doesn't support /etc/ssh/known_hosts, /root/.ssh/known_hosts is used instead. There's a coming patch to come for LuCI that adds a web interface to configure everything, this includes adding known hosts to /root/.ssh/known_hosts which is a requirements for port forwarding. Signed-off

[OpenWrt-Devel] [patch 0/2] Enhance dropbear with port forwardings

2012-04-21 Thread Christian Gagneraud
These 2 patches add support for port forwarding. Like OpenSSH dropbear support local and remote port forwarding. This is a very neat feature that allows to forward (or tunnel) a listening port from one host to another. There are 2 types of port forwarding: local and remote. The first patch is to

Re: [OpenWrt-Devel] [PATCH] Initial support for Tenda W306R V2.0

2012-04-21 Thread Gabor Juhos
Hi David, > More device info at: http://wiki.openwrt.org/toh/tenda/w306r I have applied this with some fixes, but I still have a question. See below. > > Index: target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig > === > ---

Re: [OpenWrt-Devel] [PATCH] Add Lua bindings for libgps

2012-04-21 Thread christian Gagneraud
On 04/16/2012 02:31 PM, Dave Taht wrote: On Mon, Apr 16, 2012 at 2:37 AM, Christian Gagneraud wrote: On 05/04/12 16:19, Dave Taht wrote: I note that I have been tracking the latest gpsds closely (with the new api) A problem is that it requires that scons support be added to the mainline openw

[OpenWrt-Devel] [PATCH] base-files: implement new config "root_readonly" (RESENT)

2012-04-21 Thread ching
In the view of user, we always hard power-off router, and do not expect any unexpected background flashing which can lead to fs corruption. As the number of package of OpenWRT increases, the probability of unexpected background flashing will increase. Although OpenWRT developers are brilliant

[OpenWrt-Devel] [PATCH] Adding wifi eeprom extract for ARV752DPW - Easybox 802

2012-04-21 Thread Christian Rustmeier
Adding wifi eeprom extract for ARV752DPW - Easybox 802 Signed-off-by: Christian Rustmeier --- Index: 10-rt2x00-eeprom === --- 10-rt2x00-eeprom(revision 31394) +++ 10-rt2x00-eeprom(working copy) @@ -30,6 +30,9 @@ "RT2860.eep

[OpenWrt-Devel] [PATCH] libssh2

2012-04-21 Thread Jiri Slachta
Hi, libssh2 package fails to compile. Last version of libssh2 package solves this problem. Signed-off-by: Jiri Slachta Index: feeds/packages/libs/libssh2/Makefile === --- feeds/packages/libs/libssh2/Makefile(revision 31388)

[OpenWrt-Devel] [PATCH] base-files: implement new config "root_readonly"

2012-04-21 Thread ching
In the view of user, we always hard power-off router, and do not expect any unexpected background flashing which can lead to fs corruption. As the number of package of OpenWRT increases, the probability of unexpected background flashing will increase. Although OpenWRT developers are brilliant

Re: [OpenWrt-Devel] [OpenWrt BuildRoot] Build target generation flow

2012-04-21 Thread peter.meng
I think you can refer to include/*.mk file Peter Meng On Sat, Apr 21, 2012 at 5:02 AM, Peter Wang wrote: > Dear All, > > > > I am new to OpenWrt and interested in OpenWrt Buildroot makefile > architecture > > We know we have a shortcut to build a single package by typing “make > package//compile