Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix a typo | Gabor Juhos | 2009-06-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 16348 | ||||
* | create a 'firmware' partition for MZK-W300NH board | Gabor Juhos | 2009-06-05 | 1 | -0/+4 |
| | | | | SVN-Revision: 16347 | ||||
* | generic-2.6/2.6.30: more mini_fo fixes | Gabor Juhos | 2009-06-05 | 1 | -3/+38 |
| | | | | SVN-Revision: 16346 | ||||
* | disable tls for stdlibc++. fixes c++ inside a gcc-4.4.0 toolchain. | Lars-Peter Clausen | 2009-06-05 | 1 | -0/+1 |
| | | | | SVN-Revision: 16345 | ||||
* | build firmware image for the MZK-W300NH board | Gabor Juhos | 2009-06-04 | 2 | -6/+68 |
| | | | | SVN-Revision: 16342 | ||||
* | improve MZK-W300NH support (thanks to Kazuki Shimada for the board) | Gabor Juhos | 2009-06-04 | 2 | -2/+91 |
| | | | | SVN-Revision: 16340 | ||||
* | switch back to 2.6.29 until some target specific bugs are fixed in 2.6.30 | Mirko Vogt | 2009-06-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 16339 | ||||
* | do not apply iptables patches when building with CONFIG_EXTERNAL_KERNEL_TREE | Florian Fainelli | 2009-06-04 | 1 | -0/+4 |
| | | | | SVN-Revision: 16336 | ||||
* | fix ethernet driver removal | Florian Fainelli | 2009-06-04 | 1 | -1/+2 |
| | | | | SVN-Revision: 16335 | ||||
* | fix pcmcia device removal | Florian Fainelli | 2009-06-04 | 1 | -0/+1 |
| | | | | SVN-Revision: 16334 | ||||
* | add missing null entry in pcmcia driver | Florian Fainelli | 2009-06-04 | 1 | -0/+2 |
| | | | | SVN-Revision: 16333 | ||||
* | request gpio pins and set direction correctly for pcmcia | Florian Fainelli | 2009-06-04 | 1 | -1/+14 |
| | | | | SVN-Revision: 16332 | ||||
* | be SMP safe even with gpiolib | Florian Fainelli | 2009-06-04 | 1 | -7/+8 |
| | | | | SVN-Revision: 16331 | ||||
* | cache gpio values in gpio_set | Florian Fainelli | 2009-06-04 | 1 | -5/+8 |
| | | | | SVN-Revision: 16330 | ||||
* | use the correct number of GPIOs for bcm6358 | Florian Fainelli | 2009-06-04 | 3 | -6/+12 |
| | | | | SVN-Revision: 16329 | ||||
* | register gpiochip earlier, allowing gpio-based runtime detection to be ↵ | Florian Fainelli | 2009-06-04 | 3 | -2/+9 |
| | | | | | | performed in board_init callback SVN-Revision: 16328 | ||||
* | pass ucode name to the VSC7385 driver on the AP83 board | Gabor Juhos | 2009-06-04 | 1 | -0/+1 |
| | | | | SVN-Revision: 16326 | ||||
* | kernel/modules: package the VSC7385 driver | Gabor Juhos | 2009-06-04 | 1 | -0/+16 |
| | | | | SVN-Revision: 16325 | ||||
* | add SPI driver for the Vitesse VSC7385 switch | Gabor Juhos | 2009-06-04 | 4 | -1/+630 |
| | | | | SVN-Revision: 16324 | ||||
* | kernel/modules: move SPI drivers into a new submenu | Gabor Juhos | 2009-06-04 | 3 | -97/+108 |
| | | | | SVN-Revision: 16323 | ||||
* | More libtool madness: Every package which was using c++ and libtool fixup ↵ | Lars-Peter Clausen | 2009-06-04 | 2 | -4/+17 |
| | | | | | | | | | was linked against libstd++ even though if it should have been linked against uclibc++. This is fixed by providing a special version of libtool fixup for packages which should use uclibc++. Not pretty but functional. Packages linking against uclibc++ should use PKG_FIXUP:=libtool-ucxx instead of PKG_FIXUP:=libtool Somebody should probably check all packages using c++ with a dependency on stdlibc++ if uclibc++ can be used instead now. SVN-Revision: 16317 | ||||
* | add experimental support for the AP83-040 board | Gabor Juhos | 2009-06-03 | 2 | -12/+105 |
| | | | | SVN-Revision: 16316 | ||||
* | add another SPI controller driver for the earlier AP83 boards | Gabor Juhos | 2009-06-03 | 3 | -0/+310 |
| | | | | SVN-Revision: 16315 | ||||
* | compile SPI_GPIO driver into the kernel, required by the AP83 boards | Gabor Juhos | 2009-06-03 | 3 | -3/+3 |
| | | | | SVN-Revision: 16313 | ||||
* | refresh patches | Gabor Juhos | 2009-06-03 | 6 | -9/+9 |
| | | | | SVN-Revision: 16312 | ||||
* | add flash locking code | Gabor Juhos | 2009-06-03 | 2 | -1/+27 |
| | | | | SVN-Revision: 16311 | ||||
* | base-files: fix test experession for sysupgrade | Vasilis Tsiligiannis | 2009-06-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 16310 | ||||
* | ead: fix missing library error while building tinysrp | Vasilis Tsiligiannis | 2009-06-03 | 2 | -4/+4 |
| | | | | SVN-Revision: 16309 | ||||
* | madwifi: clear variables used in for loop | Vasilis Tsiligiannis | 2009-06-03 | 1 | -2/+1 |
| | | | | SVN-Revision: 16308 | ||||
* | upgrade to 2.6.30-rc8 | Imre Kaloz | 2009-06-03 | 24 | -435/+69 |
| | | | | SVN-Revision: 16307 | ||||
* | libtool: revert r16212. It broke building packages using c++. | Lars-Peter Clausen | 2009-06-03 | 1 | -1/+0 |
| | | | | SVN-Revision: 16305 | ||||
* | uClibc-0.9.30.1: fix possible NULL pointer dereference (closes #5242) | Gabor Juhos | 2009-06-03 | 1 | -0/+11 |
| | | | | SVN-Revision: 16304 | ||||
* | merger mtu/802.1q related fixes: bcm63xx integrated ethernet mac supports ↵ | Florian Fainelli | 2009-06-03 | 2 | -11/+76 |
| | | | | | | | | | receiving and sending frames bigger than 1500 bytes, this patch adds support for changing MTU. This patch also fixes the reception of 802.1q frames for default MTU which were reported as oversized. SVN-Revision: 16302 | ||||
* | Fix accessing array after it end. | Hauke Mehrtens | 2009-06-02 | 1 | -3/+3 |
| | | | | SVN-Revision: 16301 | ||||
* | Update to compat-wireless-2009-06-02 | Hauke Mehrtens | 2009-06-02 | 7 | -116/+31 |
| | | | | SVN-Revision: 16300 | ||||
* | add bootsplash to 2.6.30 as well and enable it per default | Mirko Vogt | 2009-06-02 | 3 | -1/+38536 |
| | | | | SVN-Revision: 16297 | ||||
* | enable PCIE on ppc44x as well | Imre Kaloz | 2009-06-02 | 1 | -1/+2 |
| | | | | SVN-Revision: 16296 | ||||
* | package the e1000e driver | Imre Kaloz | 2009-06-02 | 1 | -2/+18 |
| | | | | SVN-Revision: 16295 | ||||
* | missing changes for pcie handling | Imre Kaloz | 2009-06-02 | 2 | -0/+4 |
| | | | | SVN-Revision: 16294 | ||||
* | add pcie feature flag | Imre Kaloz | 2009-06-02 | 1 | -0/+3 |
| | | | | SVN-Revision: 16293 | ||||
* | rename cavium-octeon to octeon | Imre Kaloz | 2009-06-02 | 22 | -1/+1 |
| | | | | SVN-Revision: 16292 | ||||
* | upgrade avr32 to 2.6.30-rc7 | Imre Kaloz | 2009-06-02 | 3 | -14/+246 |
| | | | | SVN-Revision: 16291 | ||||
* | rename serial devices for 2.6.30 as well to avoid uneeded mappings in userspace | Mirko Vogt | 2009-06-02 | 1 | -0/+11 |
| | | | | SVN-Revision: 16290 | ||||
* | madwifi: fix wlanconfig athX destroy on 2.6.30 (incomplete netdev_ops ↵ | Felix Fietkau | 2009-06-01 | 1 | -3/+34 |
| | | | | | | transition) SVN-Revision: 16289 | ||||
* | atheros: add working patches/config for 2.6.30 | Felix Fietkau | 2009-06-01 | 12 | -0/+6513 |
| | | | | SVN-Revision: 16288 | ||||
* | add ip175c switch driver patch to 2.6.30 | Felix Fietkau | 2009-06-01 | 2 | -0/+24 |
| | | | | SVN-Revision: 16287 | ||||
* | swconfig: fix kernel version dependency | Felix Fietkau | 2009-06-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 16286 | ||||
* | ocf: fix uninitialized variable access (thx, Dakon) | Felix Fietkau | 2009-06-01 | 4 | -4/+4 |
| | | | | SVN-Revision: 16285 | ||||
* | temporary, hackish, etc, etc.. lzma support for the arm zImage loader | Imre Kaloz | 2009-06-01 | 1 | -0/+911 |
| | | | | SVN-Revision: 16284 | ||||
* | we don't use RedBoot on orion | Imre Kaloz | 2009-06-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 16283 |