openwrt/svn-archive/archive.git
15 years agofix duplicate "doth" interface option in madwifi
Felix Fietkau [Thu, 31 Jul 2008 02:25:43 +0000 (02:25 +0000)]
fix duplicate "doth" interface option in madwifi

SVN-Revision: 12032

15 years agobroadcom-diag: reset the interrupt mask of configured leds to avoid spurious interrupts
Felix Fietkau [Thu, 31 Jul 2008 01:33:14 +0000 (01:33 +0000)]
broadcom-diag: reset the interrupt mask of configured leds to avoid spurious interrupts

SVN-Revision: 12030

15 years agoexport PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR by default (#3376)
Felix Fietkau [Thu, 31 Jul 2008 01:33:01 +0000 (01:33 +0000)]
export PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR by default (#3376)

SVN-Revision: 12029

15 years agoupgrade to uci 0.4.6 - fixes a parser glitch
Felix Fietkau [Thu, 31 Jul 2008 01:10:22 +0000 (01:10 +0000)]
upgrade to uci 0.4.6 - fixes a parser glitch

SVN-Revision: 12028

15 years agolink default routes added by the network scripts to the appropriate interface (#2621)
Felix Fietkau [Wed, 30 Jul 2008 22:49:25 +0000 (22:49 +0000)]
link default routes added by the network scripts to the appropriate interface (#2621)

SVN-Revision: 12027

15 years agonetwork scripts: properly maintain the network state's list of assigned interfaces
Felix Fietkau [Wed, 30 Jul 2008 22:39:56 +0000 (22:39 +0000)]
network scripts: properly maintain the network state's list of assigned interfaces

SVN-Revision: 12026

15 years agofunctions.sh: add list_contains function for checking whether a list contains a speci...
Felix Fietkau [Wed, 30 Jul 2008 22:39:43 +0000 (22:39 +0000)]
functions.sh: add list_contains function for checking whether a list contains a specific element

SVN-Revision: 12025

15 years agofunctions.sh: add a function for removing an item from a list in a shell variable
Felix Fietkau [Wed, 30 Jul 2008 20:35:22 +0000 (20:35 +0000)]
functions.sh: add a function for removing an item from a list in a shell variable

SVN-Revision: 12024

15 years agoupgrade to uci 0.4.5 - adds extra input validation
Felix Fietkau [Wed, 30 Jul 2008 20:18:15 +0000 (20:18 +0000)]
upgrade to uci 0.4.5 - adds extra input validation

SVN-Revision: 12023

15 years agoclean up the directory layout of the uci shell api
Felix Fietkau [Wed, 30 Jul 2008 19:25:36 +0000 (19:25 +0000)]
clean up the directory layout of the uci shell api

SVN-Revision: 12022

15 years agonuke uci-sh, it is obsolete and no longer works
Felix Fietkau [Wed, 30 Jul 2008 19:25:08 +0000 (19:25 +0000)]
nuke uci-sh, it is obsolete and no longer works

SVN-Revision: 12021

15 years agoallow packages to optionally append config file contents in the environment by settin...
Felix Fietkau [Wed, 30 Jul 2008 19:21:09 +0000 (19:21 +0000)]
allow packages to optionally append config file contents in the environment by setting a flag and calling config_load multiple times

SVN-Revision: 12020

15 years agofix hotplug2 event processing deadlock
Felix Fietkau [Wed, 30 Jul 2008 19:02:01 +0000 (19:02 +0000)]
fix hotplug2 event processing deadlock

when bringing up ethernet on ixp4xx, the driver may request
a firmware while hotplug2 waits for the netdev bringup to complete.
change the event processing loop to keep an event backlog to allow
unthrottled events to pass through while throttled events are being waited for

SVN-Revision: 12019

15 years agocreates a passwd's shadow file if busybox supports the feature, fixes #2887
John Crispin [Wed, 30 Jul 2008 17:09:01 +0000 (17:09 +0000)]
creates a passwd's shadow file if busybox supports the feature, fixes #2887

SVN-Revision: 12017

15 years agoadds option to select tls provider when using wpa_supplicant, fixes #3770
John Crispin [Wed, 30 Jul 2008 17:04:50 +0000 (17:04 +0000)]
adds option to select tls provider when using wpa_supplicant, fixes #3770

SVN-Revision: 12016

15 years agoDisable smash stacking support by default, but allow to enable it as an experimental...
Florian Fainelli [Wed, 30 Jul 2008 12:54:28 +0000 (12:54 +0000)]
Disable smash stacking support by default, but allow to enable it as an experimental feature

SVN-Revision: 12010

15 years agox86_64 also needs -fPIC to create lua shared libraries
Florian Fainelli [Wed, 30 Jul 2008 10:04:03 +0000 (10:04 +0000)]
x86_64 also needs -fPIC to create lua shared libraries

SVN-Revision: 12008

15 years agomove CONFIG_XFS_DEBUG to generic config
Nicolas Thill [Wed, 30 Jul 2008 09:59:41 +0000 (09:59 +0000)]
move CONFIG_XFS_DEBUG to generic config

SVN-Revision: 12007

15 years agomadwifi: add some extra sanity checking
Felix Fietkau [Wed, 30 Jul 2008 07:05:12 +0000 (07:05 +0000)]
madwifi: add some extra sanity checking

SVN-Revision: 12006

15 years agomadwifi: change the network scripts to use the new wds sta separation feature
Felix Fietkau [Wed, 30 Jul 2008 05:22:16 +0000 (05:22 +0000)]
madwifi: change the network scripts to use the new wds sta separation feature

SVN-Revision: 12005

15 years agoproperly keep track of bridged interfaces in the network state
Felix Fietkau [Wed, 30 Jul 2008 05:22:02 +0000 (05:22 +0000)]
properly keep track of bridged interfaces in the network state

SVN-Revision: 12004

15 years agomadwifi: wds updates
Felix Fietkau [Wed, 30 Jul 2008 04:45:24 +0000 (04:45 +0000)]
madwifi: wds updates
- refactor wds code
- add interface for separating individual wds stations from the master interface
- add some queueing fixes for packets passing through virtual interfaces

SVN-Revision: 12003

15 years agofixes etables CONFIG_* selection for >= 2.6.25, fixes #3674
John Crispin [Wed, 30 Jul 2008 00:58:36 +0000 (00:58 +0000)]
fixes etables CONFIG_* selection for >= 2.6.25, fixes #3674

SVN-Revision: 12002

15 years agofixes ipkg dependency bug for spi modules, #3272
John Crispin [Wed, 30 Jul 2008 00:27:21 +0000 (00:27 +0000)]
fixes ipkg dependency bug for spi modules, #3272

SVN-Revision: 12001

15 years agoadd lm sensor and clean up dependency, fixes #3821
John Crispin [Tue, 29 Jul 2008 23:49:16 +0000 (23:49 +0000)]
add lm sensor and clean up dependency, fixes #3821

SVN-Revision: 11999

15 years agofixes ppp ipv6 scripts, signed-off-by: Alina Friedrichsen
John Crispin [Tue, 29 Jul 2008 23:40:19 +0000 (23:40 +0000)]
fixes ppp ipv6 scripts, signed-off-by: Alina Friedrichsen

SVN-Revision: 11998

15 years ago[ar71xx] ethernet driver updates
Gabor Juhos [Tue, 29 Jul 2008 18:22:38 +0000 (18:22 +0000)]
[ar71xx] ethernet driver updates
* new mii bus code, mac0 and mac1 can use the mac0's miii bus from now on
* swap eth0 & eth1 on RB433/450

SVN-Revision: 11995

15 years agoremove opkg config file and link ipkg.conf to opkg.conf being they are the same
Travis Kemen [Tue, 29 Jul 2008 17:23:52 +0000 (17:23 +0000)]
remove opkg config file and link ipkg.conf to opkg.conf being they are the same

SVN-Revision: 11994

15 years agofix uClibc legacy version
Felix Fietkau [Tue, 29 Jul 2008 14:58:48 +0000 (14:58 +0000)]
fix uClibc legacy version

SVN-Revision: 11993

15 years agomove curl back to packages
Travis Kemen [Tue, 29 Jul 2008 13:12:54 +0000 (13:12 +0000)]
move curl back to packages

SVN-Revision: 11992

15 years agoremoved a missed dependancy on curl
Travis Kemen [Tue, 29 Jul 2008 12:57:43 +0000 (12:57 +0000)]
removed a missed dependancy on curl
remove use of autogen, just run the one needed command from in it

SVN-Revision: 11991

15 years ago[ar71xx] fix the name of the micrel PHY driver
Gabor Juhos [Tue, 29 Jul 2008 12:46:05 +0000 (12:46 +0000)]
[ar71xx] fix the name of the micrel PHY driver

SVN-Revision: 11990

15 years agoFix nfs kernel modules for 2.4 kernels
Florian Fainelli [Tue, 29 Jul 2008 10:57:02 +0000 (10:57 +0000)]
Fix nfs kernel modules for 2.4 kernels

SVN-Revision: 11989

15 years agoopkg depends on curl
Florian Fainelli [Tue, 29 Jul 2008 10:24:32 +0000 (10:24 +0000)]
opkg depends on curl

SVN-Revision: 11988

15 years agoMove curl from packages to trunk, opkg depends on it
Florian Fainelli [Tue, 29 Jul 2008 10:23:59 +0000 (10:23 +0000)]
Move curl from packages to trunk, opkg depends on it

SVN-Revision: 11987

15 years agolua: Remove -fPIC for non-powerpc platforms
Steven Barth [Tue, 29 Jul 2008 10:14:11 +0000 (10:14 +0000)]
lua: Remove -fPIC for non-powerpc platforms

SVN-Revision: 11985

15 years agoadd opkg
Travis Kemen [Tue, 29 Jul 2008 04:16:43 +0000 (04:16 +0000)]
add opkg
- symlink /usr/lib/ipkg to /usr/lib/opkg so that opkg can be used as a drop in replacement of ipkg

SVN-Revision: 11983

15 years ago[ipkg] Move packages lists to the ramdisk to save flash space
Andy Boyett [Tue, 29 Jul 2008 03:36:23 +0000 (03:36 +0000)]
[ipkg] Move packages lists to the ramdisk to save flash space
 - Lists now stored in /var/ipkg-lists/, `ipkg update' must be run after each
   boot before packages can be installed from feeds

SVN-Revision: 11982

15 years ago[ipkg] Generate gzipped package lists
Andy Boyett [Tue, 29 Jul 2008 03:36:11 +0000 (03:36 +0000)]
[ipkg] Generate gzipped package lists
 - Can be used by changing the src line in /etc/ipkg.conf to src/gz
 - Cannot be used by busybox ipkg

SVN-Revision: 11981

15 years ago[ipkg] Port the full ipkg to Kamikaze
Andy Boyett [Tue, 29 Jul 2008 03:35:55 +0000 (03:35 +0000)]
[ipkg] Port the full ipkg to Kamikaze
 - Does not suffer from most of the issues the busybox implementation experiences
 - busybox ipkg is still the default package manager
 - Removes /usr/bin/ipkg on install if it is a symlink
 - Relinks /usr/bin/ipkg to busybox on removal if ipkg is compiled into busybox
 - Supports gzip'd package lists, results in substantial space savings

SVN-Revision: 11980

15 years agoswitch to the production phy ids on the Cambria
Imre Kaloz [Mon, 28 Jul 2008 21:52:39 +0000 (21:52 +0000)]
switch to the production phy ids on the Cambria

SVN-Revision: 11979

15 years agofix mkfwimage to recognize the -s option
Travis Kemen [Mon, 28 Jul 2008 20:48:06 +0000 (20:48 +0000)]
fix mkfwimage to recognize the -s option

SVN-Revision: 11978

15 years agofixes download path for mac80211
John Crispin [Mon, 28 Jul 2008 18:10:55 +0000 (18:10 +0000)]
fixes download path for mac80211

SVN-Revision: 11975

15 years agoadds luci to the feeds.conf file
John Crispin [Mon, 28 Jul 2008 17:12:52 +0000 (17:12 +0000)]
adds luci to the feeds.conf file

SVN-Revision: 11973

15 years agofix libraries packaging for uml on x86_64
Nicolas Thill [Mon, 28 Jul 2008 14:19:02 +0000 (14:19 +0000)]
fix libraries packaging for uml on x86_64

SVN-Revision: 11970

15 years agoadd a fix to prevent startup crashes on i386 when built with gcc < 4.3
Nicolas Thill [Mon, 28 Jul 2008 12:36:09 +0000 (12:36 +0000)]
add a fix to prevent startup crashes on i386 when built with gcc < 4.3

SVN-Revision: 11969

15 years ago[ar71xx] update to 2.6.26
Gabor Juhos [Mon, 28 Jul 2008 09:48:29 +0000 (09:48 +0000)]
[ar71xx] update to 2.6.26

SVN-Revision: 11968

15 years agofixes dbus param of dnsmasq, #3818, thanks the.loeki
John Crispin [Mon, 28 Jul 2008 07:59:40 +0000 (07:59 +0000)]
fixes dbus param of dnsmasq, #3818, thanks the.loeki

SVN-Revision: 11967

15 years ago[adm5120] make use DMA_BIT_MASK
Gabor Juhos [Mon, 28 Jul 2008 07:25:40 +0000 (07:25 +0000)]
[adm5120] make use DMA_BIT_MASK

SVN-Revision: 11966

15 years agoatheros: 2.6.26 patches
Matteo Croce [Sun, 27 Jul 2008 21:42:36 +0000 (21:42 +0000)]
atheros: 2.6.26 patches

SVN-Revision: 11965

15 years agoUpdate uClibc config for x86_64
Florian Fainelli [Sun, 27 Jul 2008 16:56:34 +0000 (16:56 +0000)]
Update uClibc config for x86_64

SVN-Revision: 11963

15 years agoResynced x86_64 kernel config for uml
Florian Fainelli [Sun, 27 Jul 2008 16:56:08 +0000 (16:56 +0000)]
Resynced x86_64 kernel config for uml

SVN-Revision: 11962

15 years ago[adm5120] fix a bug in the USB driver debug code
Gabor Juhos [Sun, 27 Jul 2008 15:36:56 +0000 (15:36 +0000)]
[adm5120] fix a bug in the USB driver debug code

SVN-Revision: 11961

15 years agoDo not run ldconfig while cross-compiling zlib
Florian Fainelli [Sun, 27 Jul 2008 13:17:05 +0000 (13:17 +0000)]
Do not run ldconfig while cross-compiling zlib

SVN-Revision: 11959

15 years ago[adm5120] sync 2.6.26 config
Gabor Juhos [Sun, 27 Jul 2008 08:59:08 +0000 (08:59 +0000)]
[adm5120] sync 2.6.26 config

SVN-Revision: 11955

15 years ago[kernel] add missing symbols to 2.6.26 defconfig
Gabor Juhos [Sun, 27 Jul 2008 08:56:53 +0000 (08:56 +0000)]
[kernel] add missing symbols to 2.6.26 defconfig

SVN-Revision: 11954

15 years ago[kernel] usb-serial: Fix swapped dependencies for belkin and ch341
Andy Boyett [Sun, 27 Jul 2008 03:39:11 +0000 (03:39 +0000)]
[kernel] usb-serial: Fix swapped dependencies for belkin and ch341

SVN-Revision: 11953

15 years agodisable CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED for ar71xx
Felix Fietkau [Sat, 26 Jul 2008 20:28:02 +0000 (20:28 +0000)]
disable CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED for ar71xx

SVN-Revision: 11949

15 years agofix kernel oops in the redboot partition parser when CONFIG_MTD_REDBOOT_PARTS_UNALLOC...
Felix Fietkau [Sat, 26 Jul 2008 20:27:45 +0000 (20:27 +0000)]
fix kernel oops in the redboot partition parser when CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is set and there is some free space after the rootfs partition

SVN-Revision: 11948

15 years agofix mkfwimage build on mac os x
Felix Fietkau [Sat, 26 Jul 2008 20:27:03 +0000 (20:27 +0000)]
fix mkfwimage build on mac os x

SVN-Revision: 11947

15 years ago[adm5120] initial 2.6.26 support
Gabor Juhos [Sat, 26 Jul 2008 19:53:34 +0000 (19:53 +0000)]
[adm5120] initial 2.6.26 support

SVN-Revision: 11946

15 years ago[kernel] cleanup trailing whitespaces in 2.6.26 patches
Gabor Juhos [Sat, 26 Jul 2008 19:17:07 +0000 (19:17 +0000)]
[kernel] cleanup trailing whitespaces in 2.6.26 patches

SVN-Revision: 11945

15 years agoRemove 2.6.23 files, we will stick to 2.6.24 for rdc
Florian Fainelli [Sat, 26 Jul 2008 18:49:26 +0000 (18:49 +0000)]
Remove 2.6.23 files, we will stick to 2.6.24 for rdc

SVN-Revision: 11944

15 years agoAllow madwifi devices to be set in monitor mode
Florian Fainelli [Sat, 26 Jul 2008 18:32:54 +0000 (18:32 +0000)]
Allow madwifi devices to be set in monitor mode

SVN-Revision: 11943

15 years agoipsec{4,6} depend on kmod-crypto-aead to allow esp4 and esp6 to successfully load...
Florian Fainelli [Sat, 26 Jul 2008 18:24:59 +0000 (18:24 +0000)]
ipsec{4,6} depend on kmod-crypto-aead to allow esp4 and esp6 to successfully load (#3813)

SVN-Revision: 11942

15 years agoResync some kernel configuration options
Florian Fainelli [Sat, 26 Jul 2008 18:23:38 +0000 (18:23 +0000)]
Resync some kernel configuration options

SVN-Revision: 11941

15 years agoUpdate wireless documentation
Florian Fainelli [Sat, 26 Jul 2008 18:20:45 +0000 (18:20 +0000)]
Update wireless documentation

SVN-Revision: 11940

15 years ago[adm5120] make boot quiet a bit
Gabor Juhos [Sat, 26 Jul 2008 18:05:38 +0000 (18:05 +0000)]
[adm5120] make boot quiet a bit

SVN-Revision: 11939

15 years agoadd backported HSO driver
Imre Kaloz [Sat, 26 Jul 2008 17:01:54 +0000 (17:01 +0000)]
add backported HSO driver

SVN-Revision: 11938

15 years ago[package] button-hotplug: fix compile warnings
Gabor Juhos [Sat, 26 Jul 2008 16:32:12 +0000 (16:32 +0000)]
[package] button-hotplug: fix compile warnings

SVN-Revision: 11937

15 years ago[kernel] fix yaffs on 2.6.26
Gabor Juhos [Sat, 26 Jul 2008 16:16:26 +0000 (16:16 +0000)]
[kernel] fix yaffs on 2.6.26

SVN-Revision: 11936

15 years ago[brcm-2.4] fix Dell TrueMobile 2300 v1/v2 detection and network configuration (closes...
Gabor Juhos [Sat, 26 Jul 2008 16:10:44 +0000 (16:10 +0000)]
[brcm-2.4] fix Dell TrueMobile 2300 v1/v2 detection and network configuration (closes #2788)

SVN-Revision: 11935

15 years agoallow mkfwimage to fail during atheros builds.
Felix Fietkau [Sat, 26 Jul 2008 13:32:02 +0000 (13:32 +0000)]
allow mkfwimage to fail during atheros builds.
sometimes images get too big for devices that use this image format,
but this must not break the normal image build for other atheros devices

SVN-Revision: 11934

15 years ago[kernel] update to 2.6.25.12
Gabor Juhos [Sat, 26 Jul 2008 10:53:23 +0000 (10:53 +0000)]
[kernel] update to 2.6.25.12

SVN-Revision: 11933

15 years agorefresh madwifi patches
Felix Fietkau [Fri, 25 Jul 2008 22:41:13 +0000 (22:41 +0000)]
refresh madwifi patches

SVN-Revision: 11932

15 years agowpa_supplicant: sort scan results by link quality to improve supplicant-controlled...
Felix Fietkau [Fri, 25 Jul 2008 22:37:50 +0000 (22:37 +0000)]
wpa_supplicant: sort scan results by link quality to improve supplicant-controlled roaming

SVN-Revision: 11931

15 years agowpa_supplicant: improve scan cache reliability
Felix Fietkau [Fri, 25 Jul 2008 22:37:36 +0000 (22:37 +0000)]
wpa_supplicant: improve scan cache reliability

SVN-Revision: 11930

15 years agomadwifi: preempt any running scan when wpa_supplicant triggers a new assoc
Felix Fietkau [Fri, 25 Jul 2008 22:37:21 +0000 (22:37 +0000)]
madwifi: preempt any running scan when wpa_supplicant triggers a new assoc

SVN-Revision: 11929

15 years agomadwifi: preserve WPA IEs received in probe responses and prefer them over beacon...
Felix Fietkau [Fri, 25 Jul 2008 22:37:06 +0000 (22:37 +0000)]
madwifi: preserve WPA IEs received in probe responses and prefer them over beacon information
improves reliability when using wpa_supplicant to connect to aps with hidden ssid and dynamic
encryption settings

SVN-Revision: 11928

15 years agomadwifi: add some roaming fixes by ubnt
Felix Fietkau [Fri, 25 Jul 2008 22:36:51 +0000 (22:36 +0000)]
madwifi: add some roaming fixes by ubnt

SVN-Revision: 11927

15 years agorewrite madwifi sta mode link up/down notifications (mostly used by wpa_supplicant),
Felix Fietkau [Fri, 25 Jul 2008 22:36:33 +0000 (22:36 +0000)]
rewrite madwifi sta mode link up/down notifications (mostly used by wpa_supplicant),
fixes some stale node or reconnect loop issues

SVN-Revision: 11926

15 years agomadwifi: reduce the packet loss impact of forced background scans triggered by the...
Felix Fietkau [Fri, 25 Jul 2008 22:36:18 +0000 (22:36 +0000)]
madwifi: reduce the packet loss impact of forced background scans triggered by the configured threshold

SVN-Revision: 11925

15 years agomadwifi: improve hidden ssid handling in sta mode
Felix Fietkau [Fri, 25 Jul 2008 22:35:56 +0000 (22:35 +0000)]
madwifi: improve hidden ssid handling in sta mode

SVN-Revision: 11924

15 years agomadwifi: fix queue stop/start during key updates
Felix Fietkau [Fri, 25 Jul 2008 22:35:36 +0000 (22:35 +0000)]
madwifi: fix queue stop/start during key updates

SVN-Revision: 11923

15 years ago[kernel] add chip_fixup patch of the platform_nand driver to 2.6.26 as well
Gabor Juhos [Fri, 25 Jul 2008 19:37:29 +0000 (19:37 +0000)]
[kernel] add chip_fixup patch of the platform_nand driver to 2.6.26 as well

SVN-Revision: 11922

15 years agoUse mkfwimage from athero.openwrt.net with modification for XS2 devices. Add back...
Travis Kemen [Fri, 25 Jul 2008 03:55:21 +0000 (03:55 +0000)]
Use mkfwimage from athero.openwrt.net with modification for XS2 devices. Add back in ubiquiti image generation.

SVN-Revision: 11920

15 years agokeep /etc/group over reflash as well
Travis Kemen [Thu, 24 Jul 2008 16:36:39 +0000 (16:36 +0000)]
keep /etc/group over reflash as well

SVN-Revision: 11919

15 years ago[kernel] usb-serial: Add ch341 driver for 2.6.24 and later kernels. Closes #2968
Andy Boyett [Thu, 24 Jul 2008 06:25:47 +0000 (06:25 +0000)]
[kernel] usb-serial: Add ch341 driver for 2.6.24 and later kernels. Closes #2968

SVN-Revision: 11914

15 years agodropbear: upgrade to 0.51
Andy Boyett [Thu, 24 Jul 2008 05:24:52 +0000 (05:24 +0000)]
dropbear: upgrade to 0.51
 - 160-tty_close merged upstream
 - patches refreshed

SVN-Revision: 11913

15 years agoadd dropbear keys, passwd and firewall configuration to be saved during reflash
Travis Kemen [Thu, 24 Jul 2008 02:24:59 +0000 (02:24 +0000)]
add dropbear keys, passwd and firewall configuration to be saved during reflash

SVN-Revision: 11912

15 years agofix variable names in tests
Nicolas Thill [Tue, 22 Jul 2008 21:19:05 +0000 (21:19 +0000)]
fix variable names in tests

SVN-Revision: 11911

15 years ago[ar71xx] parse mac address on RouterBOARDs
Gabor Juhos [Tue, 22 Jul 2008 16:35:29 +0000 (16:35 +0000)]
[ar71xx] parse mac address on RouterBOARDs

SVN-Revision: 11910

15 years agofix sierra patches
Travis Kemen [Tue, 22 Jul 2008 15:16:43 +0000 (15:16 +0000)]
fix sierra patches

SVN-Revision: 11909

15 years ago[kernel] fix nf_conntrack_rtsp compile error on 2.6.26 (closes #3797)
Gabor Juhos [Tue, 22 Jul 2008 13:52:56 +0000 (13:52 +0000)]
[kernel] fix nf_conntrack_rtsp compile error on 2.6.26 (closes #3797)

SVN-Revision: 11908

15 years ago[brcm47xx] fix compile error (closes #3799)
Gabor Juhos [Tue, 22 Jul 2008 11:22:41 +0000 (11:22 +0000)]
[brcm47xx] fix compile error (closes #3799)

SVN-Revision: 11907

15 years agoFix nfs modules options and modules, only package modules that are built for all...
Florian Fainelli [Tue, 22 Jul 2008 10:14:02 +0000 (10:14 +0000)]
Fix nfs modules options and modules, only package modules that are built for all targets (#3796)

SVN-Revision: 11906

15 years agoDisable NFS_ACL support in the UML config, other platforms do not have it as well
Florian Fainelli [Tue, 22 Jul 2008 09:50:26 +0000 (09:50 +0000)]
Disable NFS_ACL support in the UML config, other platforms do not have it as well

SVN-Revision: 11905

15 years agopatch causes problems on some platforms, nuke it
Imre Kaloz [Tue, 22 Jul 2008 08:01:35 +0000 (08:01 +0000)]
patch causes problems on some platforms, nuke it

SVN-Revision: 11904

15 years agobump ath9k package version number, too
Imre Kaloz [Tue, 22 Jul 2008 07:31:11 +0000 (07:31 +0000)]
bump ath9k package version number, too

SVN-Revision: 11903

15 years agosync ath9k with the git tree
Imre Kaloz [Tue, 22 Jul 2008 07:24:47 +0000 (07:24 +0000)]
sync ath9k with the git tree

SVN-Revision: 11902