[OpenWrt-Devel] [PATCH] Add WLAN LED support for Ralink RT305x SoC Devices

2011-03-21 Thread Layne Edwards
This patch adds WLAN LED support to the mac80211 driver for Ralink rt2x00/rt2800 (rt305x) SoC devices. The current driver in kmod-rt2800-lib is based upon PCI, not SoC. The WLAN LED drivers in rt2800lib.c set the LED brightness via an MCU request, but do nothing for SoC. This patch checks for

Re: [OpenWrt-Devel] block-extroot and firmware updating/flashing

2011-03-21 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, the disabling is being done deliberately to give users a chance / force them to clean up the overlay after a reflash. Since uclibc has no stable abi, overlay may contain old binaries, especially ones involved in system init, which could cause

Re: [OpenWrt-Devel] [PATCH] Add WLAN LED support for Ralink RT305x SoC Devices

2011-03-21 Thread Helmut Schaa
Am Montag, 21. März 2011 schrieb Layne Edwards: This patch adds WLAN LED support to the mac80211 driver for Ralink rt2x00/rt2800 (rt305x) SoC devices. The current driver in kmod-rt2800-lib is based upon PCI, not SoC. The WLAN LED drivers in rt2800lib.c set the LED brightness via an MCU

[OpenWrt-Devel] [PATCH 0/5] support git-svn and two devices in kirkwood and orion targets

2011-03-21 Thread Eugene San (eugenesan)
Providing next patches for review/inclusion: support git-svn as scm and download engine(git as frontend for svn) support kernel config per target profile fix cpiogz [kirkwood]: add squashfs support and RD88F6281 profile [orion]: normalize jffs2 support and RD88F5181L_GE image Luci

[OpenWrt-Devel] [PATCH 4/5] [kirkwood]: add squashfs support and RD88F6281 profile

2011-03-21 Thread Eugene San (eugenesan)
Signed-off-by: Eugene San (eugenesan) eugene...@gmail.com --- target/linux/kirkwood/Makefile |4 +- .../linux/kirkwood/base-files/etc/config/network | 37 target/linux/kirkwood/config-default-rd88f6281 | 20 +++

[OpenWrt-Devel] [PATCH 1/5] support git-svn as scm and download engine(git as frontend for svn)

2011-03-21 Thread Eugene San (eugenesan)
Signed-off-by: Eugene San (eugenesan) eugene...@gmail.com --- feeds.conf.default |3 +++ include/download.mk | 16 scripts/feeds |6 ++ 3 files changed, 25 insertions(+), 0 deletions(-) diff --git a/feeds.conf.default b/feeds.conf.default index

[OpenWrt-Devel] [PATCH] luci workaround for git-svn as scm and download engine

2011-03-21 Thread Eugene San (eugenesan)
--- luci/Makefile |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/luci/Makefile b/luci/Makefile index 354de1e..ac1ac78 100644 --- a/luci/Makefile +++ b/luci/Makefile @@ -4,6 +4,7 @@ PKG_BRANCH:=trunk ifeq ($(DUMP),) USELOCAL:=$(shell grep luci

[OpenWrt-Devel] [PATCH 3/5] fix cpiogz

2011-03-21 Thread Eugene San (eugenesan)
Signed-off-by: Eugene San (eugenesan) eugene...@gmail.com --- include/image.mk |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/image.mk b/include/image.mk index 29328b3..3160a4d 100644 --- a/include/image.mk +++ b/include/image.mk @@ -106,6 +106,7 @@ endif ifneq

[OpenWrt-Devel] [PATCH 5/5] [orion]: normalize jffs2 support and RD88F5181L_GE image

2011-03-21 Thread Eugene San (eugenesan)
Signed-off-by: Eugene San (eugenesan) eugene...@gmail.com --- target/linux/orion/config-default | 10 +++-- target/linux/orion/image/generic.mk| 34 --- .../patches/102-rd88f5181l-ge_partition_map.patch | 33 +++ 3 files

Re: [OpenWrt-Devel] block-extroot and firmware updating/flashing

2011-03-21 Thread Stefan Monnier
the disabling is being done deliberately to give users a chance / force them to clean up the overlay after a reflash. So this test is only for the `overlay' case, not the new option target / case, right? Stefan ___ openwrt-devel mailing

[OpenWrt-Devel] [PATCH] packages/net/squid: enable 'null' storeio module

2011-03-21 Thread Daniel Golle
This patch enables the 'null' storeio module to be build along with the default 'ufs' module. It allows squid to optionally be used without any disk storage. Signed-off-by: Daniel Golle daniel.go...@gmail.com Index: net/squid/Makefile

[OpenWrt-Devel] PPPoE and IPv4 on the same nic

2011-03-21 Thread Daniel Golle
I currently run OpenWrt in configuration where it is used as a PPPoE router. The ADSL modem, however, also got a nice webinterface and I want to be able to access the webinterface through OpenWrt. Therefore, the same nic which is used for PPPoE also needs to have a static IPv4 address assigned

Re: [OpenWrt-Devel] PPPoE and IPv4 on the same nic

2011-03-21 Thread ch...@martin.cc
On Tue, Mar 22, 2011 at 6:36 AM, Daniel Golle daniel.go...@gmail.com wrote: I currently run OpenWrt in configuration where it is used as a PPPoE router. The ADSL modem, however, also got a nice webinterface and I want to be able to access the webinterface through OpenWrt. Therefore, the same