nbd [Sat, 26 Jan 2008 04:47:11 +0000 (04:47 +0000)]
add a patch for properly refreshing the bssidmask
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10268
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 26 Jan 2008 04:24:05 +0000 (04:24 +0000)]
add userspace tool for gpio_dev
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10267
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 26 Jan 2008 04:19:50 +0000 (04:19 +0000)]
add extra sanity checks in madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10266
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 26 Jan 2008 03:52:11 +0000 (03:52 +0000)]
add missing header file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10265
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 26 Jan 2008 03:21:12 +0000 (03:21 +0000)]
add a patch for improved transmit signal strength in madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10264
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 26 Jan 2008 03:21:09 +0000 (03:21 +0000)]
add patch for including unpartitioned space in the rootfs partition for redboot devices (if applicable)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10263
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 26 Jan 2008 03:17:35 +0000 (03:17 +0000)]
remove binary file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10262
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 26 Jan 2008 03:16:11 +0000 (03:16 +0000)]
add generic gpio char dev for CONFIG_GENERIC_GPIO archs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10261
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 25 Jan 2008 23:09:13 +0000 (23:09 +0000)]
add some random madwifi fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10260
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 25 Jan 2008 20:24:25 +0000 (20:24 +0000)]
upgrade madwifi, finally fix the annoying ap auto channel selection bug, default to automatic channel selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10259
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 25 Jan 2008 19:05:51 +0000 (19:05 +0000)]
[tools] firmware-utils/mkzynfw: remove 'svn:executable' property (closes #3082)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10258
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Fri, 25 Jan 2008 18:45:40 +0000 (18:45 +0000)]
change annoying\unavble to open console" warning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10257
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Fri, 25 Jan 2008 18:28:34 +0000 (18:28 +0000)]
add support for the user led on the avila
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10256
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Fri, 25 Jan 2008 16:49:21 +0000 (16:49 +0000)]
make busybox have hwclocjk tool enable by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10255
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 25 Jan 2008 16:48:34 +0000 (16:48 +0000)]
prune leftover empty directory
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10254
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 25 Jan 2008 16:46:26 +0000 (16:46 +0000)]
oops, applied the ipkg patch with the wrong patchlevel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10253
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 25 Jan 2008 11:33:20 +0000 (11:33 +0000)]
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10252
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 25 Jan 2008 11:09:10 +0000 (11:09 +0000)]
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10246
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 25 Jan 2008 10:59:40 +0000 (10:59 +0000)]
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10245
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 25 Jan 2008 08:19:31 +0000 (08:19 +0000)]
[tools] firmware-utils/mkzynfw: add preliminary support for OEM boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10243
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 25 Jan 2008 08:16:40 +0000 (08:16 +0000)]
[adm5120] convert Cellvision board structures
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10242
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Thu, 24 Jan 2008 21:26:37 +0000 (21:26 +0000)]
added dmabounce debug code to ixp4xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10240
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 24 Jan 2008 20:04:24 +0000 (20:04 +0000)]
add atheros ar2313 vlan fix (thx, SeG)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10238
3c298f89-4303-0410-b956-
a3cf2f4a3e73
ryd [Thu, 24 Jan 2008 03:03:04 +0000 (03:03 +0000)]
Updating libertas wireless driver to latest version.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10235
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 21 Jan 2008 14:11:01 +0000 (14:11 +0000)]
Also generate http uploadable images for Airlink AR525w
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10229
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 21 Jan 2008 13:26:48 +0000 (13:26 +0000)]
Upgrade rdc to 2.6.23.14
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10228
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 18 Jan 2008 17:52:26 +0000 (17:52 +0000)]
[adm5120] cleanup wget2nand script (closes #3049)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10221
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Thu, 17 Jan 2008 20:35:38 +0000 (20:35 +0000)]
[adm5120] USB driver: fix a bug in isochronous transfers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10219
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Thu, 17 Jan 2008 14:46:10 +0000 (14:46 +0000)]
[tools] firmware-utils:fix a bug in mkzynfw, thanks to <theosch at gmx.de> (closes #3003)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10218
3c298f89-4303-0410-b956-
a3cf2f4a3e73
thepeople [Thu, 17 Jan 2008 01:23:38 +0000 (01:23 +0000)]
add options for options xr, ar, turbo, mcast_rate Signed-off-by: Lorenz Schori <lorenz.schori@gmx.ch>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10217
3c298f89-4303-0410-b956-
a3cf2f4a3e73
thepeople [Thu, 17 Jan 2008 01:15:50 +0000 (01:15 +0000)]
add option configure a custom netmask for dhcp clients Signed-off-by: Lorenz Schori <lorenz.schori@gmx.ch>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10216
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 16 Jan 2008 18:07:33 +0000 (18:07 +0000)]
[adm5120] sync kernel config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10214
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Wed, 16 Jan 2008 11:20:03 +0000 (11:20 +0000)]
Add support for european DSL-502t leds (#2880)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10210
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 16 Jan 2008 09:44:11 +0000 (09:44 +0000)]
[kernel] bump to 2.6.23.14 on x86, ixp4xx, rb532, adm5120
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10208
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 16 Jan 2008 03:40:08 +0000 (03:40 +0000)]
upgrade broadcom-wl, fixes wpa2 issues. remove compat-ldso, not necessary anymore
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10207
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 16 Jan 2008 03:40:04 +0000 (03:40 +0000)]
fix multi-essid setting for broadcom-wl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10206
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 16 Jan 2008 03:39:59 +0000 (03:39 +0000)]
add wrt350n image file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10205
3c298f89-4303-0410-b956-
a3cf2f4a3e73
matteo [Tue, 15 Jan 2008 03:25:11 +0000 (03:25 +0000)]
update ar7 sangam tarball
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10203
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 15 Jan 2008 03:22:10 +0000 (03:22 +0000)]
revert [10201] - the broadcom-wl md5sum was correct, the upload on mirror2 however was not. fixed now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10202
3c298f89-4303-0410-b956-
a3cf2f4a3e73
agb [Tue, 15 Jan 2008 02:25:05 +0000 (02:25 +0000)]
broadcom-wl md5sum fixed, thanks ix.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10201
3c298f89-4303-0410-b956-
a3cf2f4a3e73
thepeople [Tue, 15 Jan 2008 02:23:59 +0000 (02:23 +0000)]
disable use of sendfile() for httpd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10200
3c298f89-4303-0410-b956-
a3cf2f4a3e73
thepeople [Tue, 15 Jan 2008 00:01:05 +0000 (00:01 +0000)]
fix madwifi compile for iop32x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10198
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Mon, 14 Jan 2008 22:36:09 +0000 (22:36 +0000)]
add support for the Netgear WG302v1/WAG302v1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10197
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 14 Jan 2008 16:14:53 +0000 (16:14 +0000)]
[adm5120] generate firmware images for the CAS-700/771/790/861 devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10193
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 14 Jan 2008 12:28:53 +0000 (12:28 +0000)]
add $(TOOLCHAIN_DIR)/lib to $(TARGET_LDFLAGS) to ensure that all packages process this correctly - fixes build errors with openldap/php5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10190
3c298f89-4303-0410-b956-
a3cf2f4a3e73
agb [Mon, 14 Jan 2008 08:34:07 +0000 (08:34 +0000)]
Fix iwconfig symlink generation, closes #3013
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10188
3c298f89-4303-0410-b956-
a3cf2f4a3e73
matteo [Mon, 14 Jan 2008 01:40:00 +0000 (01:40 +0000)]
acx: fix X86 builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10183
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 14 Jan 2008 00:27:01 +0000 (00:27 +0000)]
add missing kconfig entry
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10182
3c298f89-4303-0410-b956-
a3cf2f4a3e73
matteo [Sun, 13 Jan 2008 20:13:08 +0000 (20:13 +0000)]
gpio: revert it back, wrong and useless
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10181
3c298f89-4303-0410-b956-
a3cf2f4a3e73
matteo [Sat, 12 Jan 2008 17:14:15 +0000 (17:14 +0000)]
[AR7] GPIO fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10180
3c298f89-4303-0410-b956-
a3cf2f4a3e73
matteo [Sat, 12 Jan 2008 16:41:28 +0000 (16:41 +0000)]
[AR7] cache GPIO addresses to be more efficent
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10179
3c298f89-4303-0410-b956-
a3cf2f4a3e73
matteo [Sat, 12 Jan 2008 13:27:26 +0000 (13:27 +0000)]
update the acx driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10178
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 12 Jan 2008 12:08:20 +0000 (12:08 +0000)]
remove obseleted package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10177
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sat, 12 Jan 2008 12:07:33 +0000 (12:07 +0000)]
revert some breakage
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10176
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 11 Jan 2008 19:32:33 +0000 (19:32 +0000)]
[package] kernel/modules: fix zd1211 dependancy (closes: #2985)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10175
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 11 Jan 2008 19:26:11 +0000 (19:26 +0000)]
Fix esfq compilation (#3005)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10174
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 11 Jan 2008 15:19:13 +0000 (15:19 +0000)]
Add support for the gpio connected reset button
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10173
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 11 Jan 2008 10:59:56 +0000 (10:59 +0000)]
Allow S1 button to be controlled using gpio-keys
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10172
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 11 Jan 2008 10:42:06 +0000 (10:42 +0000)]
Upgrade rb532 to .23, provide generic GPIO API to this board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10171
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Fri, 11 Jan 2008 07:35:43 +0000 (07:35 +0000)]
Updated ixp4xx ethernet driver to latest upstream patch for 2.6.23 from upstream's git repository
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10170
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Fri, 11 Jan 2008 07:33:18 +0000 (07:33 +0000)]
Updated the fsg board patch from nslu2-linux
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10169
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Fri, 11 Jan 2008 07:26:59 +0000 (07:26 +0000)]
Refreshed the dsmg600 and nas100d power patches from nslu2-linux
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10168
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Fri, 11 Jan 2008 07:24:49 +0000 (07:24 +0000)]
Renumbered the fsg patch into nslu2-linux managed numbering area
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10167
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Fri, 11 Jan 2008 07:23:58 +0000 (07:23 +0000)]
Combined the nas100d net driver patches, based on new nslu2-linux patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10166
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Fri, 11 Jan 2008 07:23:28 +0000 (07:23 +0000)]
Combined the nslu2 net driver patches, based on new nslu2-linux patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10165
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Fri, 11 Jan 2008 07:22:29 +0000 (07:22 +0000)]
Renumbered the avila-related patches, since nslu2-linux no longer carries them.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10164
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Fri, 11 Jan 2008 02:30:48 +0000 (02:30 +0000)]
nas100d-pata-artop patch is no longer required due to upstream fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10163
3c298f89-4303-0410-b956-
a3cf2f4a3e73
pavlov [Thu, 10 Jan 2008 21:15:03 +0000 (21:15 +0000)]
add broadcom b44 driver support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10162
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 10 Jan 2008 18:44:38 +0000 (18:44 +0000)]
Replace system button patch with its correspondant API
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10161
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 10 Jan 2008 18:15:45 +0000 (18:15 +0000)]
Fix compilation failures with spca5xx-le (#2735)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10158
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 10 Jan 2008 17:46:52 +0000 (17:46 +0000)]
Mark spca5xx-le as broken (#2923)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10157
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 9 Jan 2008 07:44:17 +0000 (07:44 +0000)]
[package] pcmcia-core: fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10154
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Wed, 9 Jan 2008 05:22:43 +0000 (05:22 +0000)]
Consolidated all the ixp4xx i2c gpio patches into a copy of the patch from nslu2-linux which has been pushed upstream via the i2c maintainer.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10153
3c298f89-4303-0410-b956-
a3cf2f4a3e73
thepeople [Wed, 9 Jan 2008 02:46:58 +0000 (02:46 +0000)]
fix broken patch file from #2997
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10152
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Wed, 9 Jan 2008 02:36:02 +0000 (02:36 +0000)]
Consolidated fsg3 support into a single patch, identical to the one in the nlsu2-linux kernel repository
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10151
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Wed, 9 Jan 2008 01:05:31 +0000 (01:05 +0000)]
Forgot to commit the config change
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10150
3c298f89-4303-0410-b956-
a3cf2f4a3e73
pavlov [Tue, 8 Jan 2008 22:31:26 +0000 (22:31 +0000)]
md5sum was left out
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10148
3c298f89-4303-0410-b956-
a3cf2f4a3e73
pavlov [Tue, 8 Jan 2008 22:28:35 +0000 (22:28 +0000)]
updated iproute2 to 2.6.23 + latest debian patches + latest esfq. deleted patches have been merged upstream. note, this also brings in the necessary esfq changes in the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10147
3c298f89-4303-0410-b956-
a3cf2f4a3e73
pavlov [Tue, 8 Jan 2008 18:21:22 +0000 (18:21 +0000)]
update to the latest imq patch for 2.6.23 from actusa.net/~linuximq/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10145
3c298f89-4303-0410-b956-
a3cf2f4a3e73
pavlov [Tue, 8 Jan 2008 17:41:42 +0000 (17:41 +0000)]
bump to 2.6.23.12
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10144
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 8 Jan 2008 14:27:48 +0000 (14:27 +0000)]
Add back Sitecom WL-105b support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10142
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 7 Jan 2008 19:38:17 +0000 (19:38 +0000)]
Hi all, here is a patch for package/ar7-atm. It fixes the bug #2377,
which reports a WARNING: at kernel/softirq.c:138 local_bh_enable().
Make the TIATM driver use tasklet, instead of BH without the flag, the TIATM driver treats packets inside BH,
which is wrong for most skbuff stuff. Use tasklet instead.
Signed-off-by: <benoit.ganne@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10141
3c298f89-4303-0410-b956-
a3cf2f4a3e73
agb [Mon, 7 Jan 2008 07:16:00 +0000 (07:16 +0000)]
Fix docs build from a clean checkout, closes #2975
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10140
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 6 Jan 2008 19:28:26 +0000 (19:28 +0000)]
export switch-core.h to $(STAGING_DIR)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10138
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 6 Jan 2008 19:28:07 +0000 (19:28 +0000)]
update brcm-2.4 to 2.4.35.4, integrate new broadcom system code, update broadcom-wl to a contributed version (v4.150.10.5) - no bcm57xx support yet, will follow shortly
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10137
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 6 Jan 2008 19:26:33 +0000 (19:26 +0000)]
don't call deconfig in udhcpc when entering the renew phase
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10136
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 6 Jan 2008 13:07:20 +0000 (13:07 +0000)]
Mirror source tarball to openwrt.org (#2983)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10133
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 6 Jan 2008 12:58:01 +0000 (12:58 +0000)]
revert r9801 - fixes #2921
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10132
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 6 Jan 2008 12:44:23 +0000 (12:44 +0000)]
Upgrade gspcav1 to
20071224 (#2922)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10131
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 6 Jan 2008 12:21:28 +0000 (12:21 +0000)]
Trivial patch to correct typos and spelling errors in OpenWRT documentation.\nPlease Apply.\nSigned-off-by: Jesper Dangaard Brouer <hawk@diku.dk>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10129
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 6 Jan 2008 02:48:24 +0000 (02:48 +0000)]
save memory in ipkg while parsing package lists - there's no need to load the whole files into ram before parsing them
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10125
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 6 Jan 2008 02:12:40 +0000 (02:12 +0000)]
fix potential build errors when changing the qc-usb package selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10124
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 6 Jan 2008 02:12:37 +0000 (02:12 +0000)]
Remove LINUX_2_6 dependency from qc-usb
This patch removes LINUX_2_6 dependency from qc-usb for those of us who
still have broadcom chipsets as qc-usb works fine on LINUX_2_4 too. This
compiles with both 2.4 and 2.6 kernels selected, and although i do not
have a Kamikaze svn system, the same changes (albeit without the new
package name changes in svn vs 7.09) work fine on my running 2.4 system
with a Quickcam Express card (older model).
Signed-off-by: Misha Koshelev <mk144210 at bcm dot edu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10123
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 6 Jan 2008 01:03:53 +0000 (01:03 +0000)]
remove memleak patch because of issues with premature freeing of memory - i will try to reduce the memory usage in a different way
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10122
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rwhitby [Sat, 5 Jan 2008 04:11:46 +0000 (04:11 +0000)]
ixp4xx/fsg3: Added LEDs support, and refreshed patches for 2.6.23.12
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10119
3c298f89-4303-0410-b956-
a3cf2f4a3e73
matteo [Sat, 5 Jan 2008 02:44:04 +0000 (02:44 +0000)]
[AR7] updated DSL driver and firmware (closes #2532)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10118
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Fri, 4 Jan 2008 16:18:05 +0000 (16:18 +0000)]
use the newer mac handling patches from nslu2-linux
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10116
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 4 Jan 2008 14:29:28 +0000 (14:29 +0000)]
[adm5120] fix led driver (closes: #2972)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10115
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Fri, 4 Jan 2008 12:17:49 +0000 (12:17 +0000)]
Fixes the MAC address handling on avila NPE on startup
Replaces/based-on 740-avila_loft_mac_platform.patch for 2.6.21
Signed-off-by: Harald Schioeberg <pagefault@c-base.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10114
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 4 Jan 2008 07:14:40 +0000 (07:14 +0000)]
Set country before channel (#2958)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10113
3c298f89-4303-0410-b956-
a3cf2f4a3e73
This page took 0.068555 seconds and 4 git commands to generate.