openwrt/svn-archive/archive.git
12 years agolantiq: improve falcon package selection
John Crispin [Fri, 11 Nov 2011 21:59:11 +0000 (21:59 +0000)]
lantiq: improve falcon package selection

SVN-Revision: 28962

12 years agolantiq: fix breakage introduced in 3.1 bump
John Crispin [Fri, 11 Nov 2011 21:59:01 +0000 (21:59 +0000)]
lantiq: fix breakage introduced in 3.1 bump

SVN-Revision: 28961

12 years ago[package] base-files: now that the initial password is completely empty (and not...
Jo-Philipp Wich [Fri, 11 Nov 2011 13:25:31 +0000 (13:25 +0000)]
[package] base-files: now that the initial password is completely empty (and not primed with "!") adjust login.sh for it to make telnetd available again

SVN-Revision: 28943

12 years agopackage/base-files-network: fix udhcpc issues introduced in r28866 (closes: #10383)
Nicolas Thill [Fri, 11 Nov 2011 13:23:29 +0000 (13:23 +0000)]
package/base-files-network: fix udhcpc issues introduced in r28866 (closes: #10383)

SVN-Revision: 28942

12 years agoremove empty folder lqtapi
John Crispin [Fri, 11 Nov 2011 09:06:49 +0000 (09:06 +0000)]
remove empty folder lqtapi

SVN-Revision: 28941

12 years ago[package] mac80211: add antenna control api for b43
Jo-Philipp Wich [Thu, 10 Nov 2011 23:07:42 +0000 (23:07 +0000)]
[package] mac80211: add antenna control api for b43

SVN-Revision: 28940

12 years ago[package] acx-mac80211: update to 20111030
Florian Fainelli [Thu, 10 Nov 2011 15:31:37 +0000 (15:31 +0000)]
[package] acx-mac80211: update to 20111030

Fixes build failures with Linux 3.1+

SVN-Revision: 28939

12 years ago[base-files]: nuke another 2.4 skeleton
Imre Kaloz [Thu, 10 Nov 2011 13:39:06 +0000 (13:39 +0000)]
[base-files]: nuke another 2.4 skeleton

SVN-Revision: 28937

12 years agoenable and use shadow passwords by default
Imre Kaloz [Thu, 10 Nov 2011 12:55:01 +0000 (12:55 +0000)]
enable and use shadow passwords by default

SVN-Revision: 28936

12 years ago[base-files]: the empty root password should be empty ;)
Imre Kaloz [Thu, 10 Nov 2011 12:47:50 +0000 (12:47 +0000)]
[base-files]: the empty root password should be empty ;)

SVN-Revision: 28935

12 years agobase-files, target: assign name to system timeserver section, makes it easier to...
Jo-Philipp Wich [Thu, 10 Nov 2011 12:16:41 +0000 (12:16 +0000)]
base-files, target: assign name to system timeserver section, makes it easier to set servers on the cli

SVN-Revision: 28933

12 years agopackage: kernel: fix typo
Jonas Gorski [Wed, 9 Nov 2011 22:11:51 +0000 (22:11 +0000)]
package: kernel: fix typo

SVN-Revision: 28898

12 years agopackage: kernel: add handling for 3.2 renames (and some missed ones for 3.1)
Jonas Gorski [Wed, 9 Nov 2011 21:16:52 +0000 (21:16 +0000)]
package: kernel: add handling for 3.2 renames (and some missed ones for 3.1)

SVN-Revision: 28897

12 years agopackage: mac80211: mark as broken for 3.2
Jonas Gorski [Wed, 9 Nov 2011 21:16:48 +0000 (21:16 +0000)]
package: mac80211: mark as broken for 3.2

SVN-Revision: 28896

12 years agopackage: acx: mark as broken for 3.2
Jonas Gorski [Wed, 9 Nov 2011 21:16:45 +0000 (21:16 +0000)]
package: acx: mark as broken for 3.2

SVN-Revision: 28895

12 years agopackage: madwifi: mark as broken for 3.2
Jonas Gorski [Wed, 9 Nov 2011 21:16:42 +0000 (21:16 +0000)]
package: madwifi: mark as broken for 3.2

SVN-Revision: 28894

12 years agotarget: linux: mtd: fix MTDREFRESH to an arbitrary high number
Jonas Gorski [Wed, 9 Nov 2011 21:16:36 +0000 (21:16 +0000)]
target: linux: mtd: fix MTDREFRESH to an arbitrary high number

To make the ioctl number "stable", use an arbitrary high number to prevent
conflicts with new mtd ioctls that would push MTDREFRESH's number.

Also make mtd use the in-kernel mtd headers.

SVN-Revision: 28893

12 years ago[package] uhttpd: cope with DES crypted passwd entries by not relying on a leading...
Jo-Philipp Wich [Wed, 9 Nov 2011 18:55:28 +0000 (18:55 +0000)]
[package] uhttpd: cope with DES crypted passwd entries by not relying on a leading dollar sign to indicate a cipher

SVN-Revision: 28886

12 years agopackage/busybox: passwd: use MD5 hash by default (like it used to be)
Nicolas Thill [Wed, 9 Nov 2011 17:32:23 +0000 (17:32 +0000)]
package/busybox: passwd: use MD5 hash by default (like it used to be)

SVN-Revision: 28885

12 years agopacakge/iw: don't show a stray ']' if the chain signal attribute list is empty
Gabor Juhos [Wed, 9 Nov 2011 11:47:44 +0000 (11:47 +0000)]
pacakge/iw: don't show a stray ']' if the chain signal attribute list is empty

