nbd [Sat, 30 Jun 2007 02:34:03 +0000 (02:34 +0000)]
qos-scripts update:
- rewrite the RED qdisc calculations and add some comments
this should fix the warnings about bursting (should also fix quirks with various linespeed settings)
- reduce the calculated overhead for upstream, while i'm at it...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7782
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Fri, 29 Jun 2007 14:12:42 +0000 (14:12 +0000)]
Added uhci support to dsmg600 profile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7781
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Fri, 29 Jun 2007 13:48:05 +0000 (13:48 +0000)]
Added more essential NAS modules for NSLU2, NAS100d and DSMG600RevA profiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7780
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Fri, 29 Jun 2007 12:56:41 +0000 (12:56 +0000)]
Added bigendian patch for via velocity driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7779
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hcg [Fri, 29 Jun 2007 12:38:41 +0000 (12:38 +0000)]
Added USB serial devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7778
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 29 Jun 2007 11:10:24 +0000 (11:10 +0000)]
Fix rb523 nand detection (#1723)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7777
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Fri, 29 Jun 2007 10:58:37 +0000 (10:58 +0000)]
Enable kmod-madwifi in default profile for ixp4xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7775
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Fri, 29 Jun 2007 10:47:27 +0000 (10:47 +0000)]
Create various profiles for consumer IXP4xx devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7774
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Fri, 29 Jun 2007 10:46:45 +0000 (10:46 +0000)]
Build via velocity module for ixp4xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7773
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Fri, 29 Jun 2007 10:45:46 +0000 (10:45 +0000)]
Added via-velocity module, and fixed some whitespace inconsistencies.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7772
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hcg [Fri, 29 Jun 2007 09:49:28 +0000 (09:49 +0000)]
Added USB support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7771
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Fri, 29 Jun 2007 06:30:32 +0000 (06:30 +0000)]
Added support for the D-Link DSM-G600 RevA, and fixed the clock frequency for NSLU2 and DSMG600. Had to refresh the gateway 7001 patch due to changes in the file being patched.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7770
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Fri, 29 Jun 2007 05:34:12 +0000 (05:34 +0000)]
Enable LDSO_RUNPATH in uClibc configuration for all platforms
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7769
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Fri, 29 Jun 2007 03:50:09 +0000 (03:50 +0000)]
apex: Updated to 1.5.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7768
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 29 Jun 2007 00:07:43 +0000 (00:07 +0000)]
check for + in the broadcast address before attempting a dns lookup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7767
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mbm [Thu, 28 Jun 2007 23:07:29 +0000 (23:07 +0000)]
fix broadcast address (#1611)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7766
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 28 Jun 2007 21:09:44 +0000 (21:09 +0000)]
Add a patch for openssl to fix some breakage that happens when compiled with gcc 4.2.0
Note: this does not cover all instances, but it will at least compile.
If the broken parts are reached at run time, the program will crash.
I wonder whose stupid idea it was to intentionally(!) make programs segfault when they hit something that *might* be unsafe to use.
Patch taken from http://www.mail-archive.com/openssl-dev@openssl.org/msg22667.html
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7764
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 28 Jun 2007 20:42:21 +0000 (20:42 +0000)]
update magicbox target to 2.6.22-rc6, select gcc 4.2.0 as default for this target (4.1.2 segfaults at compile time)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7762
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 28 Jun 2007 19:52:09 +0000 (19:52 +0000)]
fix gcc 4.2.0 compile for ppc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7761
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Thu, 28 Jun 2007 16:08:28 +0000 (16:08 +0000)]
[adm5120] update to 2.6.22-rc6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7758
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 28 Jun 2007 12:56:55 +0000 (12:56 +0000)]
Initialise firewall before network (#1988)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7757
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 28 Jun 2007 10:15:19 +0000 (10:15 +0000)]
add extif fixes (#1984)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7756
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 28 Jun 2007 09:08:50 +0000 (09:08 +0000)]
disable cpu wait support for bcm4710 (suggested in #1641)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7755
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 28 Jun 2007 08:45:59 +0000 (08:45 +0000)]
add update target to toolchain/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7754
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 28 Jun 2007 07:30:25 +0000 (07:30 +0000)]
replace gcc 4.2 snapshot with 4.2.0 release (sync patches with uclibc buildroot), adjust gcc makefile for PATCH_DIR changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7753
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 28 Jun 2007 07:20:42 +0000 (07:20 +0000)]
remove the custom Build/Prepare override in binutils, use PATCH_DIR, refresh patches using quilt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7752
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 28 Jun 2007 07:20:02 +0000 (07:20 +0000)]
enable the refresh target in toolchain/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7751
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 28 Jun 2007 07:14:22 +0000 (07:14 +0000)]
allow packages to override the patch directory using the PATCH_DIR variable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7750
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 28 Jun 2007 06:53:08 +0000 (06:53 +0000)]
disable quilt for kernel-headers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7749
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 28 Jun 2007 05:52:00 +0000 (05:52 +0000)]
fill in the kernel version info for every target, move the kernel tarball md5sums to a central place
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7748
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 28 Jun 2007 00:03:15 +0000 (00:03 +0000)]
add MODULE_LICENSE("GPL") to the atheros ethernet driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7747
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 28 Jun 2007 00:01:11 +0000 (00:01 +0000)]
clean up the madwifi SoC support patch - remove some breakage that went unnoticed because it only applies to kernelversions before 2.6.19
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7746
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 27 Jun 2007 22:01:16 +0000 (22:01 +0000)]
brcm47xx: fix parts of the cache code that were not covered by the kmap_coherent patch yet. this seems to fix the crazy segfaults we were getting...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7745
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 27 Jun 2007 18:22:38 +0000 (18:22 +0000)]
[adm5120] replace led driver, and resync kernel config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7744
3c298f89-4303-0410-b956-
a3cf2f4a3e73
thepeople [Wed, 27 Jun 2007 13:25:55 +0000 (13:25 +0000)]
add fragmentation and rts settings thanks rene closes #1725
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7743
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 27 Jun 2007 05:26:20 +0000 (05:26 +0000)]
add nvram fixup script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7742
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 27 Jun 2007 00:45:05 +0000 (00:45 +0000)]
Also mark ipset as broken
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7740
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 27 Jun 2007 00:40:15 +0000 (00:40 +0000)]
Make aodv-uu as broken for all archs until we fix it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7739
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 26 Jun 2007 20:24:55 +0000 (20:24 +0000)]
don't include .config if DUMP is set
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7738
3c298f89-4303-0410-b956-
a3cf2f4a3e73
noz [Tue, 26 Jun 2007 20:19:19 +0000 (20:19 +0000)]
Remove ssb patch that was part of previous tree pull
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7737
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Tue, 26 Jun 2007 19:41:00 +0000 (19:41 +0000)]
[adm5120] calling of prom_detect_board is needed only when we still don't know the board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7736
3c298f89-4303-0410-b956-
a3cf2f4a3e73
noz [Mon, 25 Jun 2007 19:52:55 +0000 (19:52 +0000)]
Merge bcm43xx-mac80211 driver from tree at bu3sch.de, pulled 24/6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7734
3c298f89-4303-0410-b956-
a3cf2f4a3e73
noz [Mon, 25 Jun 2007 19:52:20 +0000 (19:52 +0000)]
Merge mac80211 driver from tree at bu3sch.de, pulled 24/6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7733
3c298f89-4303-0410-b956-
a3cf2f4a3e73
noz [Mon, 25 Jun 2007 19:51:09 +0000 (19:51 +0000)]
Merge SSB driver from tree at bu3sch.de, pulled 24/6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7732
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 25 Jun 2007 15:36:31 +0000 (15:36 +0000)]
make the broadcom firmware image code more sane and also fix jffs2-256k related bugs (#1888)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7731
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 25 Jun 2007 11:12:51 +0000 (11:12 +0000)]
[adm5120]: from now on, the kernel parses parameters passed by our lzma-loader
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7730
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 25 Jun 2007 10:58:17 +0000 (10:58 +0000)]
madwifi: add some extra delay between bringing the interface up and configuring it (#1703)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7729
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 25 Jun 2007 10:54:32 +0000 (10:54 +0000)]
make top-level .gitignore only apply to top-level files/directories (#1960)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7728
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 25 Jun 2007 09:55:07 +0000 (09:55 +0000)]
add nat module fix from #1772
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7727
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 25 Jun 2007 09:47:58 +0000 (09:47 +0000)]
hotplug2: add fork handling optimization (also fixes that pesky pppoe race condition in #1655)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7726
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 25 Jun 2007 09:46:37 +0000 (09:46 +0000)]
update to hotplug2 svn version (recommended by iSteve)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7725
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 25 Jun 2007 08:52:11 +0000 (08:52 +0000)]
[adm5120] fix image generation for the ZyXEL boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7724
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 25 Jun 2007 08:47:10 +0000 (08:47 +0000)]
[adm5120] from now on, the lzma loader is able to pass parameters to the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7723
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 25 Jun 2007 08:32:25 +0000 (08:32 +0000)]
fix failsafe on broadcom, send netlink events in diag when running linux 2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7722
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 25 Jun 2007 07:08:35 +0000 (07:08 +0000)]
hotplug2: add a missing cflag, allow hotplug events that are not 'add'
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7721
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 25 Jun 2007 06:30:36 +0000 (06:30 +0000)]
make hotplug2 use the build system cflags
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7720
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 25 Jun 2007 04:04:28 +0000 (04:04 +0000)]
remove bogus dependency, fix a few cosmetic bugs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7719
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 24 Jun 2007 04:59:27 +0000 (04:59 +0000)]
add lzma compression format to mkimage (will be used on infineon amazon)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7718
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 23 Jun 2007 16:05:54 +0000 (16:05 +0000)]
Upgrade ntfs-3g to 1.616 (#1954)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7717
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 23 Jun 2007 15:54:36 +0000 (15:54 +0000)]
Upgrade fuse to 2.6.5 (#1955)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7716
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sat, 23 Jun 2007 05:30:31 +0000 (05:30 +0000)]
[adm5120] fix hardware byte swapping to work in little endian mode as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7712
3c298f89-4303-0410-b956-
a3cf2f4a3e73
noz [Fri, 22 Jun 2007 22:38:09 +0000 (22:38 +0000)]
Fix brcm43xx build for PCI-less systems (patch from Michael Buesch)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7711
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 22 Jun 2007 20:17:43 +0000 (20:17 +0000)]
add antenna diversity config support for broadcom-wl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7710
3c298f89-4303-0410-b956-
a3cf2f4a3e73
noz [Fri, 22 Jun 2007 17:25:23 +0000 (17:25 +0000)]
Add profile for WRTSL54GS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7709
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 22 Jun 2007 10:16:47 +0000 (10:16 +0000)]
[adm5120] add initial support for hardware accelerated byte swapping
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7708
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 22 Jun 2007 09:24:50 +0000 (09:24 +0000)]
Do not cache negative answers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7707
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 22 Jun 2007 08:53:59 +0000 (08:53 +0000)]
Package tunnel6 as well (#1943)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7705
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 22 Jun 2007 08:47:29 +0000 (08:47 +0000)]
Send a kill signal to cron, otherwise two instances could be running (#1923)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7704
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 22 Jun 2007 04:55:38 +0000 (04:55 +0000)]
[7701] for bcm43xx-mac80211 as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7703
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 22 Jun 2007 04:50:23 +0000 (04:50 +0000)]
add some missing config options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7702
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 22 Jun 2007 04:47:48 +0000 (04:47 +0000)]
do not attempt to compile mac80211 on 2.6.21
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7701
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 22 Jun 2007 04:43:13 +0000 (04:43 +0000)]
kernel version specific fixups for kmod packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7700
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 22 Jun 2007 03:49:54 +0000 (03:49 +0000)]
brcm47xx-2.6: update for 2.6.22-rc5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7699
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 21 Jun 2007 23:41:09 +0000 (23:41 +0000)]
set the kernel version of brcm47xx-2.6 in the target makefile, keep patch compatibility with 2.6.21.5 in case we need to revert before the next release
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7698
3c298f89-4303-0410-b956-
a3cf2f4a3e73
noz [Thu, 21 Jun 2007 23:37:39 +0000 (23:37 +0000)]
brcm43xx: Update to 2.6.22-rc5 target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7697
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 21 Jun 2007 23:12:50 +0000 (23:12 +0000)]
fix mac80211 build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7696
3c298f89-4303-0410-b956-
a3cf2f4a3e73
noz [Thu, 21 Jun 2007 21:51:07 +0000 (21:51 +0000)]
Extra bits from wireless-dev for the mac80211 stack - should just be additions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7695
3c298f89-4303-0410-b956-
a3cf2f4a3e73
noz [Thu, 21 Jun 2007 21:29:37 +0000 (21:29 +0000)]
make 130-netfilter-ipset.patch apply under 2.6.22-rc[45]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7694
3c298f89-4303-0410-b956-
a3cf2f4a3e73
noz [Thu, 21 Jun 2007 20:45:45 +0000 (20:45 +0000)]
New: mac80211-based bcm43xx driver from the wireless-dev tree
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7693
3c298f89-4303-0410-b956-
a3cf2f4a3e73
noz [Thu, 21 Jun 2007 20:42:32 +0000 (20:42 +0000)]
New: mac80211 stack from the wireless-dev tree
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7692
3c298f89-4303-0410-b956-
a3cf2f4a3e73
noz [Thu, 21 Jun 2007 20:10:50 +0000 (20:10 +0000)]
brcm43xx: update SSB driver
* files/ now contains the wireless-dev tree version
* patches/210-ssb_merge is nbd's subsequent changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7691
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 21 Jun 2007 17:53:08 +0000 (17:53 +0000)]
minor kernel config sync
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7690
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 21 Jun 2007 17:20:19 +0000 (17:20 +0000)]
Fix the IRQ assignment with vlynq/pci, thanks sw ! (#1865)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7689
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 21 Jun 2007 16:17:59 +0000 (16:17 +0000)]
fix cgi-bin directory handling (#1764)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7688
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 21 Jun 2007 15:52:07 +0000 (15:52 +0000)]
fix the squashfs kernel command line for rb532
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7687
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 21 Jun 2007 15:50:01 +0000 (15:50 +0000)]
fix the tar invocation in kernel build (#1935)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7686
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 20 Jun 2007 22:05:15 +0000 (22:05 +0000)]
added usb-storage hotpluging
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7684
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 20 Jun 2007 21:52:55 +0000 (21:52 +0000)]
fix a memleak in broadcom-diag (#1780)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7683
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mbm [Wed, 20 Jun 2007 20:00:47 +0000 (20:00 +0000)]
Allow the use of psk+psk2 (ap mode only). Thanks ragorn
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7682
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 20 Jun 2007 00:16:41 +0000 (00:16 +0000)]
add mini_fo fix from #1801
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7676
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 19 Jun 2007 22:29:51 +0000 (22:29 +0000)]
add brcm47xx mtd corruption fix by b.sander (#1502)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7675
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 19 Jun 2007 16:56:04 +0000 (16:56 +0000)]
mac80211 is not available for kernels < 2.6.22
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7674
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Tue, 19 Jun 2007 14:46:42 +0000 (14:46 +0000)]
[adm5120] cleanup svn properties
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7673
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hcg [Tue, 19 Jun 2007 13:04:42 +0000 (13:04 +0000)]
Changed bootloader and partition parameters to ease virgin unit
programming without SD-Flash card.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7672
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 18 Jun 2007 21:44:42 +0000 (21:44 +0000)]
broadcom47xx-2.6 was missing usb support, which was needed for wl500gp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7671
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 18 Jun 2007 21:01:11 +0000 (21:01 +0000)]
added 3 new crypto modules needed by ppp_mppe
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7670
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mbm [Mon, 18 Jun 2007 17:55:27 +0000 (17:55 +0000)]
remove target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7669
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 18 Jun 2007 16:15:37 +0000 (16:15 +0000)]
[adm5120] remove unused empty files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7668
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 18 Jun 2007 15:44:29 +0000 (15:44 +0000)]
Remove reference to old ar7-2.4 code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7667
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 18 Jun 2007 15:43:52 +0000 (15:43 +0000)]
ar7-2.6 actually supports atm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7666
3c298f89-4303-0410-b956-
a3cf2f4a3e73
This page took 0.064075 seconds and 4 git commands to generate.