Re: [OpenWrt-Devel] [PATCH] extending scripts/feeds with install all

2008-01-25 Thread Felix Fietkau
[EMAIL PROTECTED] wrote: > the attached patch adds the -a option to the feeds install command. > Therefore following command option should work now > > ./scripts/feeds install -a > ./scripts/feeds install -a -p xwrt > > To-do: > - The next step should be to replace the current make package/symlin

Re: [OpenWrt-Devel] [PATCH] add timezone to openntpd package

2008-01-25 Thread Felix Fietkau
[EMAIL PROTECTED] wrote: > when i start openntpd the time is set to gmt+0. add the correct gmt > time offset into the init file, so the time is correct for your location > > i also opened a ticket #3077. > > cheers > michu > > Signed-off-by: Michael Vogt That may be correct for you, but not f

Re: [OpenWrt-Devel] [PATCH] loop-aes updated to 3.2b

2008-01-25 Thread Felix Fietkau
[EMAIL PROTECTED] wrote: > updated loop-aes to version 3.2b, changed dependency (conflicts with normal > loop, due to same module-name (loop.ko) but can also been built against > kernel 2.4). > I think it would be a good idea to change the submenu to "Block Devices", > because it's handled in th

[OpenWrt-Devel] Microbenchmark

2008-01-25 Thread Ondrej Zajicek
Hello Throughput of ethernet on RB133 (ADM5120) increased from r9890 (3 MBps) to r10229 (5 MBps), measured by discard driver on RB133 and tcpspray on PC. -- Elen sila lumenn' omentielvo Ondrej 'SanTiago' Zajicek (email: [EMAIL PROTECTED], jabber: [EMAIL PROTECTED]) OpenPGP encrypted e-mails pr

Re: [OpenWrt-Devel] [PATCH] ipkg - free some memory by removing temporary control & data archives after processing

2008-01-25 Thread Felix Fietkau
Staněk Luboš (lubek) wrote: > The control and data archives can be removed after processing and > gain some memory for another use of the ramdisk or for ipkg needs. > > Signed-off-by: Lubos Stanek (lubek) <[EMAIL PROTECTED]> Added in r10246, thanks! - Felix ___

Re: [OpenWrt-Devel] [PATCH] Fix for ticket #2971 - make package/symlinks : fails

2008-01-25 Thread Felix Fietkau
Johnny Halfmoon wrote: > This patch is a fix for > https://dev.openwrt.org/ticket/2971 > > The cause of this bug is > https://dev.openwrt.org/changeset/9622 > > It breaks "make package/symlinks" because bzip2 was split into 2 > packages, both in a different category, but with the same package nam

Re: [OpenWrt-Devel] [PATCH] scmpc - depends on correct system time

2008-01-25 Thread Felix Fietkau
[EMAIL PROTECTED] wrote: > scmpc is a daemon which submits songs (its metadata) to last.fm. this > works only if the system time is correct. > > is it possible to add or dependence's? something like > DEPENDS:=+libcurl +libdaemon +argtable +confuse > +(openntpd||ntpcliennt||htpdate||chrony)

Re: [OpenWrt-Devel] [PATCH] missing optional parameters for restart and boot functions

2008-01-25 Thread Felix Fietkau
Staněk Luboš (lubek) wrote: > Add missing optional parameters in remaining rc functions. > It fixes my previous implementation of parametrized rc functions [8106], > ticket #3063, thanks argovela-at-yahoo-com for reporting. > > Signed-off-by: Lubos Stanek (lubek) <[EMAIL PROTECTED]> Added in r1024

Re: [OpenWrt-Devel] [PATCH] miniupnpd init recognizes enabled config option

2008-01-25 Thread Felix Fietkau
Eric Bishop wrote: > This patch updates the miniupnpd init script so that miniupnpd only runs > if the enabled option is set to 1 in the config file. The enabled > option already exists in the config file but the init script ignores it. > > > Signed-off-by: Eric Bishop <[EMAIL PROTECTED]> Unnece