aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gpiodev should be in drivers/char, not in drivers/gpio..Imre Kaloz2008-05-302-18/+19
| | | | SVN-Revision: 11294
* Update ps3 linux banner and hostnameYuji Mano2008-05-292-2/+2
| | | | SVN-Revision: 11293
* enable gpiodev on ixp4xxImre Kaloz2008-05-291-0/+2
| | | | SVN-Revision: 11289
* This Makefile patch adds support for the "Privacy Extensions", "IP-in-IPv6 ↵Felix Fietkau2008-05-291-2/+24
| | | | | | | | tunnel", "Multiple Routing Tables" and "source address based routing" in the 2.6 Kernel. Signed-off-by: "Alina Friedrichsen" <x-alina-ml@gmx.net> SVN-Revision: 11288
* add newline at EOFYuji Mano2008-05-281-1/+2
| | | | SVN-Revision: 11287
* adding ps3 specific banner and system nameYuji Mano2008-05-282-0/+7
| | | | SVN-Revision: 11286
* fix up mac address setting on ixp4xx for devices that store this info in the ↵Imre Kaloz2008-05-282-1/+9
| | | | | | RedBoot config partition SVN-Revision: 11285
* fix path of initrun scriptYuji Mano2008-05-281-1/+1
| | | | SVN-Revision: 11284
* Add an initrun script that is respawned by init. This default initrun script ↵Yuji Mano2008-05-282-1/+4
| | | | | | calls /bin/login as usual, but packages (ex. bootloader packages) can modify it to run custom scripts/execs at init. SVN-Revision: 11283
* Reduce the kernel verbosity of the ps3_system_bus_match output for ps3 builds.Yuji Mano2008-05-282-6/+72
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 11282
* Fixup inittab for PS3.Yuji Mano2008-05-281-0/+6
| | | | | | | | Make ctrl-alt-del do a system reboot. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 11281
* enable yaffs fs on 2.6.25Gabor Juhos2008-05-281-0/+10
| | | | SVN-Revision: 11280
* resync kernel configsGabor Juhos2008-05-284-39/+14
| | | | SVN-Revision: 11279
* fix yaffs on 2.6.25Gabor Juhos2008-05-281-0/+94
| | | | SVN-Revision: 11278
* nuke trailing whitespaces in the yaffs codeGabor Juhos2008-05-2856-1270/+1270
| | | | SVN-Revision: 11277
* Remove obsolete CFE workaround, now proper fix went in r11275Peter Denison2008-05-271-23/+0
| | | | SVN-Revision: 11276
* Don't nuke fw_argX from CFE - Thanks jhansenPeter Denison2008-05-271-2/+6
| | | | SVN-Revision: 11275
* move the fconfig package into trunkImre Kaloz2008-05-271-0/+46
| | | | SVN-Revision: 11274
* revert kernel version to 2.6.25.4Gabor Juhos2008-05-271-1/+1
| | | | SVN-Revision: 11273
* remove hacks to disable modules on some targets now that we do have proper ↵Nicolas Thill2008-05-2610-27/+16
| | | | | | PCI & USB support detected on all targets at config-time, mark p54 as broken (for too long) SVN-Revision: 11272
* fixed mount path (closes #3464)Matteo Croce2008-05-251-2/+2
| | | | SVN-Revision: 11267
* Fix compilation of lm77 module (#3447)Florian Fainelli2008-05-241-1/+1
| | | | SVN-Revision: 11256
* Fix mount utilites installation (#3464)Florian Fainelli2008-05-241-1/+1
| | | | SVN-Revision: 11255
* clean up Avila/Cambria patchesGabor Juhos2008-05-243-144/+143
| | | | SVN-Revision: 11254
* refresh Avila/Cambria patchesGabor Juhos2008-05-243-9/+10
| | | | SVN-Revision: 11253
* move the latch-led driver into a separated patchGabor Juhos2008-05-242-205/+211
| | | | SVN-Revision: 11252
* add inital support for the kendin switch on the gtwx5717 boardGabor Juhos2008-05-242-0/+97
| | | | SVN-Revision: 11251
* add USB fixup & board detection for the Cambria, plus merge the LED latch ↵Imre Kaloz2008-05-233-557/+554
| | | | | | driver into the Avila LED patch -- again, thanks Chris :) SVN-Revision: 11250
* generate LZMA compressed uImage as wellGabor Juhos2008-05-231-2/+10
| | | | SVN-Revision: 11249
* u-boot: add LZMA decompression supportGabor Juhos2008-05-232-0/+1147
| | | | SVN-Revision: 11248
* add Avila/Cambria latch LED support, thanks ChrisImre Kaloz2008-05-232-0/+450
| | | | SVN-Revision: 11247
* upgrade U-Boot to 1.3.3Gabor Juhos2008-05-231-2/+2
| | | | SVN-Revision: 11246
* fix liblua symlink installationFelix Fietkau2008-05-232-18/+25
| | | | SVN-Revision: 11245
* Resync 2.6.25 au1000 kernel configFlorian Fainelli2008-05-221-18/+21
| | | | SVN-Revision: 11244
* Add a WL500GPv1 profile (#3395)Florian Fainelli2008-05-221-0/+16
| | | | SVN-Revision: 11243
* Allow ipkg to handle conffiles if present (#3466)Florian Fainelli2008-05-221-0/+11
| | | | SVN-Revision: 11242
* Added missing header reference to InstallDev targetSteven Barth2008-05-221-0/+1
| | | | SVN-Revision: 11241
* fix lua compile issues on ixp4xx (EABI) by linking libgcc into libluaFelix Fietkau2008-05-221-23/+30
| | | | SVN-Revision: 11240
* add updated lua patchset from Steven Barth (cyrus) as explained in ↵Felix Fietkau2008-05-225-100/+4026
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2008-May/002170.html SVN-Revision: 11239
* missing config in olpc kernelconfigJohn Crispin2008-05-221-2/+2
| | | | SVN-Revision: 11235
* refresh gcc-4.2.3 patchesMatteo Croce2008-05-2127-594/+707
| | | | SVN-Revision: 11232
* Stopgap compilation fixes for diag and switch under 2.6.25Peter Denison2008-05-203-4/+17
| | | | SVN-Revision: 11231
* Update iproute2 to version 2.6.25, and fixup patchesPeter Denison2008-05-205-228/+159
| | | | SVN-Revision: 11230
* Revert last 3 commits made in error. Proper versions will come laterPeter Denison2008-05-203-6/+3
| | | | SVN-Revision: 11229
* Build brcm47xx against 2.6.25.1Peter Denison2008-05-201-1/+1
| | | | SVN-Revision: 11228
* Update generic-2.6 and brcm47xx 2.6.25 configsPeter Denison2008-05-202-2/+4
| | | | SVN-Revision: 11227
* Update 2.6.25 configPeter Denison2008-05-201-0/+1
| | | | SVN-Revision: 11226
* create /etc/fstab on boot (closes #3458)Matteo Croce2008-05-202-6/+8
| | | | SVN-Revision: 11225
* Merge branch 'openssl'Steven Barth2008-05-204-280/+25
| | | | SVN-Revision: 11224
* the hash_conntrack is no longer broken on ARM since 2.6.25.4Gabor Juhos2008-05-201-31/+0
| | | | SVN-Revision: 11223