Commit graph

7338 commits

Author SHA1 Message Date
Ralph Hempel
3dfc679bb9 add uClibc version 0.9.28.2, 0.9.28.3 and snapshots for development purpose (and already deployed evaluation boards) the version 0.9.29 is still the default version
SVN-Revision: 10282
2008-01-27 17:59:20 +00:00
Felix Fietkau
214601c012 cleanups, small fixes and improvements for the feeds script
SVN-Revision: 10281
2008-01-27 15:09:03 +00:00
Felix Fietkau
e01479aca0 scripts/feeds: Add support for git feeds.
Invokes 'git clone' on initial feed-update and 'git pull' later on.

Signed-off-by: Michel Marti <mcdmx@users.sf.net>

SVN-Revision: 10280
2008-01-27 15:08:58 +00:00
Felix Fietkau
c9125a8bf5 add brcm47xx patch by crazy_imp to fix a patch chunk for drivers/Makefile
SVN-Revision: 10279
2008-01-27 14:49:55 +00:00
Felix Fietkau
db8fd48426 kernel: add a default for CONFIG_NEW_GPIO
SVN-Revision: 10278
2008-01-27 14:34:18 +00:00
Gabor Juhos
6f60b7afcd uClibc: restore support of shadow passwords, but make it configurable
SVN-Revision: 10276
2008-01-26 20:07:47 +00:00
Gabor Juhos
9826bd89d8 remove 'svn:executable' property from adm5120_uart.h (closes #3086)
SVN-Revision: 10275
2008-01-26 15:59:00 +00:00
Felix Fietkau
99bda2bbe0 madwifi: nuke some weird code which is causing NULL nodes to appear
SVN-Revision: 10274
2008-01-26 15:18:18 +00:00
Ralph Hempel
9e0be1c6e3 fix buildprocess if running as cron job (package info files corrupted due missing Source-Makefile statement)
SVN-Revision: 10273
2008-01-26 12:19:45 +00:00
Felix Fietkau
aedc7243b0 do not use kzalloc() in madwifi, for compatibility reasons
SVN-Revision: 10272
2008-01-26 10:17:22 +00:00
Felix Fietkau
c9d3be59ae madwifi: nuke some totally wrong code which was causing performance issues
SVN-Revision: 10270
2008-01-26 05:45:37 +00:00
Felix Fietkau
0751ec93ff madwifi: use mrr even in legacy mode
SVN-Revision: 10269
2008-01-26 05:45:31 +00:00
Felix Fietkau
90ff19aa07 add a patch for properly refreshing the bssidmask
SVN-Revision: 10268
2008-01-26 04:47:11 +00:00
John Crispin
8f39c35159 add userspace tool for gpio_dev
SVN-Revision: 10267
2008-01-26 04:24:05 +00:00
Felix Fietkau
d7b86662f7 add extra sanity checks in madwifi
SVN-Revision: 10266
2008-01-26 04:19:50 +00:00
John Crispin
5411061a03 add missing header file
SVN-Revision: 10265
2008-01-26 03:52:11 +00:00
Felix Fietkau
f6c094ac8a add a patch for improved transmit signal strength in madwifi
SVN-Revision: 10264
2008-01-26 03:21:12 +00:00
Felix Fietkau
394918851f add patch for including unpartitioned space in the rootfs partition for redboot devices (if applicable)
SVN-Revision: 10263
2008-01-26 03:21:09 +00:00
John Crispin
2a8b143cb3 remove binary file
SVN-Revision: 10262
2008-01-26 03:17:35 +00:00
John Crispin
0844d5fe49 add generic gpio char dev for CONFIG_GENERIC_GPIO archs
SVN-Revision: 10261
2008-01-26 03:16:11 +00:00
Felix Fietkau
929767622f add some random madwifi fixes
SVN-Revision: 10260
2008-01-25 23:09:13 +00:00
Felix Fietkau
1fb5433154 upgrade madwifi, finally fix the annoying ap auto channel selection bug, default to automatic channel selection
SVN-Revision: 10259
2008-01-25 20:24:25 +00:00
Gabor Juhos
76eef0ab42 firmware-utils/mkzynfw: remove 'svn:executable' property (closes #3082)
SVN-Revision: 10258
2008-01-25 19:05:51 +00:00
John Crispin
62963b1ce2 change annoying\unavble to open console" warning
SVN-Revision: 10257
2008-01-25 18:45:40 +00:00
John Crispin
74f9f70ab7 add support for the user led on the avila
SVN-Revision: 10256
2008-01-25 18:28:34 +00:00
John Crispin
dfa7ec4c25 make busybox have hwclocjk tool enable by default
SVN-Revision: 10255
2008-01-25 16:49:21 +00:00
Felix Fietkau
4ff87a6638 oops, applied the ipkg patch with the wrong patchlevel
SVN-Revision: 10253
2008-01-25 16:46:26 +00:00
Felix Fietkau
e7d27627fd the attached patch adds the -a option to the feeds install command. 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
2008-01-25 11:33:20 +00:00
Felix Fietkau
0e8693de71 ipkg - free some memory by removing temporary control & data archives after 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
2008-01-25 11:09:10 +00:00
Felix Fietkau
e84e3a5b03 missing optional parameters for restart and boot functions
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
2008-01-25 10:59:40 +00:00
Gabor Juhos
b63a7d1242 firmware-utils/mkzynfw: add preliminary support for OEM boards
SVN-Revision: 10243
2008-01-25 08:19:31 +00:00
Gabor Juhos
a3d82d79bf convert Cellvision board structures
SVN-Revision: 10242
2008-01-25 08:16:40 +00:00
John Crispin
57670563b5 added dmabounce debug code to ixp4xx
SVN-Revision: 10240
2008-01-24 21:26:37 +00:00
Felix Fietkau
dc584fc1af add atheros ar2313 vlan fix (thx, SeG)
SVN-Revision: 10238
2008-01-24 20:04:24 +00:00
Jens Muecke
3829f7b3f1 Updating libertas wireless driver to latest version.
SVN-Revision: 10235
2008-01-24 03:03:04 +00:00
Florian Fainelli
8ee2e7a4a3 Also generate http uploadable images for Airlink AR525w
SVN-Revision: 10229
2008-01-21 14:11:01 +00:00
Florian Fainelli
6907b29d8f Upgrade rdc to 2.6.23.14
SVN-Revision: 10228
2008-01-21 13:26:48 +00:00
Gabor Juhos
d0ed1a1d83 cleanup wget2nand script (closes #3049)
SVN-Revision: 10221
2008-01-18 17:52:26 +00:00
Gabor Juhos
6700252dd1 USB driver: fix a bug in isochronous transfers
SVN-Revision: 10219
2008-01-17 20:35:38 +00:00
Gabor Juhos
1ceb95ed59 firmware-utils:fix a bug in mkzynfw, thanks to <theosch at gmx.de> (closes #3003)
SVN-Revision: 10218
2008-01-17 14:46:10 +00:00
Travis Kemen
f548e54b8d add options for options xr, ar, turbo, mcast_rate Signed-off-by: Lorenz Schori <lorenz.schori@gmx.ch>
SVN-Revision: 10217
2008-01-17 01:23:38 +00:00
Travis Kemen
e743dd5c81 add option configure a custom netmask for dhcp clients Signed-off-by: Lorenz Schori <lorenz.schori@gmx.ch>
SVN-Revision: 10216
2008-01-17 01:15:50 +00:00
Gabor Juhos
351ca63dbf sync kernel config
SVN-Revision: 10214
2008-01-16 18:07:33 +00:00
Florian Fainelli
7ef96948af Add support for european DSL-502t leds (#2880)
SVN-Revision: 10210
2008-01-16 11:20:03 +00:00
Gabor Juhos
0a6bf50432 bump to 2.6.23.14 on x86, ixp4xx, rb532, adm5120
SVN-Revision: 10208
2008-01-16 09:44:11 +00:00
Felix Fietkau
aee68ecb03 upgrade broadcom-wl, fixes wpa2 issues. remove compat-ldso, not necessary anymore
SVN-Revision: 10207
2008-01-16 03:40:08 +00:00
Felix Fietkau
bb57348b94 fix multi-essid setting for broadcom-wl
SVN-Revision: 10206
2008-01-16 03:40:04 +00:00
Felix Fietkau
85a1127f2d add wrt350n image file
SVN-Revision: 10205
2008-01-16 03:39:59 +00:00
Matteo Croce
94ccc26f42 update ar7 sangam tarball
SVN-Revision: 10203
2008-01-15 03:25:11 +00:00
Felix Fietkau
338e846c79 revert [10201] - the broadcom-wl md5sum was correct, the upload on mirror2 however was not. fixed now
SVN-Revision: 10202
2008-01-15 03:22:10 +00:00