Felix Fietkau [Sat, 30 Jun 2007 19:50:45 +0000 (19:50 +0000)]
add missing function (https://dev.openwrt.org/ticket/1745#comment:3)
SVN-Revision: 7808
Felix Fietkau [Sat, 30 Jun 2007 02:37:45 +0000 (02:37 +0000)]
merge qos-scripts changes from kamikaze in whiterussian
SVN-Revision: 7783
Felix Fietkau [Mon, 11 Jun 2007 15:15:00 +0000 (15:15 +0000)]
sync whiterussian sdk with kamikaze
SVN-Revision: 7567
Felix Fietkau [Tue, 15 May 2007 18:57:08 +0000 (18:57 +0000)]
add static route fix from #1384
SVN-Revision: 7256
Felix Fietkau [Tue, 15 May 2007 18:52:46 +0000 (18:52 +0000)]
add some locks to wlcompat (just in case...) and reduce the polling frequency
SVN-Revision: 7255
Felix Fietkau [Tue, 15 May 2007 18:45:28 +0000 (18:45 +0000)]
better fixups for wrt54g v1.x
SVN-Revision: 7254
Travis Kemen [Mon, 30 Apr 2007 23:11:17 +0000 (23:11 +0000)]
sync with kamikaze r7047: fix small typo
SVN-Revision: 7071
Felix Fietkau [Sat, 14 Apr 2007 10:07:28 +0000 (10:07 +0000)]
sync qos-scripts in whiterussian with the kamikaze version
SVN-Revision: 6947
Florian Fainelli [Sun, 8 Apr 2007 21:22:22 +0000 (21:22 +0000)]
Set hostname before logging (#1552)
SVN-Revision: 6907
Tim Yardley [Sun, 8 Apr 2007 00:40:08 +0000 (00:40 +0000)]
update dropbear to 0.49 for whiterussian as well
SVN-Revision: 6891
Florian Fainelli [Tue, 3 Apr 2007 21:02:05 +0000 (21:02 +0000)]
Add missing ending brackets (#1545)
SVN-Revision: 6854
Felix Fietkau [Tue, 27 Mar 2007 16:45:10 +0000 (16:45 +0000)]
fix a problem with the firewall script (multicast traffic could produce packet loss)
SVN-Revision: 6726
Nicolas Thill [Mon, 26 Mar 2007 05:04:13 +0000 (05:04 +0000)]
enable dso support back in openssl, needed to use shared zlib compression, and should fix the "error:
2507006C:lib(37):func(112):reason(108)" errors. closes: #1182
SVN-Revision: 6706
Florian Fainelli [Sun, 11 Mar 2007 10:56:21 +0000 (10:56 +0000)]
Add autoload for PPP (#412)
SVN-Revision: 6551
Felix Fietkau [Sat, 3 Feb 2007 15:50:46 +0000 (15:50 +0000)]
when adding vlans, not only use vlan*hwaddr, but check vlan*hwname as well (finally fixes network on wrt54g v1.1)
SVN-Revision: 6257
Felix Fietkau [Sat, 3 Feb 2007 13:25:26 +0000 (13:25 +0000)]
add missing defaults for vlan*ports
SVN-Revision: 6256
Felix Fietkau [Sat, 3 Feb 2007 12:09:17 +0000 (12:09 +0000)]
add workaround for problems with the missing /dev/console
SVN-Revision: 6255
Felix Fietkau [Sat, 3 Feb 2007 10:53:58 +0000 (10:53 +0000)]
backport failsafe changes from kamikaze - the whiterussian implementation failed on devices with no /dev/console
SVN-Revision: 6254
Felix Fietkau [Fri, 2 Feb 2007 02:57:49 +0000 (02:57 +0000)]
sync whiterussian sdk with kamikaze
SVN-Revision: 6250
Felix Fietkau [Tue, 30 Jan 2007 16:14:46 +0000 (16:14 +0000)]
Backport GCC changes to fix integer overflow detection and enable -fwrapv by default. See gcc.gnu.org/bugzilla/show_bug.cgi?id=30477 for more information on this...
SVN-Revision: 6230
Felix Fietkau [Tue, 30 Jan 2007 08:53:51 +0000 (08:53 +0000)]
add a limit on the number of new connections per second to prevent hosts on the lan from being able to fill the conntrack table in just a few seconds
SVN-Revision: 6229
Felix Fietkau [Sat, 27 Jan 2007 09:34:26 +0000 (09:34 +0000)]
fix hotplug events for static (#1051)
SVN-Revision: 6214
Nicolas Thill [Mon, 22 Jan 2007 17:33:10 +0000 (17:33 +0000)]
cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS
SVN-Revision: 6180
Florian Fainelli [Sun, 21 Jan 2007 17:55:38 +0000 (17:55 +0000)]
Apply mount fix from (#1104)
SVN-Revision: 6162
Florian Fainelli [Sun, 21 Jan 2007 17:38:30 +0000 (17:38 +0000)]
Remove the multiple default gateways patch, should fix (#877 and #988)
SVN-Revision: 6161
Felix Fietkau [Sun, 21 Jan 2007 00:04:18 +0000 (00:04 +0000)]
revert oleg's flash mirrorbit hack - it's actually causing problems on the WL-500gP (see forum.openwrt.org/viewtopic.php?pid=41152)
SVN-Revision: 6150
Felix Fietkau [Wed, 17 Jan 2007 17:14:01 +0000 (17:14 +0000)]
Add two patches by Oleg I. Vdovikin: - nvram_crc_check: runs a CRC check on the nvram before loading it and uses the CFE's default nvram as fallback - flash_mirrorbit_hack: hack for improving stability on the flash chip that the WL-500gP uses. (those two will be ported to kamikaze later)
SVN-Revision: 6115
Felix Fietkau [Thu, 11 Jan 2007 09:54:51 +0000 (09:54 +0000)]
bump version numbers of linksys images, because the linksys firmware often refuses to downgrade
SVN-Revision: 6074
Nicolas Thill [Wed, 10 Jan 2007 11:59:42 +0000 (11:59 +0000)]
add a hack to allow source package names in Build-Depends: (PKG_BUILDDEP)
SVN-Revision: 6060
Nicolas Thill [Mon, 8 Jan 2007 01:39:53 +0000 (01:39 +0000)]
add build-time dependency on iptables to dsl-qos-queue (closes: #1166)
SVN-Revision: 6025
Nicolas Thill [Mon, 8 Jan 2007 01:13:31 +0000 (01:13 +0000)]
backport [5946] to WhiteRussian SDK
SVN-Revision: 6024
Felix Fietkau [Sun, 7 Jan 2007 15:46:19 +0000 (15:46 +0000)]
remove problematic openvpn-webif postinst file (fixes #1159)
SVN-Revision: 6017
Felix Fietkau [Sun, 7 Jan 2007 14:59:43 +0000 (14:59 +0000)]
fix memory leak in switch drivers (patch from #1132)
SVN-Revision: 6011
Florian Fainelli [Tue, 2 Jan 2007 09:47:20 +0000 (09:47 +0000)]
Backport INSTALL_CONF to wr
SVN-Revision: 5967
Felix Fietkau [Sat, 30 Dec 2006 18:54:30 +0000 (18:54 +0000)]
fix imagebuilder
SVN-Revision: 5940
Florian Fainelli [Fri, 29 Dec 2006 16:00:00 +0000 (16:00 +0000)]
Add CAM patch to make the driver work on USR device (#817)
SVN-Revision: 5929
Florian Fainelli [Fri, 29 Dec 2006 15:32:16 +0000 (15:32 +0000)]
Also generate an USR image for whiterussian (#817)
SVN-Revision: 5928
Florian Fainelli [Thu, 28 Dec 2006 00:54:36 +0000 (00:54 +0000)]
Add Intel/VIA usb-uhci support (#1091)
SVN-Revision: 5912
Florian Fainelli [Wed, 27 Dec 2006 19:35:13 +0000 (19:35 +0000)]
Fix the counters bug (#983)
SVN-Revision: 5910
Florian Fainelli [Sat, 23 Dec 2006 22:50:36 +0000 (22:50 +0000)]
Fix msdos module loading (#1086)
SVN-Revision: 5896
Felix Fietkau [Wed, 20 Dec 2006 05:58:41 +0000 (05:58 +0000)]
prepare for moving part of the firewall to hotplug. created new chains {input,forwarding,prerouting}_wan for wan port forwardings and updated the examples. syntax of /etc/config/firewall unchanged and old firewall.user files are still compatible
SVN-Revision: 5878
Felix Fietkau [Wed, 20 Dec 2006 05:26:39 +0000 (05:26 +0000)]
add a workaround for self-killing init scripts on restart (#1023)
SVN-Revision: 5876
Felix Fietkau [Wed, 20 Dec 2006 04:51:47 +0000 (04:51 +0000)]
reorder setting static routes and dns, because the static route assignment overwrites $2 (patch from #1051)
SVN-Revision: 5872
Felix Fietkau [Wed, 20 Dec 2006 04:27:45 +0000 (04:27 +0000)]
backport functions.sh from kamikaze
SVN-Revision: 5871
Felix Fietkau [Wed, 20 Dec 2006 04:01:58 +0000 (04:01 +0000)]
backport ash export -n flag to whiterussian
SVN-Revision: 5869
Florian Fainelli [Tue, 19 Dec 2006 15:06:50 +0000 (15:06 +0000)]
Fix a typo
SVN-Revision: 5859
Florian Fainelli [Tue, 19 Dec 2006 14:52:59 +0000 (14:52 +0000)]
Autoload connection tracking helpers by default, add ftp to this list
SVN-Revision: 5857
Felix Fietkau [Tue, 19 Dec 2006 06:40:32 +0000 (06:40 +0000)]
add hardware detection for dell truemobile 2300
SVN-Revision: 5854
Felix Fietkau [Tue, 19 Dec 2006 02:53:02 +0000 (02:53 +0000)]
fix qos-scripts RED qdisc calculation for slow lines
SVN-Revision: 5853
Nicolas Thill [Mon, 18 Dec 2006 13:54:49 +0000 (13:54 +0000)]
backport [5676] to WhiteRussian
SVN-Revision: 5838
Nicolas Thill [Mon, 18 Dec 2006 12:24:24 +0000 (12:24 +0000)]
forgot iptables.h & iptables_common.h in [5834]
SVN-Revision: 5837
Nicolas Thill [Mon, 18 Dec 2006 11:10:42 +0000 (11:10 +0000)]
install libiptc dev headers & lib (sync with Kamikaze, needed to build miniupnp with the SDK)
SVN-Revision: 5834
Nicolas Thill [Sun, 17 Dec 2006 18:29:24 +0000 (18:29 +0000)]
backport [5619] to WhiteRussian SDK
SVN-Revision: 5826
Nicolas Thill [Sun, 17 Dec 2006 15:54:20 +0000 (15:54 +0000)]
backport [5820] to WhiteRussian SDK
SVN-Revision: 5824
Florian Fainelli [Sun, 17 Dec 2006 15:01:14 +0000 (15:01 +0000)]
Add INSTALL_* variables for compatibility with kamikaze, should fix #1044
SVN-Revision: 5821
Florian Fainelli [Sun, 17 Dec 2006 14:54:13 +0000 (14:54 +0000)]
Add TARPIT target (#1046)
SVN-Revision: 5819
Felix Fietkau [Tue, 12 Dec 2006 23:20:55 +0000 (23:20 +0000)]
disable jffs2 images in whiterussian as well
SVN-Revision: 5774
Florian Fainelli [Mon, 11 Dec 2006 21:46:31 +0000 (21:46 +0000)]
Add Trendware TEW-411BRplus (#1038)
SVN-Revision: 5764
Florian Fainelli [Mon, 11 Dec 2006 16:01:34 +0000 (16:01 +0000)]
Change ide kernel modules loading order (#1042)
SVN-Revision: 5757
Florian Fainelli [Sun, 10 Dec 2006 23:25:56 +0000 (23:25 +0000)]
Fix trailing spaces (#1041)
SVN-Revision: 5755
Florian Fainelli [Sat, 9 Dec 2006 19:46:28 +0000 (19:46 +0000)]
Add msdos kernel module (#1029)
SVN-Revision: 5740
Felix Fietkau [Fri, 8 Dec 2006 17:56:05 +0000 (17:56 +0000)]
add a check to see if an init script is enabled
SVN-Revision: 5727
Felix Fietkau [Fri, 8 Dec 2006 12:44:26 +0000 (12:44 +0000)]
update sourceforge downloading
SVN-Revision: 5721
Felix Fietkau [Tue, 5 Dec 2006 23:51:29 +0000 (23:51 +0000)]
add pptp nat fix (should fix #571, needs to be tested)
SVN-Revision: 5695
Felix Fietkau [Tue, 5 Dec 2006 21:34:56 +0000 (21:34 +0000)]
sync pcmcia-cs in trunk with whiterussian, add fix for memory ranges
SVN-Revision: 5693
Mike Baker [Fri, 1 Dec 2006 22:31:11 +0000 (22:31 +0000)]
Ignore false button events generated by switch gpio use
SVN-Revision: 5687
Felix Fietkau [Thu, 30 Nov 2006 16:40:32 +0000 (16:40 +0000)]
add remap command for wifi on the wl-500gp
SVN-Revision: 5680
Felix Fietkau [Wed, 29 Nov 2006 17:23:11 +0000 (17:23 +0000)]
add workaround for fixing the wrong (for us) asus wl-500gp wan port vlan settings
SVN-Revision: 5678
Florian Fainelli [Mon, 27 Nov 2006 08:14:39 +0000 (08:14 +0000)]
Revert a bit the previous changeset, add DEVICE to ip-up/down
SVN-Revision: 5662
Florian Fainelli [Mon, 27 Nov 2006 08:03:47 +0000 (08:03 +0000)]
Fix ppp hotplug script (#982)
SVN-Revision: 5661
Felix Fietkau [Sun, 26 Nov 2006 01:03:21 +0000 (01:03 +0000)]
add reboot fix for mtd (thanks, wbx)
SVN-Revision: 5645
Felix Fietkau [Sat, 25 Nov 2006 22:04:23 +0000 (22:04 +0000)]
add checks for missing ciphers in openssh (fixes #974)
SVN-Revision: 5643
Felix Fietkau [Sat, 25 Nov 2006 21:36:54 +0000 (21:36 +0000)]
fix stunnel compile issue (#981)
SVN-Revision: 5642
Felix Fietkau [Sat, 25 Nov 2006 21:00:29 +0000 (21:00 +0000)]
modify the watchdog for forcing adhoc or client mode connections to a specific bssid
SVN-Revision: 5641
Felix Fietkau [Sat, 25 Nov 2006 02:28:17 +0000 (02:28 +0000)]
haserl: use a different prefix for cookie variables to prevent form variable injection from other websites (potential security risk)
SVN-Revision: 5638
Felix Fietkau [Fri, 24 Nov 2006 02:39:41 +0000 (02:39 +0000)]
fix gpios for wzr-rs-g54, add support for the wzr-rs-g54hp
SVN-Revision: 5636
Felix Fietkau [Thu, 23 Nov 2006 17:54:24 +0000 (17:54 +0000)]
deny non-root access to /dev/mtd*ro
SVN-Revision: 5628
Felix Fietkau [Wed, 22 Nov 2006 20:58:18 +0000 (20:58 +0000)]
diag: add support for the buffalo wzr-rs-g54
SVN-Revision: 5616
Tim Yardley [Tue, 21 Nov 2006 17:05:26 +0000 (17:05 +0000)]
rename ipcalc to ipcalc.sh and change known calls to it. this prevents the confusion with the busybox builtin of ipcalc if enabled
SVN-Revision: 5607
Tim Yardley [Tue, 21 Nov 2006 16:56:14 +0000 (16:56 +0000)]
trim openssl library some more, provided by coova
SVN-Revision: 5606
Felix Fietkau [Tue, 21 Nov 2006 15:12:59 +0000 (15:12 +0000)]
don't generate a certificate during stunnel build - will make a default one later
SVN-Revision: 5604
Felix Fietkau [Tue, 21 Nov 2006 14:55:17 +0000 (14:55 +0000)]
remove duplicate tcpdump entry introduced by [5595]
SVN-Revision: 5603
Felix Fietkau [Tue, 21 Nov 2006 14:17:17 +0000 (14:17 +0000)]
bump base-files release number
SVN-Revision: 5602
Felix Fietkau [Tue, 21 Nov 2006 14:11:46 +0000 (14:11 +0000)]
add openwrt_version file for version checks and update the banner for the upcoming 0.9 release
SVN-Revision: 5601
Felix Fietkau [Tue, 21 Nov 2006 14:09:34 +0000 (14:09 +0000)]
fix dmz gpio for the wrtsl54gs
SVN-Revision: 5600
Tim Yardley [Tue, 21 Nov 2006 00:22:37 +0000 (00:22 +0000)]
bring in stunnel for whiterussian.. note that this prompts you during build for cert params.. ick
SVN-Revision: 5595
Felix Fietkau [Sun, 19 Nov 2006 01:52:07 +0000 (01:52 +0000)]
update imagebuilder package lists for nat helper change
SVN-Revision: 5584
Nicolas Thill [Sun, 19 Nov 2006 01:44:16 +0000 (01:44 +0000)]
fix oversized packets in udhcpc (closes: #962), bump busybox release number in whiterussian
SVN-Revision: 5583
Felix Fietkau [Sun, 19 Nov 2006 01:03:47 +0000 (01:03 +0000)]
reorganize nat helper packages, move ftp and irc nat to a package that is enabled by default, for security reasons - see #917 for more information
SVN-Revision: 5581
Felix Fietkau [Sun, 19 Nov 2006 00:23:57 +0000 (00:23 +0000)]
sync TAR_OPTIONS usage with kamikaze to keep sdk compatible
SVN-Revision: 5580
Felix Fietkau [Sun, 19 Nov 2006 00:18:56 +0000 (00:18 +0000)]
fix motorola we800g misdetection
SVN-Revision: 5579
Florian Fainelli [Wed, 15 Nov 2006 09:21:46 +0000 (09:21 +0000)]
Fix showhostkey script (#444)
SVN-Revision: 5538
Felix Fietkau [Tue, 14 Nov 2006 02:04:56 +0000 (02:04 +0000)]
bump kernel release number
SVN-Revision: 5529
Felix Fietkau [Tue, 14 Nov 2006 01:54:04 +0000 (01:54 +0000)]
upgrade dnsmasq, fixes a few bugs including #943
SVN-Revision: 5528
Felix Fietkau [Tue, 14 Nov 2006 01:45:10 +0000 (01:45 +0000)]
fix the backport of ipt_string by adding the linux 2.6 textsearch code in a way that does not require adding stuff to our kernel image - linux 2.6 compatible
SVN-Revision: 5527
Felix Fietkau [Mon, 13 Nov 2006 21:15:28 +0000 (21:15 +0000)]
rename S50dnsmasq to S60dnsmasq, so that dropbear/telnet gets started earlier
SVN-Revision: 5524
Felix Fietkau [Mon, 13 Nov 2006 18:52:03 +0000 (18:52 +0000)]
massively decrease the wlcompat entropy polling frequency - hurts performance and we really don't need that much entropy
SVN-Revision: 5522
Felix Fietkau [Mon, 13 Nov 2006 18:22:05 +0000 (18:22 +0000)]
improve accuracy of the diag detection of the wrt54g3g
SVN-Revision: 5521
Felix Fietkau [Sun, 12 Nov 2006 19:14:32 +0000 (19:14 +0000)]
add updated olsrd fixes and optimizations from sven-ola
SVN-Revision: 5518
Felix Fietkau [Sat, 11 Nov 2006 15:25:07 +0000 (15:25 +0000)]
allow the user to disable downlink shaping by removing the option download ... line
SVN-Revision: 5497