aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* firmware-utils/mkzynfw: remove 'svn:executable' property (closes #3082)Gabor Juhos2008-01-252-0/+0
| | | | SVN-Revision: 10258
* change annoying\unavble to open console" warningJohn Crispin2008-01-251-0/+13
| | | | SVN-Revision: 10257
* add support for the user led on the avilaJohn Crispin2008-01-251-0/+50
| | | | SVN-Revision: 10256
* make busybox have hwclocjk tool enable by defaultJohn Crispin2008-01-251-1/+1
| | | | SVN-Revision: 10255
* oops, applied the ipkg patch with the wrong patchlevelFelix Fietkau2008-01-251-0/+0
| | | | SVN-Revision: 10253
* the attached patch adds the -a option to the feeds install command. ↵Felix Fietkau2008-01-251-15/+80
| | | | | | | | | | | | | | | | | | | | | Therefore following command option should work now ./scripts/feeds install -a ./scripts/feeds install -a -p xwrt To-do: - The next step should be to replace the current make package/symlinks implementation with ./scripts/feeds install -a . ( the locations of the packages within ./packages are different with both methods ) - The current feed script is not able to handle "Provides" statements properly. The dependencies will be installed only if they are real package names and not aliases (provides) . Note: This patch also includes the previous patch reg. directory (ClearCase) support from 30.12.07. br/R Signed-off-by: ralph <ralph.hempel@infineon.com> SVN-Revision: 10252
* ipkg - free some memory by removing temporary control & data archives after ↵Felix Fietkau2008-01-251-0/+35
| | | | | | | | | | | processing The control and data archives can be removed after processing and gain some memory for another use of the ramdisk or for ipkg needs. Signed-off-by: Lubos Stanek (lubek) <lubek@lubek.name> SVN-Revision: 10246
* missing optional parameters for restart and boot functionsFelix Fietkau2008-01-251-3/+3
| | | | | | | | | | Add missing optional parameters in remaining rc functions. It fixes my previous implementation of parametrized rc functions [8106], ticket #3063, thanks argovela-at-yahoo-com for reporting. Signed-off-by: Lubos Stanek (lubek) <lubek@lubek.name> SVN-Revision: 10245
* firmware-utils/mkzynfw: add preliminary support for OEM boardsGabor Juhos2008-01-252-47/+59
| | | | SVN-Revision: 10243
* convert Cellvision board structuresGabor Juhos2008-01-251-37/+19
| | | | SVN-Revision: 10242
* added dmabounce debug code to ixp4xxJohn Crispin2008-01-242-0/+32
| | | | SVN-Revision: 10240
* add atheros ar2313 vlan fix (thx, SeG)Felix Fietkau2008-01-241-1/+7
| | | | SVN-Revision: 10238
* Updating libertas wireless driver to latest version.Jens Muecke2008-01-2424-1233/+1205
| | | | SVN-Revision: 10235
* Also generate http uploadable images for Airlink AR525wFlorian Fainelli2008-01-211-0/+2
| | | | SVN-Revision: 10229
* Upgrade rdc to 2.6.23.14Florian Fainelli2008-01-211-1/+1
| | | | SVN-Revision: 10228
* cleanup wget2nand script (closes #3049)Gabor Juhos2008-01-181-26/+30
| | | | SVN-Revision: 10221
* USB driver: fix a bug in isochronous transfersGabor Juhos2008-01-172-2/+5
| | | | SVN-Revision: 10219
* firmware-utils:fix a bug in mkzynfw, thanks to <theosch at gmx.de> (closes ↵Gabor Juhos2008-01-171-1/+1
| | | | | | #3003) SVN-Revision: 10218
* add options for options xr, ar, turbo, mcast_rate Signed-off-by: Lorenz ↵Travis Kemen2008-01-171-0/+12
| | | | | | Schori <lorenz.schori@gmx.ch> SVN-Revision: 10217
* add option configure a custom netmask for dhcp clients Signed-off-by: Lorenz ↵Travis Kemen2008-01-171-1/+2
| | | | | | Schori <lorenz.schori@gmx.ch> SVN-Revision: 10216
* sync kernel configGabor Juhos2008-01-162-6/+2
| | | | SVN-Revision: 10214
* Add support for european DSL-502t leds (#2880)Florian Fainelli2008-01-161-1/+1
| | | | SVN-Revision: 10210
* bump to 2.6.23.14 on x86, ixp4xx, rb532, adm5120Gabor Juhos2008-01-165-16/+13
| | | | SVN-Revision: 10208
* upgrade broadcom-wl, fixes wpa2 issues. remove compat-ldso, not necessary ↵Felix Fietkau2008-01-164-307/+2
| | | | | | anymore SVN-Revision: 10207
* fix multi-essid setting for broadcom-wlFelix Fietkau2008-01-161-1/+1
| | | | SVN-Revision: 10206
* add wrt350n image fileFelix Fietkau2008-01-161-0/+1
| | | | SVN-Revision: 10205
* update ar7 sangam tarballMatteo Croce2008-01-151-1/+1
| | | | SVN-Revision: 10203
* revert [10201] - the broadcom-wl md5sum was correct, the upload on mirror2 ↵Felix Fietkau2008-01-151-1/+1
| | | | | | however was not. fixed now SVN-Revision: 10202