summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* kernel: yet another missing symbol for 2.6.32Gabor Juhos2010-02-271-0/+1
| | | | SVN-Revision: 19883
* adm5120: fix build error in the USB driver on 2.6.32Gabor Juhos2010-02-273-0/+138
| | | | SVN-Revision: 19882
* add block-extroot, a package for using an external filesystem as rootfs ↵Felix Fietkau2010-02-266-0/+176
| | | | | | (patch by cshore) SVN-Revision: 19880
* mark relevant kmod-* packages as being required for rootfs mounting (patch ↵Felix Fietkau2010-02-264-54/+54
| | | | | | by cshore) SVN-Revision: 19879
* add support for marking specific kernel module packages as potentially being ↵Felix Fietkau2010-02-261-1/+4
| | | | | | required for mounting the rootfs (patch by cshore) SVN-Revision: 19878
* add the block-mount package by Daniel Dickinson (cshore), replacing existing ↵Felix Fietkau2010-02-2613-78/+780
| | | | | | automount functionality SVN-Revision: 19877
* jz4740_nand: * Use NAND_ECC_HW_OOB_FIRST mode instead of a patched ↵Lars-Peter Clausen2010-02-262-67/+45
| | | | | | NAND_ECC_HW * Fix subpage writing * speed up reading SVN-Revision: 19875
* This patch allows the user to specify esfq as the leaf qdisc, as well as ↵Travis Kemen2010-02-262-2/+9
| | | | | | perturb and hash parameters, closes #1893 SVN-Revision: 19874
* fix issues with pptpd server and firewall, closes #2342Travis Kemen2010-02-262-2/+2
| | | | SVN-Revision: 19873
* add missing symbolTravis Kemen2010-02-261-10/+11
| | | | SVN-Revision: 19872
* upgrade and fixup support for the uclibc nptl branchImre Kaloz2010-02-264-18/+47
| | | | SVN-Revision: 19871
* make TLS support configurableImre Kaloz2010-02-262-2/+14
| | | | SVN-Revision: 19870
* add support for the MN-700 platform, closes #2575Travis Kemen2010-02-261-1/+1
| | | | SVN-Revision: 19863
* properly package xt_comment.ko (#6742)Jo-Philipp Wich2010-02-261-0/+2
| | | | SVN-Revision: 19861
* add menuconfig item to enable uClibc debug buildsJo-Philipp Wich2010-02-252-0/+12
| | | | SVN-Revision: 19860
* r8101: update to v1.014.00, fix build on 2.6.31+Nicolas Thill2010-02-251-9/+15
| | | | SVN-Revision: 19854
* busybox: fix typo in last commit, thx NicoJo-Philipp Wich2010-02-251-1/+1
| | | | SVN-Revision: 19853
* busybox: disable busybox' own stripping, fixes stripped bb binary in ↵Jo-Philipp Wich2010-02-251-1/+1
| | | | | | STAGING_DIR_ROOT SVN-Revision: 19852
* busybox: implement -q flag for insmod for Linux 2.6 and actually suppress ↵Jo-Philipp Wich2010-02-241-0/+33
| | | | | | errors when the flag is specified, part 2 of the iptables modprobe fix SVN-Revision: 19851
* remote-gdb: change library paths after r19849, swap usr/lib/ and lib/Jo-Philipp Wich2010-02-241-3/+3
| | | | SVN-Revision: 19850
* remove support for DEBUG_DIR, it has lost its purpose since STAGING_DIR_ROOT ↵Felix Fietkau2010-02-244-36/+1
| | | | | | was added SVN-Revision: 19849
* Add include_mk template which makes it a bit more convienient to include ↵Lars-Peter Clausen2010-02-241-0/+4
| | | | | | package installed mk files. SVN-Revision: 19847
* mtd-utils: do not try to compile in support for ubifs ioctls and extended ↵Felix Fietkau2010-02-242-5/+5
| | | | | | flags - some linux distros do not support this SVN-Revision: 19846
* remote-gdb: add build_dir/target-*/debug-* to solib-search-pathJo-Philipp Wich2010-02-241-0/+1
| | | | SVN-Revision: 19845
* ar71xx: select vsc73x5 microcode in the AP83/PB44 profilesGabor Juhos2010-02-241-2/+4
| | | | SVN-Revision: 19842
* ar71xx: refresh ksz8041 patchGabor Juhos2010-02-241-2/+2
| | | | SVN-Revision: 19841
* ar71xx: add default network configuration file for the TL-WR1043ND boardGabor Juhos2010-02-241-0/+31
| | | | | | Thanks to Andrew Tarabaras. SVN-Revision: 19840
* ar71xx: register RTL8366RB switch on the TL-WR1043NB boardGabor Juhos2010-02-241-3/+22
| | | | | | Thanks to Andrew Tarabaras. SVN-Revision: 19839
* ar71xx: enable the RTL8366RB driverGabor Juhos2010-02-241-0/+1
| | | | | | Thanks to Andrew Tarabaras. SVN-Revision: 19838
* kernel: add driver for the RTL8366RB switchGabor Juhos2010-02-248-12/+1803
| | | | | | Thanks to Andrew Tarabaras. SVN-Revision: 19837
* package: add VSC73[89]5 microcode for the AP83/PB44 boardsGabor Juhos2010-02-242-0/+122
| | | | SVN-Revision: 19836
* ar71xx: fix pll value for the eth0 interface on the TL-WR1043ND boardGabor Juhos2010-02-241-0/+1
| | | | | | Thanks to Andrew Tarabaras SVN-Revision: 19835
* kernel: fix typos in the AR8216 header fileGabor Juhos2010-02-241-7/+7
| | | | SVN-Revision: 19834
* ar71xx: remove an accidentally committed patchGabor Juhos2010-02-241-257/+0
| | | | SVN-Revision: 19833
* ar71xx: enable TX/RX flow control on the AR7240Gabor Juhos2010-02-241-1/+6
| | | | SVN-Revision: 19832
* ar71xx: use the correct name for the status LED on the WRT400 board (thanks ↵Gabor Juhos2010-02-241-1/+1
| | | | | | to chuljin, patch from #6734) SVN-Revision: 19831
* ar71xx: update default network configuration file for the WNDR3700Gabor Juhos2010-02-241-0/+45
| | | | | | Signed-off-by: Scott Dudley <spmsink@hotmail.com> SVN-Revision: 19830
* ath9k: disable RIFS search on some chips to avoid baseband hangsFelix Fietkau2010-02-241-0/+31
| | | | SVN-Revision: 19829
* iptables: fix a segfault when iptables tries to use modprobe, force it to ↵Jo-Philipp Wich2010-02-242-0/+24
| | | | | | use insmod SVN-Revision: 19827
* add preliminary 2.6.32 supportFlorian Fainelli2010-02-2312-0/+1104
| | | | SVN-Revision: 19826
* use gcc 4.3.4 for the gemini targetImre Kaloz2010-02-232-0/+4
| | | | SVN-Revision: 19824
* add 2.6.32 supportImre Kaloz2010-02-2316-20/+2387
| | | | SVN-Revision: 19823
* madwifi: disable ccmp replay protection for ibss/ahdemo to make wpa-none workFelix Fietkau2010-02-231-0/+13
| | | | SVN-Revision: 19822
* move new files out from platform support patchImre Kaloz2010-02-22279-57274/+56440
| | | | SVN-Revision: 19815
* refresh patchImre Kaloz2010-02-221-1094/+763
| | | | SVN-Revision: 19814
* add missing patch to arch/mips/kernel/traps.c to allow ar7 to setup its ↵Florian Fainelli2010-02-221-0/+28
| | | | | | handler correctly (#6722) SVN-Revision: 19812
* ppp: enable multilink support (#4837)Jo-Philipp Wich2010-02-223-10/+3
| | | | SVN-Revision: 19811
* fix missing symbolTravis Kemen2010-02-211-0/+1
| | | | SVN-Revision: 19809
* fix missing symbolTravis Kemen2010-02-211-0/+1
| | | | SVN-Revision: 19808
* ext4: fix for commit r19799Hauke Mehrtens2010-02-211-1/+1
| | | | SVN-Revision: 19800