summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add feature flag for the cpio.gz supportGabor Juhos2008-01-293-1/+5
| | | | SVN-Revision: 10311
* fix generation of cpio.gz imagesGabor Juhos2008-01-291-6/+6
| | | | SVN-Revision: 10310
* image generation cleanups * make image generation makefiles simpler * remove ↵Gabor Juhos2008-01-2911-537/+249
| | | | | | unused profiles * generate images for the Cellvision CAS-xxx/NFS-xxx devices SVN-Revision: 10309
* remove some unused filesGabor Juhos2008-01-292-244/+0
| | | | SVN-Revision: 10308
* add experimental support for the Cellvision NFS-101U deviceGabor Juhos2008-01-292-0/+29
| | | | SVN-Revision: 10307
* firmware-utils: new firmware generation tool for the Cellvision ↵Gabor Juhos2008-01-292-1/+1029
| | | | | | CAS-6xx/NFS-xxx devices SVN-Revision: 10306
* license cleanupGabor Juhos2008-01-2925-306/+77
| | | | SVN-Revision: 10305
* AR7 2.6.24 config fileMatteo Croce2008-01-291-0/+195
| | | | SVN-Revision: 10304
* add basic support for the AMCC PPC405EX Kilauea evaluation boardImre Kaloz2008-01-294-0/+291
| | | | SVN-Revision: 10303
* add dtc, the device tree compilerImre Kaloz2008-01-292-1/+34
| | | | SVN-Revision: 10302
* refresh vlynq patchMatteo Croce2008-01-291-10/+9
| | | | SVN-Revision: 10301
* add upstream git patch for arch/powerpcImre Kaloz2008-01-281-0/+71515
| | | | SVN-Revision: 10300
* fix squashfs on 2.6.24Imre Kaloz2008-01-281-0/+19
| | | | SVN-Revision: 10299
* disable chaostables for 2.6.24 until it's fixedImre Kaloz2008-01-281-1/+1
| | | | SVN-Revision: 10298
* add missing #includeFelix Fietkau2008-01-281-6/+14
| | | | SVN-Revision: 10297
* more queue handling stuffFelix Fietkau2008-01-282-17/+56
| | | | SVN-Revision: 10296
* update madwifi to latest trunk, include a few more fixes/improvementsFelix Fietkau2008-01-2816-300/+398
| | | | SVN-Revision: 10294
* make the system have a daemon user by defaultJohn Crispin2008-01-281-0/+1
| | | | SVN-Revision: 10293
* only start crond if there are files in the crontabJohn Crispin2008-01-281-0/+1
| | | | SVN-Revision: 10292
* generic 2.6.24 supportImre Kaloz2008-01-2844-0/+32050
| | | | SVN-Revision: 10291
* * Rename the AMCC target to PPC44x * Upgrade PPC44x to 2.6.23Imre Kaloz2008-01-277-1/+1
| | | | SVN-Revision: 10290
* upgrade the AMCC target to 2.6.23Imre Kaloz2008-01-272-1/+5
| | | | SVN-Revision: 10289
* fix GCC version selection for MagicboxImre Kaloz2008-01-271-1/+1
| | | | SVN-Revision: 10288
* add BE I/O memory accessors for arch/ppcImre Kaloz2008-01-271-0/+80
| | | | SVN-Revision: 10287
* * Upgrade Magicbox to 2.6.23 * Rename directoriesImre Kaloz2008-01-275-3/+7
| | | | SVN-Revision: 10286
* uClibc: change some symbols to local on ppc to make Kaloz happy :)Gabor Juhos2008-01-271-0/+78
| | | | SVN-Revision: 10285
* remove some wrong depends/defaultsFelix Fietkau2008-01-271-2/+0
| | | | SVN-Revision: 10284
* oops, missing fileRalph Hempel2008-01-271-0/+8
| | | | SVN-Revision: 10283
* add uClibc version 0.9.28.2, 0.9.28.3 and snapshots for development purpose ↵Ralph Hempel2008-01-2734-6/+6045
| | | | | | (and already deployed evaluation boards) the version 0.9.29 is still the default version SVN-Revision: 10282
* cleanups, small fixes and improvements for the feeds scriptFelix Fietkau2008-01-271-37/+28
| | | | SVN-Revision: 10281
* scripts/feeds: Add support for git feeds.Felix Fietkau2008-01-271-1/+22
| | | | | | | | Invokes 'git clone' on initial feed-update and 'git pull' later on. Signed-off-by: Michel Marti <mcdmx@users.sf.net> SVN-Revision: 10280
* add brcm47xx patch by crazy_imp to fix a patch chunk for drivers/MakefileFelix Fietkau2008-01-271-12/+12
| | | | SVN-Revision: 10279
* kernel: add a default for CONFIG_NEW_GPIOFelix Fietkau2008-01-271-0/+1
| | | | SVN-Revision: 10278
* uClibc: restore support of shadow passwords, but make it configurableGabor Juhos2008-01-2612-21/+23
| | | | SVN-Revision: 10276
* remove 'svn:executable' property from adm5120_uart.h (closes #3086)Gabor Juhos2008-01-261-0/+0
| | | | SVN-Revision: 10275
* madwifi: nuke some weird code which is causing NULL nodes to appearFelix Fietkau2008-01-261-0/+15
| | | | SVN-Revision: 10274
* fix buildprocess if running as cron job (package info files corrupted due ↵Ralph Hempel2008-01-261-1/+1
| | | | | | missing Source-Makefile statement) SVN-Revision: 10273
* do not use kzalloc() in madwifi, for compatibility reasonsFelix Fietkau2008-01-261-0/+32
| | | | SVN-Revision: 10272
* madwifi: nuke some totally wrong code which was causing performance issuesFelix Fietkau2008-01-261-0/+118
| | | | SVN-Revision: 10270
* madwifi: use mrr even in legacy modeFelix Fietkau2008-01-261-0/+22
| | | | SVN-Revision: 10269
* add a patch for properly refreshing the bssidmaskFelix Fietkau2008-01-261-0/+15
| | | | SVN-Revision: 10268
* add userspace tool for gpio_devJohn Crispin2008-01-264-2/+145
| | | | SVN-Revision: 10267
* add extra sanity checks in madwifiFelix Fietkau2008-01-261-0/+61
| | | | SVN-Revision: 10266
* add missing header fileJohn Crispin2008-01-261-0/+11
| | | | SVN-Revision: 10265
* add a patch for improved transmit signal strength in madwifiFelix Fietkau2008-01-261-0/+39
| | | | SVN-Revision: 10264
* add patch for including unpartitioned space in the rootfs partition for ↵Felix Fietkau2008-01-261-0/+32
| | | | | | redboot devices (if applicable) SVN-Revision: 10263
* remove binary fileJohn Crispin2008-01-262-372/+0
| | | | SVN-Revision: 10262
* add generic gpio char dev for CONFIG_GENERIC_GPIO archsJohn Crispin2008-01-269-1/+668
| | | | SVN-Revision: 10261
* add some random madwifi fixesFelix Fietkau2008-01-253-0/+101
| | | | SVN-Revision: 10260
* upgrade madwifi, finally fix the annoying ap auto channel selection bug, ↵Felix Fietkau2008-01-2510-250/+348
| | | | | | default to automatic channel selection SVN-Revision: 10259