Commit Graph

11261 Commits (b744dced08f3c1f114b8fb34bf708a549cfc1684)

Author SHA1 Message Date
Mirko Vogt 5a89b9d241 add script which initiates suspend-to-ram (target-specific)
SVN-Revision: 16368
2009-06-07 13:31:29 +00:00
Florian Fainelli 74f8ea728a fix detection of motorola wr850g, thanks to Vinicius Fonseca, (#4710)
SVN-Revision: 16367
2009-06-07 09:28:29 +00:00
Gabor Juhos 0c4b6a0b07 setup mac address on the AP81 board
SVN-Revision: 16366
2009-06-06 19:03:30 +00:00
Gabor Juhos 227e69c0f4 add experimental sysupgrade support
SVN-Revision: 16364
2009-06-06 17:44:49 +00:00
Gabor Juhos 656f86f810 add default network configuration for the AP83 board
SVN-Revision: 16360
2009-06-06 16:01:09 +00:00
Gabor Juhos 67ace05bfe update flash locking code
SVN-Revision: 16359
2009-06-06 15:56:03 +00:00
Gabor Juhos 9668bbeea9 handle PCI_CORE interrupt as well
SVN-Revision: 16358
2009-06-06 13:48:36 +00:00
Gabor Juhos bb698428f0 build images for the AP83 board
SVN-Revision: 16357
2009-06-06 13:02:25 +00:00
Gabor Juhos ab19bea631 change flash partition map of the AP83 board
SVN-Revision: 16356
2009-06-06 09:57:37 +00:00
Gabor Juhos 6326e87952 enable JEDEC probe
SVN-Revision: 16355
2009-06-06 08:55:06 +00:00
Gabor Juhos 92b2d4ac3a fix erase status check on some parallel flash chips
SVN-Revision: 16354
2009-06-06 08:54:31 +00:00
Gabor Juhos ba08043ce4 add parallel flash driver
SVN-Revision: 16353
2009-06-06 08:41:47 +00:00
Gabor Juhos 7077028d45 sync kernel config, and refresh patches
SVN-Revision: 16352
2009-06-06 06:32:41 +00:00
Gabor Juhos 91aa0a7ca0 make the AP83 and VSC7385 SPI drivers available on 2.6.2[89]
SVN-Revision: 16351
2009-06-06 04:43:55 +00:00
Jo-Philipp Wich 4c9e3682cb nvram: don't execute nvram fixups on the WGT634U
SVN-Revision: 16349
2009-06-06 02:05:10 +00:00
Gabor Juhos e72be9e83b fix a typo
SVN-Revision: 16348
2009-06-05 19:29:41 +00:00
Gabor Juhos 45d8b93d06 create a 'firmware' partition for MZK-W300NH board
SVN-Revision: 16347
2009-06-05 15:31:33 +00:00
Gabor Juhos 4af9570756 generic-2.6/2.6.30: more mini_fo fixes
SVN-Revision: 16346
2009-06-05 15:24:59 +00:00
Lars-Peter Clausen 9fb98fc03c disable tls for stdlibc++. fixes c++ inside a gcc-4.4.0 toolchain.
SVN-Revision: 16345
2009-06-05 11:33:12 +00:00
Gabor Juhos c8bf295481 build firmware image for the MZK-W300NH board
SVN-Revision: 16342
2009-06-04 19:14:46 +00:00
Gabor Juhos f3c3e2772f improve MZK-W300NH support (thanks to Kazuki Shimada for the board)
SVN-Revision: 16340
2009-06-04 18:18:36 +00:00
Mirko Vogt 723678f740 switch back to 2.6.29 until some target specific bugs are fixed in 2.6.30
SVN-Revision: 16339
2009-06-04 17:05:06 +00:00
Florian Fainelli d861885cbf do not apply iptables patches when building with CONFIG_EXTERNAL_KERNEL_TREE
SVN-Revision: 16336
2009-06-04 13:14:00 +00:00
Florian Fainelli 8f84508c25 fix ethernet driver removal
SVN-Revision: 16335
2009-06-04 10:04:53 +00:00
Florian Fainelli 50936e1aa5 fix pcmcia device removal
SVN-Revision: 16334
2009-06-04 10:04:11 +00:00
Florian Fainelli 116a53a154 add missing null entry in pcmcia driver
SVN-Revision: 16333
2009-06-04 10:03:41 +00:00
Florian Fainelli 4049592268 request gpio pins and set direction correctly for pcmcia
SVN-Revision: 16332
2009-06-04 10:03:03 +00:00
Florian Fainelli 287a0efd68 be SMP safe even with gpiolib
SVN-Revision: 16331
2009-06-04 10:02:23 +00:00
Florian Fainelli 9013e936ed cache gpio values in gpio_set
SVN-Revision: 16330
2009-06-04 10:01:55 +00:00
Florian Fainelli 1208ffaedb use the correct number of GPIOs for bcm6358
SVN-Revision: 16329
2009-06-04 10:01:03 +00:00
Florian Fainelli c95420f06d register gpiochip earlier, allowing gpio-based runtime detection to be performed in board_init callback
SVN-Revision: 16328
2009-06-04 09:59:28 +00:00
Gabor Juhos 74dfd77f41 pass ucode name to the VSC7385 driver on the AP83 board
SVN-Revision: 16326
2009-06-04 07:56:49 +00:00
Gabor Juhos 42011abcb6 kernel/modules: package the VSC7385 driver
SVN-Revision: 16325
2009-06-04 07:54:10 +00:00
Gabor Juhos 08bd604941 add SPI driver for the Vitesse VSC7385 switch
SVN-Revision: 16324
2009-06-04 07:51:29 +00:00
Gabor Juhos 976f690ebd kernel/modules: move SPI drivers into a new submenu
SVN-Revision: 16323
2009-06-04 06:39:36 +00:00
Lars-Peter Clausen 246a5b334d More libtool madness: Every package which was using c++ and libtool fixup 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
2009-06-04 00:20:01 +00:00
Gabor Juhos 782cd2cf27 add experimental support for the AP83-040 board
SVN-Revision: 16316
2009-06-03 19:54:25 +00:00
Gabor Juhos 0755481965 add another SPI controller driver for the earlier AP83 boards
SVN-Revision: 16315
2009-06-03 19:50:04 +00:00
Gabor Juhos ce93834602 compile SPI_GPIO driver into the kernel, required by the AP83 boards
SVN-Revision: 16313
2009-06-03 18:42:44 +00:00
Gabor Juhos 5eb8242162 refresh patches
SVN-Revision: 16312
2009-06-03 18:32:32 +00:00
Gabor Juhos b0acbe709c add flash locking code
SVN-Revision: 16311
2009-06-03 18:17:07 +00:00
Vasilis Tsiligiannis 5b72dc3d8f base-files: fix test experession for sysupgrade
SVN-Revision: 16310
2009-06-03 18:15:04 +00:00
Vasilis Tsiligiannis 66f8e1122e ead: fix missing library error while building tinysrp
SVN-Revision: 16309
2009-06-03 13:53:15 +00:00
Vasilis Tsiligiannis 121368fbc8 madwifi: clear variables used in for loop
SVN-Revision: 16308
2009-06-03 13:53:10 +00:00
Imre Kaloz 6b2a7b73ca upgrade to 2.6.30-rc8
SVN-Revision: 16307
2009-06-03 13:42:28 +00:00
Lars-Peter Clausen 3d3d75a248 libtool: revert r16212. It broke building packages using c++.
SVN-Revision: 16305
2009-06-03 10:03:29 +00:00
Gabor Juhos da4435f2e1 uClibc-0.9.30.1: fix possible NULL pointer dereference (closes #5242)
SVN-Revision: 16304
2009-06-03 09:45:00 +00:00
Florian Fainelli d2b2ce325a merger mtu/802.1q related fixes: bcm63xx integrated ethernet mac supports 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
2009-06-03 08:55:18 +00:00
Hauke Mehrtens 0efe367787 Fix accessing array after it end.
SVN-Revision: 16301
2009-06-02 20:10:29 +00:00
Hauke Mehrtens 81d3b7905b Update to compat-wireless-2009-06-02
SVN-Revision: 16300
2009-06-02 18:48:52 +00:00