Without the patch, the output of 'station dump' command looks weird in
some cases:

root@OpenWrt:/# iw dev wlan0 station dump
Station 00:21:27:cb:57:02 (on wlan0)
        inactive time:  190 ms
        rx bytes:       36652
        rx packets:     149
        tx bytes:       1998
        tx packets:     16
        tx retries:     0
        tx failed:      0
        signal:         -31 ] dBm
        signal avg:     -30 [-32, -36] dBm
        tx bitrate:     5.5 MBit/s
        rx bitrate:     54.0 MBit/s
root@OpenWrt:/#

SVN-Revision: 28879

12 years ago[package] firewall: add DHCPv6 default rule (#10381)
Jo-Philipp Wich [Wed, 9 Nov 2011 11:10:37 +0000 (11:10 +0000)]
[package] firewall: add DHCPv6 default rule (#10381)

SVN-Revision: 28874

12 years agopackage/base-files: /lib/functions.sh: add {group,user}_{add,exists} functions
Nicolas Thill [Wed, 9 Nov 2011 00:23:58 +0000 (00:23 +0000)]
package/base-files: /lib/functions.sh: add {group,user}_{add,exists} functions

SVN-Revision: 28871

12 years agopackage/base-files: /lib/functions.sh: let service_stop exit early if no matching...
Nicolas Thill [Tue, 8 Nov 2011 23:35:13 +0000 (23:35 +0000)]
package/base-files: /lib/functions.sh: let service_stop exit early if no matching process to stop where found

SVN-Revision: 28870

12 years agopackage/relayd: use new service wrappers
Nicolas Thill [Tue, 8 Nov 2011 22:48:11 +0000 (22:48 +0000)]
package/relayd: use new service wrappers

SVN-Revision: 28869

12 years agopackage/ppp: use new service wrappers
Nicolas Thill [Tue, 8 Nov 2011 22:48:05 +0000 (22:48 +0000)]
package/ppp: use new service wrappers

SVN-Revision: 28868

12 years agopackage/linux-atm: use new service wrappers
Nicolas Thill [Tue, 8 Nov 2011 22:48:00 +0000 (22:48 +0000)]
package/linux-atm: use new service wrappers

SVN-Revision: 28867

12 years agopackage/base-files-network: use new service wrappers
Nicolas Thill [Tue, 8 Nov 2011 22:47:54 +0000 (22:47 +0000)]
package/base-files-network: use new service wrappers

SVN-Revision: 28866

12 years agopackage/base-files: enhance & cleanup service wrappers
Nicolas Thill [Tue, 8 Nov 2011 22:47:49 +0000 (22:47 +0000)]
package/base-files: enhance & cleanup service wrappers

 * add service_check function for checking if a process is alive
 * add service_signal for sending arbitrary signals to a process
 * change service_stop to send a TERM signal first, wait for the process to die and send a KILL signal if it doen't
 * have service_kill print a warning on STDERR stating it has been deprecated

SVN-Revision: 28865

12 years agopackage/base-files: move service* functions from /etc/rc.common to /lib/functions.sh
Nicolas Thill [Tue, 8 Nov 2011 22:47:41 +0000 (22:47 +0000)]
package/base-files: move service* functions from /etc/rc.common to /lib/functions.sh

SVN-Revision: 28864

12 years ago[package] base-files: do not kill udhcpc on sysupgrade, it will tear down the interfa...
Jo-Philipp Wich [Tue, 8 Nov 2011 19:14:55 +0000 (19:14 +0000)]
[package] base-files: do not kill udhcpc on sysupgrade, it will tear down the interface if terminated

SVN-Revision: 28863

12 years ago[package] base-files: do not assume that "top" is busybox' top, but try to call the...
Jo-Philipp Wich [Tue, 8 Nov 2011 18:48:38 +0000 (18:48 +0000)]
[package] base-files: do not assume that "top" is busybox' top, but try to call the applet explicitely

SVN-Revision: 28862

12 years ago[package] base-files: properly handle wifi ifaces with no network attached, useful...
Jo-Philipp Wich [Tue, 8 Nov 2011 14:42:58 +0000 (14:42 +0000)]
[package] base-files: properly handle wifi ifaces with no network attached, useful for unmanaged interfaces like used for batman or monitoring

SVN-Revision: 28860

12 years ago[package] hostapd: add code to prevent accidentally bridging non-wds sta mode interfaces
Jo-Philipp Wich [Tue, 8 Nov 2011 14:22:56 +0000 (14:22 +0000)]
[package] hostapd: add code to prevent accidentally bridging non-wds sta mode interfaces

SVN-Revision: 28858

12 years agopackage/base-files: move /etc/functions.sh to /lib/functions.sh
Nicolas Thill [Tue, 8 Nov 2011 14:14:29 +0000 (14:14 +0000)]
package/base-files: move /etc/functions.sh to /lib/functions.sh

SVN-Revision: 28857

12 years agoinclude/kernel.mk: enhance built-in/missing modules detection when packaging kmods
Nicolas Thill [Tue, 8 Nov 2011 14:00:36 +0000 (14:00 +0000)]
include/kernel.mk: enhance built-in/missing modules detection when packaging kmods

SVN-Revision: 28856

12 years agonetifd: fix compile error when both libnl and libnl-tiny are built
Felix Fietkau [Tue, 8 Nov 2011 10:12:31 +0000 (10:12 +0000)]
netifd: fix compile error when both libnl and libnl-tiny are built

SVN-Revision: 28854

12 years agoar71xx: remove dead code
Felix Fietkau [Tue, 8 Nov 2011 00:33:20 +0000 (00:33 +0000)]
ar71xx: remove dead code

SVN-Revision: 28851

12 years agoar71xx: on ar7240, exclude ports from their own port vlan destination mask
Felix Fietkau [Tue, 8 Nov 2011 00:33:15 +0000 (00:33 +0000)]
ar71xx: on ar7240, exclude ports from their own port vlan destination mask

SVN-Revision: 28850

12 years agobusybox: use bash for gen_build_files.sh to avoid printf argument list issues on...
Felix Fietkau [Tue, 8 Nov 2011 00:33:10 +0000 (00:33 +0000)]
busybox: use bash for gen_build_files.sh to avoid printf argument list issues on some systems

SVN-Revision: 28849

12 years agokernel: add a top level menuconfig option for enabling lockdep
Felix Fietkau [Tue, 8 Nov 2011 00:32:57 +0000 (00:32 +0000)]
kernel: add a top level menuconfig option for enabling lockdep

SVN-Revision: 28848

12 years agopackage/uhttpd: use new service wrapper
Nicolas Thill [Mon, 7 Nov 2011 22:59:06 +0000 (22:59 +0000)]
package/uhttpd: use new service wrapper

SVN-Revision: 28841

12 years agopackage/ubus: use new service wrapper
Nicolas Thill [Mon, 7 Nov 2011 22:59:01 +0000 (22:59 +0000)]
package/ubus: use new service wrapper

SVN-Revision: 28840

12 years agopackage/netifd: use new service wrapper
Nicolas Thill [Mon, 7 Nov 2011 22:58:56 +0000 (22:58 +0000)]
package/netifd: use new service wrapper

SVN-Revision: 28839

12 years agopackage/dropbear: use new service wrapper
Nicolas Thill [Mon, 7 Nov 2011 22:58:50 +0000 (22:58 +0000)]
package/dropbear: use new service wrapper

SVN-Revision: 28838

12 years agopackage/dnsmasq: use new service wrapper
Nicolas Thill [Mon, 7 Nov 2011 22:58:45 +0000 (22:58 +0000)]
package/dnsmasq: use new service wrapper

SVN-Revision: 28837

12 years agopackage/busybox: use new service wrapper
Nicolas Thill [Mon, 7 Nov 2011 22:58:39 +0000 (22:58 +0000)]
package/busybox: use new service wrapper

SVN-Revision: 28836

12 years agopackage/base-files: use new service wrapper
Nicolas Thill [Mon, 7 Nov 2011 22:58:34 +0000 (22:58 +0000)]
package/base-files: use new service wrapper

SVN-Revision: 28835

12 years agopackage/base-files: /etc/rc.common: add service wrapper around start-stop-daemon
Nicolas Thill [Mon, 7 Nov 2011 22:58:27 +0000 (22:58 +0000)]
package/base-files: /etc/rc.common: add service wrapper around start-stop-daemon

SVN-Revision: 28834

12 years agoar71xx: create TL-WA901ND network config from uci-defaults
Gabor Juhos [Mon, 7 Nov 2011 21:44:24 +0000 (21:44 +0000)]
ar71xx: create TL-WA901ND network config from uci-defaults

SVN-Revision: 28833

12 years agoar71xx: create ALL0258N network config from uci-defaults
Gabor Juhos [Mon, 7 Nov 2011 21:44:23 +0000 (21:44 +0000)]
ar71xx: create ALL0258N network config from uci-defaults

SVN-Revision: 28832

12 years agoar71xx: create NBG{460N,550N,550NH} network config from uci-defaults
Gabor Juhos [Mon, 7 Nov 2011 21:44:20 +0000 (21:44 +0000)]
ar71xx: create NBG{460N,550N,550NH} network config from uci-defaults

SVN-Revision: 28831

12 years agoar71xx: create WZR-HP-G300NH network config from uci-defaults
Gabor Juhos [Mon, 7 Nov 2011 21:44:17 +0000 (21:44 +0000)]
ar71xx: create WZR-HP-G300NH network config from uci-defaults

SVN-Revision: 28830

12 years agoar71xx: create RB-493G network config from uci-defaults
Gabor Juhos [Mon, 7 Nov 2011 21:44:12 +0000 (21:44 +0000)]
ar71xx: create RB-493G network config from uci-defaults

SVN-Revision: 28829

12 years agoar71xx: create TL-WR1043ND network config from uci-defaults
Gabor Juhos [Mon, 7 Nov 2011 21:44:11 +0000 (21:44 +0000)]
ar71xx: create TL-WR1043ND network config from uci-defaults

SVN-Revision: 28828

12 years agoar71xx: create WRT160NL network config from uci-defaults
Gabor Juhos [Mon, 7 Nov 2011 21:44:09 +0000 (21:44 +0000)]
ar71xx: create WRT160NL network config from uci-defaults

SVN-Revision: 28827

12 years agoar71xx: create PB92 network config from uci-defaults
Gabor Juhos [Mon, 7 Nov 2011 21:44:08 +0000 (21:44 +0000)]
ar71xx: create PB92 network config from uci-defaults

SVN-Revision: 28826

12 years agoar71xx: create DIR-825-B1 network config from uci-defaults
Gabor Juhos [Mon, 7 Nov 2011 21:44:07 +0000 (21:44 +0000)]
ar71xx: create DIR-825-B1 network config from uci-defaults

SVN-Revision: 28825

12 years agoar71xx: create TL-WR{841N-v1,941ND} network config from uci-defaults
Gabor Juhos [Mon, 7 Nov 2011 21:44:03 +0000 (21:44 +0000)]
ar71xx: create TL-WR{841N-v1,941ND} network config from uci-defaults

SVN-Revision: 28824

12 years agoar71xx: create RB-450 network config from uci-defaults
Gabor Juhos [Mon, 7 Nov 2011 21:44:02 +0000 (21:44 +0000)]
ar71xx: create RB-450 network config from uci-defaults

SVN-Revision: 28823

12 years agoar71xx: create RB-450G, RouterStation Pro network config from uci-defaults
Gabor Juhos [Mon, 7 Nov 2011 21:44:01 +0000 (21:44 +0000)]
ar71xx: create RB-450G, RouterStation Pro network config from uci-defaults

SVN-Revision: 28822

12 years agoar71xx: create RB-433{,U} network config from uci defaults
Gabor Juhos [Mon, 7 Nov 2011 21:43:58 +0000 (21:43 +0000)]
ar71xx: create RB-433{,U} network config from uci defaults

SVN-Revision: 28821

12 years agoar71xx: create even more network configs from the uci-defaults script
Gabor Juhos [Mon, 7 Nov 2011 21:43:56 +0000 (21:43 +0000)]
ar71xx: create even more network configs from the uci-defaults script

Create the default network configuration dynamically for the
AR724x/AR9331 boards. Some other boards are using the same
configuration, so convert those as well.

SVN-Revision: 28820

12 years agoar71xx: create more network configs from the uci-defaults script
Gabor Juhos [Mon, 7 Nov 2011 21:43:54 +0000 (21:43 +0000)]
ar71xx: create more network configs from the uci-defaults script

Create the default network configuration dynamically for the boards with
swapped eth0, eth1 interfaces.

SVN-Revision: 28819

12 years agoar71xx: create a bunch of network configs from the uci-defaults script
Gabor Juhos [Mon, 7 Nov 2011 21:43:52 +0000 (21:43 +0000)]
ar71xx: create a bunch of network configs from the uci-defaults script

Create the default network configuration dynamically for the boards with
a single ethernet interface.

SVN-Revision: 28818

12 years agoar71xx: create generic network config from an uci-defaults script
Gabor Juhos [Mon, 7 Nov 2011 21:43:51 +0000 (21:43 +0000)]
ar71xx: create generic network config from an uci-defaults script

SVN-Revision: 28817

12 years agoar71xx: remove AP81 defconfig, it is the same as the generic config
Gabor Juhos [Mon, 7 Nov 2011 21:34:33 +0000 (21:34 +0000)]
ar71xx: remove AP81 defconfig, it is the same as the generic config

SVN-Revision: 28816

12 years agoar71xx: change generated Buffalo firmware versions
Gabor Juhos [Mon, 7 Nov 2011 21:34:32 +0000 (21:34 +0000)]
ar71xx: change generated Buffalo firmware versions

With version 1.76 the upgrade may fail with newer Buffalo firmwares with
a message like this:
"You can not update the firmware because the firmware version is earlier
than 1.82. Please use 1.82 or later version for firmware update."

SVN-Revision: 28815

12 years ago[cns3xxx]: update 3.1 patches
Imre Kaloz [Mon, 7 Nov 2011 21:13:13 +0000 (21:13 +0000)]
[cns3xxx]: update 3.1 patches

SVN-Revision: 28814

12 years ago[generic/3.1]: update arm mach-types
Imre Kaloz [Mon, 7 Nov 2011 21:12:26 +0000 (21:12 +0000)]
[generic/3.1]: update arm mach-types

SVN-Revision: 28813

12 years agoar71xx: enable sysupgrade on the WHR-G301N and WHR-HP-GN boards
Gabor Juhos [Mon, 7 Nov 2011 20:25:00 +0000 (20:25 +0000)]
ar71xx: enable sysupgrade on the WHR-G301N and WHR-HP-GN boards

SVN-Revision: 28812

12 years agoar71xx: wrap long lines in the upgrade script
Gabor Juhos [Mon, 7 Nov 2011 20:24:59 +0000 (20:24 +0000)]
ar71xx: wrap long lines in the upgrade script

SVN-Revision: 28811

12 years agoar71xx: fix WHR-HP-G300N firmware partition offset
Gabor Juhos [Mon, 7 Nov 2011 20:24:57 +0000 (20:24 +0000)]
ar71xx: fix WHR-HP-G300N firmware partition offset

SVN-Revision: 28810

12 years agoath9k: fix LED related crashes on AR913x
Felix Fietkau [Mon, 7 Nov 2011 20:14:09 +0000 (20:14 +0000)]
ath9k: fix LED related crashes on AR913x

SVN-Revision: 28809

12 years agocarl9170: add dependency on kmod-input-core
Felix Fietkau [Mon, 7 Nov 2011 14:50:04 +0000 (14:50 +0000)]
carl9170: add dependency on kmod-input-core

SVN-Revision: 28808

12 years agoar71xx: add default network configuration for the WHR-HP-GN
Gabor Juhos [Mon, 7 Nov 2011 13:32:43 +0000 (13:32 +0000)]
ar71xx: add default network configuration for the WHR-HP-GN

SVN-Revision: 28807

12 years agoar71xx: build image for the Buffalo WHR-HP-GN
Gabor Juhos [Mon, 7 Nov 2011 12:59:11 +0000 (12:59 +0000)]
ar71xx: build image for the Buffalo WHR-HP-GN

SVN-Revision: 28806

12 years agoar71xx: add support for the Buffalo WHR-HP-GN board
Gabor Juhos [Mon, 7 Nov 2011 12:59:10 +0000 (12:59 +0000)]
ar71xx: add support for the Buffalo WHR-HP-GN board

SVN-Revision: 28805

12 years agoar71xx: build image for the Buffalo WHR-G301N
Gabor Juhos [Mon, 7 Nov 2011 12:59:08 +0000 (12:59 +0000)]
ar71xx: build image for the Buffalo WHR-G301N

SVN-Revision: 28804

12 years agoar71xx: add support for the Buffalo WHR-G301N board
Gabor Juhos [Mon, 7 Nov 2011 12:59:07 +0000 (12:59 +0000)]
ar71xx: add support for the Buffalo WHR-G301N board

SVN-Revision: 28803

12 years agoar71xx: fix WHR-HP-G300N image generation
Gabor Juhos [Mon, 7 Nov 2011 12:59:05 +0000 (12:59 +0000)]
ar71xx: fix WHR-HP-G300N image generation

SVN-Revision: 28802

12 years agoar71xx: enable WHR-HP-G300N support in kernel config
Gabor Juhos [Mon, 7 Nov 2011 12:59:04 +0000 (12:59 +0000)]
ar71xx: enable WHR-HP-G300N support in kernel config

SVN-Revision: 28801

12 years agoar71xx: fix WHR-HP-G300N MTD partitions
Gabor Juhos [Mon, 7 Nov 2011 12:59:03 +0000 (12:59 +0000)]
ar71xx: fix WHR-HP-G300N MTD partitions

SVN-Revision: 28800

12 years agopackage/base-files: /etc/passwd: fix uid number for user 'daemon' (conflicting with...
Nicolas Thill [Mon, 7 Nov 2011 11:02:55 +0000 (11:02 +0000)]
package/base-files: /etc/passwd: fix uid number for user 'daemon' (conflicting with user 'nobody')

SVN-Revision: 28799

12 years ago[package] busybox: ntpd: indefinitely try to resolve peer addresses (#10361)
Jo-Philipp Wich [Mon, 7 Nov 2011 01:45:04 +0000 (01:45 +0000)]
[package] busybox: ntpd: indefinitely try to resolve peer addresses (#10361)

SVN-Revision: 28794

12 years ago[package] uhttpd: provide rpath-link flag, thanks mazilo
Jo-Philipp Wich [Mon, 7 Nov 2011 00:10:52 +0000 (00:10 +0000)]
[package] uhttpd: provide rpath-link flag, thanks mazilo

SVN-Revision: 28792

12 years ago[package] madwifi: change wireless ifname numbering schema
Jo-Philipp Wich [Sun, 6 Nov 2011 19:57:07 +0000 (19:57 +0000)]
[package] madwifi: change wireless ifname numbering schema
Instead of simply counting up until we hit a free iface, group ifnames by wiphy so that the first wlanX on a phy gets the phy number
and following ifaces an index-suffix, e.g. ath0 for network 1 on phy 1 and ath0-1 for network 2 on phy 1.
This fixes state var confusion when operating multiple radios and allows to reliably take down and restart one radio only, even if
the number of networks changes in between. This should, along with other changes in LuCI, fix #10335.

SVN-Revision: 28785

12 years ago[package] mac80211: change wireless ifname numbering schema
Jo-Philipp Wich [Sun, 6 Nov 2011 18:49:17 +0000 (18:49 +0000)]
[package] mac80211: change wireless ifname numbering schema
Instead of simply counting up until we hit a free iface, group ifnames by wiphy so that the first wlanX on a phy gets the phy number
and following ifaces an index-suffix, e.g. wlan0 for network 1 on phy 1 and wlan0-1 for network 2 on phy 1.
This fixes state var confusion when operating multiple radios and allows to reliably take down and restart one radio only, even if
the number of networks changes in between. This should, along with other changes in LuCI, fix #10335.

SVN-Revision: 28784

12 years agouhttpd: Fix wrong certificate options with multiple words
Jo-Philipp Wich [Sun, 6 Nov 2011 15:44:42 +0000 (15:44 +0000)]
uhttpd: Fix wrong certificate options with multiple words

For instance two word city names will result in weird certificates.
Therefore adding the missing quotations.

Signed-off-by: Linus Lüssing <linus.luessing@web.de>
SVN-Revision: 28776

12 years agoath9k: add some fixes for radio reinit and frame flush
Felix Fietkau [Sat, 5 Nov 2011 19:51:32 +0000 (19:51 +0000)]
ath9k: add some fixes for radio reinit and frame flush

SVN-Revision: 28772

12 years agomac80211: update to wireless-testing 2011-11-04
Felix Fietkau [Sat, 5 Nov 2011 19:51:16 +0000 (19:51 +0000)]
mac80211: update to wireless-testing 2011-11-04

SVN-Revision: 28771

12 years agobuild: improve reliability of PKG_CONFIG_DEPENDS, remove old .configured_* stamps...
Felix Fietkau [Sat, 5 Nov 2011 19:09:40 +0000 (19:09 +0000)]
build: improve reliability of PKG_CONFIG_DEPENDS, remove old .configured_* stamps before creating a new one

SVN-Revision: 28770

12 years ago[package] uhttpd: fix Makefiles and linking of tls plugin
Jo-Philipp Wich [Sat, 5 Nov 2011 17:36:47 +0000 (17:36 +0000)]
[package] uhttpd: fix Makefiles and linking of tls plugin

SVN-Revision: 28769

12 years agobase-files: process platform hotplug calls in the early launch of hotplug2 to avoid...
Felix Fietkau [Sat, 5 Nov 2011 17:16:01 +0000 (17:16 +0000)]
base-files: process platform hotplug calls in the early launch of hotplug2 to avoid having crda calls get stuck at boot time (fixes #10350, #10354)

SVN-Revision: 28768

12 years agoomap24xx: Add cbus tahvo locking fix.
Michael Büsch [Sat, 5 Nov 2011 16:10:18 +0000 (16:10 +0000)]
omap24xx: Add cbus tahvo locking fix.

SVN-Revision: 28767

12 years agoomap24xx: Fix n810bm compilation
Michael Büsch [Sat, 5 Nov 2011 16:01:53 +0000 (16:01 +0000)]
omap24xx: Fix n810bm compilation

SVN-Revision: 28766

12 years ago[package] uhttpd: bump version
Jo-Philipp Wich [Sat, 5 Nov 2011 03:19:29 +0000 (03:19 +0000)]
[package] uhttpd: bump version

SVN-Revision: 28762

12 years ago[package] uhttpd: rework CyaSSL and OpenSSL integration; move protected recv() and...
Jo-Philipp Wich [Sat, 5 Nov 2011 03:19:07 +0000 (03:19 +0000)]
[package] uhttpd: rework CyaSSL and OpenSSL integration; move protected recv() and send() operations below the ssl layer - fixes hangs when accessing via https

SVN-Revision: 28761

12 years agokernel: swconfig: add a missing unlock in error path
Gabor Juhos [Fri, 4 Nov 2011 14:38:31 +0000 (14:38 +0000)]
kernel: swconfig: add a missing unlock in error path

SVN-Revision: 28753

12 years agoadd timeserver config to target specific system configs as well
Jo-Philipp Wich [Fri, 4 Nov 2011 12:53:35 +0000 (12:53 +0000)]
add timeserver config to target specific system configs as well

SVN-Revision: 28750

12 years agohostapd: update to latest git version
Felix Fietkau [Fri, 4 Nov 2011 01:05:26 +0000 (01:05 +0000)]
hostapd: update to latest git version

SVN-Revision: 28746