Ben Pfountz wrote:
> This patch lets netconfig support the asus wl-500w. I've been
> using it for some time now without problems.
>
> Signed-off-by: Ben Pfountz <[EMAIL PROTECTED]>
>
> diff -urN --exclude=.svn
> target.old/linux/brcm-2.4/base-files/etc/init.d/netconfig
> target/linux/brcm-2.
Ben Pfountz wrote:
> When the NSLU2 build switched from 2.6.23 to 2.6.24, this module became
> necessary to control the LEDs. More info is in the forum:
>
> http://forum.openwrt.org/viewtopic.php?id=15050
>
> Signed-off-by: Ben Pfountz <[EMAIL PROTECTED]>
>
> diff -urN --exclude=.svn
> target
[EMAIL PROTECTED] wrote:
> update lcd4linux to the latest svn version
>
> Signed-off-by: Michael Vogt
>
>
>
>
> ___
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.or
[EMAIL PROTECTED] wrote:
> this library is useful for hacked picframe displays. you can use this
> lib also with lcd4linux. check http://picframe.spritesserver.nl/wiki for
> more information.
>
> Signed-off-by: Michael Vogt
>
>
> ---
[EMAIL PROTECTED] wrote:
> Update Bemusedlinuxserver to latest version.
>
> Signed-off-by: Michael Vogt
>
>
>
>
> ___
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.
Stan?k Lubo? (lubek) wrote:
> A new package smtptrapd to provide a (secondary) SMTP server
> returning 4xx soft error.
>
> The init script is extra enhanced to work with multiple
> configurations (named sections), to provide additional
> rc commands, the commands help and an example configurati
Michael wrote:
> Here is a patch that adds a vim-full (normal options) target to vim... as
> well as split out vim-runtime and vim-doc.
> The vim-runtime could probably be split further into base/ syntax but given
> that it requires 1.4 M vim-full I'm not too worried.
>
>
> Signed-off-by: Mic
Sorry about the wrong time, I just installed an NTP client on my dev install.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
Check for a file named .config before actually installing the package. If it
does
not exist, create a default configuration file before proceeding. This fixes the
problem where you get all entries marked as module in the generated
configuration
file when you use "./scripts/feeds install -d m pkg"
Oliver Ertl wrote:
> Now go to Utilities > Editors and tell me if the nano package is selected as
>
Seems to work, it is selected as module.
[EMAIL PROTECTED]:~/src/openwrt/test$ grep nano .config
CONFIG_PACKAGE_nano=m
[EMAIL PROTECTED]:~/src/openwrt/test$
- Axel
_
Please test and report.
cd ~/
svn checkout https://svn.openwrt.org/openwrt/trunk/ ~/trunk/
cd ~/trunk/
./scripts/feeds update -a
./scripts/feeds install -d m nano
make menuconfig
Now go to Utilities > Editors and tell me if the nano package is selected as
Geoff Levand wrote:
> It would be nice if we had a patch description for this and
> your other changes, that stated what they do or why they were
> needed.
>
This patch is needed because in 2.6.24 the watchdog directory was
changed. OpenWRT accounted for this by checking for 2.6.24, but of
cours
Hi,
Axel Gembe wrote:
> Signed-off-by: Axel Gembe <[EMAIL PROTECTED]>
> ---
> package/kernel/modules/other.mk |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
> index bf67464..18e7b19 100644
> --- a/p
This patch allows fsck to be run on partitions before mounting them.
It also has an option to run the check in background for when the
partition is not critical to bootup. It has been tested on brcm 2.4
with ext2 partitions.
Signed-off-by: Ben Pfountz <[EMAIL PROTECTED]>
diff -urN package.old/b
This patch allows the ip-up and ip-down scripts to work correctly for both
pptp vpn clients and pppoe wan links. More info available in trac:
https://dev.openwrt.org/ticket/2342#comment:2
Signed-off-by: Ben Pfountz <[EMAIL PROTECTED]>
diff -urN package.old/ppp/files/etc/ppp/ip-down
package/pp
This patch lets netconfig support the asus wl-500w. I've been
using it for some time now without problems.
Signed-off-by: Ben Pfountz <[EMAIL PROTECTED]>
diff -urN --exclude=.svn
target.old/linux/brcm-2.4/base-files/etc/init.d/netconfig
target/linux/brcm-2.4/base-files/etc/init.d/netconfig
-
Compile fix for freeradius build, more info can be found in trac:
https://dev.openwrt.org/ticket/2731
Signed-off-by: Ben Pfountz <[EMAIL PROTECTED]>
diff -urN feeds.old/packages/net/freeradius/patches/010-ltdl.patch
feeds/packages/net/freeradius/patches/010-ltdl.patch
--- feeds.old/packages/net
When the NSLU2 build switched from 2.6.23 to 2.6.24, this module became
necessary to control the LEDs. More info is in the forum:
http://forum.openwrt.org/viewtopic.php?id=15050
Signed-off-by: Ben Pfountz <[EMAIL PROTECTED]>
diff -urN --exclude=.svn target.old/linux/ixp4xx/generic/profiles/200
This adds a package for leds-parport (http://code.bastart.eu.org/leds-parport/)
Leds-parport is a LED subsystem device driver for the Linux operating system.
The code was written for Linux version 2.6.22 but has since been tested up to
2.6.25. The module takes 1 parameter, which is parled_port_nr,
Atheros AR531X (Generic) watchdog support code (based on ar7_wdt.c). This
watchdog should work on most AR5315 / AR5312 devices. I've personally tested it
on La Fonera and D-Link DWL-2100AP. Please note that the DWL-2100AP uses a
slightly faster clock for its watchdog, see the source files.
Signed-
This patch makes the kernel use the RedBoot kernel command line when the
corresponding Kconfig option is set. The code appends the RedBoot command
line to the default command line.
Signed-off-by: Axel Gembe <[EMAIL PROTECTED]>
---
target/linux/atheros/config-2.6.23 |1 +
targe
This patch makes it possible to override the console kernel command line
option by passing a command line to the kernel. It basically removes the
console option from the default command line and adds it at runtime in
prom_init when console= was not yet specified.
Signed-off-by: Axel Gembe <[EMAIL
Atheros supports KGDB using the generic KGDB MIPS support. We can use the
generic
serial functions because the Atheros boards have a standard serial port.
Signed-off-by: Axel Gembe <[EMAIL PROTECTED]>
---
.../linux/atheros/patches-2.6.23/100-board.patch | 41 ++--
.../linux/ather
Signed-off-by: Axel Gembe <[EMAIL PROTECTED]>
---
target/linux/atheros/Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/target/linux/atheros/Makefile b/target/linux/atheros/Makefile
index ab301ba..ed32e20 100644
--- a/target/linux/atheros/Makefile
+++ b/target/li
Signed-off-by: Axel Gembe <[EMAIL PROTECTED]>
---
package/kernel/modules/crypto.mk | 10 +++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk
index 4bb5919..6f41241 100644
--- a/package/kernel/modules/crypt
Signed-off-by: Axel Gembe <[EMAIL PROTECTED]>
---
package/kernel/modules/other.mk |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index bf67464..18e7b19 100644
--- a/package/kernel/modules/other.mk
+++ b/p
> Adds support for user led for Mikrotik's rb150.
Thanks, applied. Can you check the LEDs embedded into the ethernet sockets?
Gabor
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt
27 matches
Mail list logo