Felix Fietkau
5fe0203420
merge the kernel config parts at dump time, so that overrides that disable certain features work
...
SVN-Revision: 7812
18 years ago
Felix Fietkau
6c4ee48f92
fix kernel config feature autodetection
...
SVN-Revision: 7811
18 years ago
Felix Fietkau
5e7cb507cd
move parts of the failsafe code to the generic base-files - will be used on atheros as well as soon as i've added support for it
...
SVN-Revision: 7810
18 years ago
Felix Fietkau
f95db8bac8
fix a warning ( #1800 )
...
SVN-Revision: 7809
18 years ago
Felix Fietkau
17485c04ad
add madwifi changeset 2484 (node refcounting patch) - i will resync with madwifi svn after the 7.07 release
...
SVN-Revision: 7807
18 years ago
Felix Fietkau
2cc2d7707b
make the firewall script run after the network script again (required for working with dynamically assigned interfaces), include the network state
...
SVN-Revision: 7806
18 years ago
Felix Fietkau
687b83af00
include the network state in the dnsmasq init script. this makes it possible to run a dhcp server on dynamically assigned interfaces without hardcoding interface names
...
SVN-Revision: 7805
18 years ago
Felix Fietkau
379b5e9cba
fix the value of ac_cv_sizeof_off_t in the sitefiles (reported by crazy_imp)
...
SVN-Revision: 7804
18 years ago
Gabor Juhos
b2f25e0fcb
restore right patches for 2.6.21.5
...
SVN-Revision: 7800
18 years ago
Gabor Juhos
5074eb5ac7
Oops! I've copied r7557 instead of r7757, sorry
...
SVN-Revision: 7799
18 years ago
Gabor Juhos
9679dfcc62
restore old patches for 2.6.21.5 kernel
...
SVN-Revision: 7798
18 years ago
Gabor Juhos
15a3d260fe
move 2.6.22 specific patches into the right place
...
SVN-Revision: 7797
18 years ago
Felix Fietkau
a977a42502
update wlcompat for new ioctl interface ( fixes #1357 )
...
SVN-Revision: 7795
18 years ago
Felix Fietkau
16ae1e57bc
fix accidentally committed broken patch
...
SVN-Revision: 7794
18 years ago
Felix Fietkau
d3dea9d2c6
add portability fixes from #1720
...
SVN-Revision: 7791
18 years ago
Felix Fietkau
488d8be7cd
add update target to tools/
...
SVN-Revision: 7790
18 years ago
Felix Fietkau
938e5f8466
cleanup
...
SVN-Revision: 7789
18 years ago
Felix Fietkau
78c9e79c15
fix the path to the yealink module ( #1944 )
...
SVN-Revision: 7788
18 years ago
Felix Fietkau
c09dc20f2c
replace the hotplug2 fork handling hack with a better solution implemented in upstream (thanks, iSteve)
...
SVN-Revision: 7786
18 years ago
Rod Whitby
8528218ec6
Enable USB EHCI hub options to bring ixp4xx kernel usb support in line with known good nslu2-linux kernel usb hub settings.
...
SVN-Revision: 7785
18 years ago
Felix Fietkau
9bf6078866
unify sysctl.conf, add extra netfilter options ( #1996 )
...
SVN-Revision: 7784
18 years ago
Felix Fietkau
8c0de17322
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...
SVN-Revision: 7782
18 years ago
Rod Whitby
1449d4ce28
Added uhci support to dsmg600 profile
...
SVN-Revision: 7781
18 years ago
Rod Whitby
c90b8856fb
Added more essential NAS modules for NSLU2, NAS100d and DSMG600RevA profiles
...
SVN-Revision: 7780
18 years ago
Rod Whitby
96102521fe
Added bigendian patch for via velocity driver
...
SVN-Revision: 7779
18 years ago
Hamish Guthrie
cf4b1f4777
Added USB serial devices
...
SVN-Revision: 7778
18 years ago
Florian Fainelli
87d765fc93
Fix rb523 nand detection ( #1723 )
...
SVN-Revision: 7777
18 years ago
Rod Whitby
10f9d03487
Enable kmod-madwifi in default profile for ixp4xx
...
SVN-Revision: 7775
18 years ago
Rod Whitby
de21258fc8
Create various profiles for consumer IXP4xx devices
...
SVN-Revision: 7774
18 years ago
Rod Whitby
40c1d84a0f
Build via velocity module for ixp4xx
...
SVN-Revision: 7773
18 years ago
Rod Whitby
e15faa1773
Added via-velocity module, and fixed some whitespace inconsistencies.
...
SVN-Revision: 7772
18 years ago
Hamish Guthrie
c5c3e1d89c
Added USB support
...
SVN-Revision: 7771
18 years ago
Rod Whitby
5efd069ecb
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.
...
SVN-Revision: 7770
18 years ago
Rod Whitby
b67e1aee7e
Enable LDSO_RUNPATH in uClibc configuration for all platforms
...
SVN-Revision: 7769
18 years ago
Rod Whitby
cf1faf4778
apex: Updated to 1.5.8
...
SVN-Revision: 7768
18 years ago
Felix Fietkau
fc649db702
check for + in the broadcast address before attempting a dns lookup
...
SVN-Revision: 7767
18 years ago
Mike Baker
810b0bcb22
fix broadcast address ( #1611 )
...
SVN-Revision: 7766
18 years ago
Felix Fietkau
8f16983e89
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
SVN-Revision: 7764
18 years ago
Felix Fietkau
1b4fc61eea
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)
...
SVN-Revision: 7762
18 years ago
Felix Fietkau
83a487c412
fix gcc 4.2.0 compile for ppc
...
SVN-Revision: 7761
18 years ago
Gabor Juhos
031f500ae4
update to 2.6.22-rc6
...
SVN-Revision: 7758
18 years ago
Florian Fainelli
01b4fd853a
Initialise firewall before network ( #1988 )
...
SVN-Revision: 7757
18 years ago
Felix Fietkau
476c7769e5
add extif fixes ( #1984 )
...
SVN-Revision: 7756
18 years ago
Felix Fietkau
6a5f4ea179
disable cpu wait support for bcm4710 (suggested in #1641 )
...
SVN-Revision: 7755
18 years ago
Felix Fietkau
333244441e
add update target to toolchain/
...
SVN-Revision: 7754
18 years ago
Felix Fietkau
abdd6e0f13
replace gcc 4.2 snapshot with 4.2.0 release (sync patches with uclibc buildroot), adjust gcc makefile for PATCH_DIR changes
...
SVN-Revision: 7753
18 years ago
Felix Fietkau
a81db04ee6
remove the custom Build/Prepare override in binutils, use PATCH_DIR, refresh patches using quilt
...
SVN-Revision: 7752
18 years ago
Felix Fietkau
f6a92d6ffe
enable the refresh target in toolchain/
...
SVN-Revision: 7751
18 years ago
Felix Fietkau
68d6dcf7c4
allow packages to override the patch directory using the PATCH_DIR variable
...
SVN-Revision: 7750
18 years ago
Felix Fietkau
7e79cae090
disable quilt for kernel-headers
...
SVN-Revision: 7749
18 years ago