openwrt/svn-archive/archive.git
11 years agoath5k: fix txop calculation similar to what was done in ath9k
Felix Fietkau [Sun, 15 Jul 2012 15:20:30 +0000 (15:20 +0000)]
ath5k: fix txop calculation similar to what was done in ath9k

SVN-Revision: 32735

11 years agoath9k: fix an uninitialized variable warning
Felix Fietkau [Sun, 15 Jul 2012 15:20:26 +0000 (15:20 +0000)]
ath9k: fix an uninitialized variable warning

SVN-Revision: 32734

11 years agokernel: add Marvell SoC built-in RTC to modules
Luka Perkov [Sun, 15 Jul 2012 14:25:30 +0000 (14:25 +0000)]
kernel: add Marvell SoC built-in RTC to modules

Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 32732

11 years ago[mcs814x] set DEVICE_TYPE to other to avoid pulling unecessary packages
Florian Fainelli [Sun, 15 Jul 2012 14:10:03 +0000 (14:10 +0000)]
[mcs814x] set DEVICE_TYPE to other to avoid pulling unecessary packages

SVN-Revision: 32731

11 years ago[mcs814x] add compatible property to pci node
Florian Fainelli [Sun, 15 Jul 2012 14:09:40 +0000 (14:09 +0000)]
[mcs814x] add compatible property to pci node

SVN-Revision: 32730

11 years ago[mcs814x] use ohci_err() instead of err()
Florian Fainelli [Sun, 15 Jul 2012 14:09:32 +0000 (14:09 +0000)]
[mcs814x] use ohci_err() instead of err()

SVN-Revision: 32729

11 years ago[mcs814x] make sure we properly unmap DMA mappings we created
Florian Fainelli [Sun, 15 Jul 2012 14:09:24 +0000 (14:09 +0000)]
[mcs814x] make sure we properly unmap DMA mappings we created

SVN-Revision: 32728

11 years ago[mcs814x] nuport-mac: add definitions of the various bits/masks used
Florian Fainelli [Sun, 15 Jul 2012 14:09:18 +0000 (14:09 +0000)]
[mcs814x] nuport-mac: add definitions of the various bits/masks used

SVN-Revision: 32727

11 years agokirkwood: add support for seagate goflexnet and goflexhome
Luka Perkov [Sun, 15 Jul 2012 12:18:29 +0000 (12:18 +0000)]
kirkwood: add support for seagate goflexnet and goflexhome

Signed-off-by: Martin Mueller <mm@sig21.net>
SVN-Revision: 32725

11 years ago[package] toolchain: Fix typo in libssp config
Vasilis Tsiligiannis [Sun, 15 Jul 2012 10:46:41 +0000 (10:46 +0000)]
[package] toolchain: Fix typo in libssp config

SVN-Revision: 32723

11 years agokirkwood: revert config changes from r32053
Luka Perkov [Sun, 15 Jul 2012 00:08:52 +0000 (00:08 +0000)]
kirkwood: revert config changes from r32053

SVN-Revision: 32719

11 years ago[package] uboot-kirkwood: remove empty folders from previous commit
Luka Perkov [Sat, 14 Jul 2012 23:58:02 +0000 (23:58 +0000)]
[package] uboot-kirkwood: remove empty folders from previous commit

SVN-Revision: 32718

11 years ago[package] uboot-kirkwood: update to 2012.04.01
Luka Perkov [Sat, 14 Jul 2012 23:54:20 +0000 (23:54 +0000)]
[package] uboot-kirkwood: update to 2012.04.01

iConnect board tested by:

Tim Fletcher <tim@night-shade.org.uk>
Wojciech Dubowik <wojciech.dubowik@neratec.com>

DockStar board tested by:

Martin Mueller <mm@sig21.net>

RaidSonic ICY BOX NAS6210 board tested by:

Luka Perkov <uboot@lukaperkov.net>

SheevaPlug was not tested but support for SheevaPlug is taken from upstream
uboot and it is not reported to be broken there.

SVN-Revision: 32717

11 years agopackage: kernel: estetic fix
Luka Perkov [Sat, 14 Jul 2012 23:10:32 +0000 (23:10 +0000)]
package: kernel: estetic fix

SVN-Revision: 32714

11 years ago[package] kernel: enable kernel support for ALSA midi
Vasilis Tsiligiannis [Sat, 14 Jul 2012 20:10:57 +0000 (20:10 +0000)]
[package] kernel: enable kernel support for ALSA midi

Here is a newer version of the patch:

Enable the real ALSA midi interface (seq) in the kernel. The existing
rawmidi interface is still present. This allows for the alsa midi
utilities to work.

Signed-off-by: Adam Goode <adam@spicenitz.org>
[b_tsiligiannis: replaced $(LINUX_KMOD_SUFFIX) with .ko]
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 32712

11 years ago[package] base-files: Modernize hotplug2 rules (#11368)
Vasilis Tsiligiannis [Sat, 14 Jul 2012 19:59:44 +0000 (19:59 +0000)]
[package] base-files: Modernize hotplug2 rules (#11368)

SVN-Revision: 32711

11 years agoath9k: add extra checks to reduce the amount of unnecessary rx dma related logspam
Felix Fietkau [Sat, 14 Jul 2012 17:48:49 +0000 (17:48 +0000)]
ath9k: add extra checks to reduce the amount of unnecessary rx dma related logspam

SVN-Revision: 32709

11 years agotools/squashfs(4): use $(HOSTCC) to avoid building with clang on recent mac os x...
Felix Fietkau [Fri, 13 Jul 2012 23:18:15 +0000 (23:18 +0000)]
tools/squashfs(4): use $(HOSTCC) to avoid building with clang on recent mac os x. the clang build fails with some linker errors

SVN-Revision: 32706

11 years agoath9k: fix 5 ghz frequency selection on ar934x devices with 25 mhz refclock
Felix Fietkau [Fri, 13 Jul 2012 23:18:11 +0000 (23:18 +0000)]
ath9k: fix 5 ghz frequency selection on ar934x devices with 25 mhz refclock

SVN-Revision: 32705

11 years ago[package] uhttpd: various changes
Jo-Philipp Wich [Fri, 13 Jul 2012 17:10:56 +0000 (17:10 +0000)]
[package] uhttpd: various changes

- remove unused variables
- simply ignore command line args which belong to not enabled features
- resolve peer address at accept() time, should solve (#11850)
- remove floating point operations where possible

SVN-Revision: 32704

11 years agonetifd: update to latest version, fixes wlan network state getting stuck on wifi...
Felix Fietkau [Thu, 12 Jul 2012 21:50:49 +0000 (21:50 +0000)]
netifd: update to latest version, fixes wlan network state getting stuck on wifi restarts, adds support for setting wlan device parameters such as mtu or txqueuelen

SVN-Revision: 32689

11 years agolibrpc: fix rpc/netdb.h compatibility issues, fixes curl compile error with eglibc
Felix Fietkau [Thu, 12 Jul 2012 16:24:01 +0000 (16:24 +0000)]
librpc: fix rpc/netdb.h compatibility issues, fixes curl compile error with eglibc

SVN-Revision: 32686

11 years agoath9k: fix selecting the second antenna on a single-stream device with diversity
Felix Fietkau [Thu, 12 Jul 2012 14:45:59 +0000 (14:45 +0000)]
ath9k: fix selecting the second antenna on a single-stream device with diversity

SVN-Revision: 32685

11 years agomac80211: fix an ap + sta mode regression that prevented the sta from connecting...
Felix Fietkau [Thu, 12 Jul 2012 14:14:57 +0000 (14:14 +0000)]
mac80211: fix an ap + sta mode regression that prevented the sta from connecting (#11847)

SVN-Revision: 32684

11 years agoar71xx: build firmware image for the TP-Link TL-WDR4310 v1.0
Gabor Juhos [Thu, 12 Jul 2012 13:38:40 +0000 (13:38 +0000)]
ar71xx: build firmware image for the TP-Link TL-WDR4310 v1.0

The hardware for TP-Link TL-WDR4300 v1.1 and TL-WDR4310 v1.0 is
identical, but requires different firmware headers:

TL-WDR4300:
00000040  43 00 00 01 00 00 00 01  00 00 00 00 76 fb 83 40  |C...........v..@|

TL-WDR4310:
00000040  43 10 00 01 00 00 00 01  00 00 00 00 38 2b 50 6c  |C...........8+Pl|

[juhosg: change commit message, use a different model name]

Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
SVN-Revision: 32683

11 years agoramips: rt305x: add support for Edimax 3G-6200N
Gabor Juhos [Thu, 12 Jul 2012 13:29:46 +0000 (13:29 +0000)]
ramips: rt305x: add support for Edimax 3G-6200N

Support for Edimax 3G-6200N router with USB.

Signed-off-by: Lukasz Golebiowski <lgolebio@gmail.com>
SVN-Revision: 32682

11 years agogeneric: ocf: restore terminating entry of pci_id_table in hifnHIPP
Gabor Juhos [Thu, 12 Jul 2012 08:34:23 +0000 (08:34 +0000)]
generic: ocf: restore terminating entry of pci_id_table in hifnHIPP

SVN-Revision: 32680

11 years agoar71xx: select ATH79_DEV_M25P80 for the WRT400N board
Gabor Juhos [Thu, 12 Jul 2012 08:34:22 +0000 (08:34 +0000)]
ar71xx: select ATH79_DEV_M25P80 for the WRT400N board

SVN-Revision: 32679

11 years agoar71xx: airrouter power led support
Gabor Juhos [Thu, 12 Jul 2012 08:34:21 +0000 (08:34 +0000)]
ar71xx: airrouter power led support

This patch adds support for power led to Unifi Airrouter AP.

[juhosg:fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch]

Signed-off-by: Rocco Folino <lordzen@autistici.org>
SVN-Revision: 32678

11 years agoar71xx: unifi reset button support
Gabor Juhos [Thu, 12 Jul 2012 08:34:20 +0000 (08:34 +0000)]
ar71xx: unifi reset button support

This patch adds support for reset button to Ubiquiti UniFi AP.

[juhosg: fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch]

Signed-off-by: Rocco Folino <lordzen@autistici.org>
SVN-Revision: 32677

11 years agoar71xx: airrouter reset button support
Gabor Juhos [Thu, 12 Jul 2012 08:34:18 +0000 (08:34 +0000)]
ar71xx: airrouter reset button support

This patch adds support for reset button to Ubiquiti Airrouter AP.

[juhosg: fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch]

Signed-off-by: Rocco Folino <lordzen@autistici.org>
SVN-Revision: 32676

11 years agoopenssl: enable the use of cryptodev digests
Luka Perkov [Wed, 11 Jul 2012 23:38:16 +0000 (23:38 +0000)]
openssl: enable the use of cryptodev digests

SVN-Revision: 32673

11 years agoocf: update to version 20120127
Luka Perkov [Wed, 11 Jul 2012 23:38:14 +0000 (23:38 +0000)]
ocf: update to version 20120127

SVN-Revision: 32672

11 years agomac80211: update brcmsmac patches
Hauke Mehrtens [Wed, 11 Jul 2012 22:18:09 +0000 (22:18 +0000)]
mac80211: update brcmsmac patches

SVN-Revision: 32671

11 years agokernel: bcma: update to version from wireless-testing tag master-2012-07-11
Hauke Mehrtens [Wed, 11 Jul 2012 22:17:05 +0000 (22:17 +0000)]
kernel: bcma: update to version from wireless-testing tag master-2012-07-11

SVN-Revision: 32670

11 years agoath9k: add a number of ar93xx eeprom related fixes / enhancements
Felix Fietkau [Wed, 11 Jul 2012 16:45:58 +0000 (16:45 +0000)]
ath9k: add a number of ar93xx eeprom related fixes / enhancements

SVN-Revision: 32669

11 years agoath9k: add missing part of the aggregation duration fix
Felix Fietkau [Wed, 11 Jul 2012 16:44:13 +0000 (16:44 +0000)]
ath9k: add missing part of the aggregation duration fix

SVN-Revision: 32668

11 years ago[include] nls.mk: fix build dependency on gettext (#11829)
Jo-Philipp Wich [Wed, 11 Jul 2012 10:05:00 +0000 (10:05 +0000)]
[include] nls.mk: fix build dependency on gettext (#11829)

SVN-Revision: 32665

11 years ago[package] mac80211: fix patch order (#11839, #11842)
Jo-Philipp Wich [Wed, 11 Jul 2012 09:59:08 +0000 (09:59 +0000)]
[package] mac80211: fix patch order (#11839, #11842)

SVN-Revision: 32664

11 years ago[include] toplevel.mk: unexport ARCH, it ends up in CONFIG_ARCH if defined and messes...
Jo-Philipp Wich [Wed, 11 Jul 2012 09:59:06 +0000 (09:59 +0000)]
[include] toplevel.mk: unexport ARCH, it ends up in CONFIG_ARCH if defined and messes the buildroot up

SVN-Revision: 32663

11 years ago[package] uhttpd: retry parsing the CGI header until the buffer space is exhausted
Jo-Philipp Wich [Wed, 11 Jul 2012 09:59:05 +0000 (09:59 +0000)]
[package] uhttpd: retry parsing the CGI header until the buffer space is exhausted

SVN-Revision: 32662

11 years ago[brcm63xx] remove bcm63xx_pci_register() call in livebox board
Florian Fainelli [Wed, 11 Jul 2012 09:15:26 +0000 (09:15 +0000)]
[brcm63xx] remove bcm63xx_pci_register() call in livebox board

SVN-Revision: 32661

11 years ago[brcm63xx] use physmap-flash on livebox (#8677)
Florian Fainelli [Wed, 11 Jul 2012 09:15:22 +0000 (09:15 +0000)]
[brcm63xx] use physmap-flash on livebox (#8677)

SVN-Revision: 32660

11 years ago[mcs814x] nuport-mac: check netif_receive_skb() return value
Florian Fainelli [Wed, 11 Jul 2012 08:29:01 +0000 (08:29 +0000)]
[mcs814x] nuport-mac: check netif_receive_skb() return value

We did not reassign status to netif_receive_skb() return value, we thus
almost always incremented the dropped counter because the descriptor status
value never matches the NET_RX_DROP.

SVN-Revision: 32659

11 years agoath9k: fix some bugs related to txop limit handling and aggregation
Felix Fietkau [Wed, 11 Jul 2012 02:11:33 +0000 (02:11 +0000)]
ath9k: fix some bugs related to txop limit handling and aggregation

SVN-Revision: 32658

11 years agoath9k: disable hardware full sleep with active client mode interface until mac80211...
Felix Fietkau [Tue, 10 Jul 2012 23:42:30 +0000 (23:42 +0000)]
ath9k: disable hardware full sleep with active client mode interface until mac80211 IEEE80211_CONF_IDLE support has been fixed

SVN-Revision: 32657

11 years agoath9k: clean up / fix some initval related code
Felix Fietkau [Tue, 10 Jul 2012 01:13:15 +0000 (01:13 +0000)]
ath9k: clean up / fix some initval related code

SVN-Revision: 32656

11 years agomac80211: update to latest version, fix tx gain patch
Felix Fietkau [Tue, 10 Jul 2012 00:21:25 +0000 (00:21 +0000)]
mac80211: update to latest version, fix tx gain patch

SVN-Revision: 32655

11 years agolibubox: update to latest version, fixes timer/process deletion on uloop_done()
Felix Fietkau [Mon, 9 Jul 2012 15:13:26 +0000 (15:13 +0000)]
libubox: update to latest version, fixes timer/process deletion on uloop_done()

SVN-Revision: 32654

11 years ago[mcs814x] fix typo on of_node_put()
Florian Fainelli [Mon, 9 Jul 2012 14:44:15 +0000 (14:44 +0000)]
[mcs814x] fix typo on of_node_put()

SVN-Revision: 32653

11 years ago[package] firewall: also set up nat reflection rules for redirects with proto all...
Jo-Philipp Wich [Mon, 9 Jul 2012 12:23:36 +0000 (12:23 +0000)]
[package] firewall: also set up nat reflection rules for redirects with proto all and/or no src_dport set

SVN-Revision: 32652

11 years ago[package] uhttpd: various fixes
Jo-Philipp Wich [Mon, 9 Jul 2012 00:08:20 +0000 (00:08 +0000)]
[package] uhttpd: various fixes

    - avoid closing descriptors before removing them from uloop (#11755, #11830)
    - do not auto-initialize ubus if no prefix is set (#11832)
    - remove extraneous client context pointer from cgi and lua states
    - code cleanups and debug message changes

SVN-Revision: 32651

11 years ago[tools] bison: fix errors in shipped stdio.in.h
Jo-Philipp Wich [Sun, 8 Jul 2012 15:50:36 +0000 (15:50 +0000)]
[tools] bison: fix errors in shipped stdio.in.h

Bison fails to build against glibc 2.16.x, the shipped stdio.in.h attempts to
wrap gets() with a warning which fails since gets() got removed from the
default _GNU_SOURCE featureset.

SVN-Revision: 32649

11 years ago[tools] m4: fix errors in shipped stdio.in.h
Jo-Philipp Wich [Sun, 8 Jul 2012 15:28:44 +0000 (15:28 +0000)]
[tools] m4: fix errors in shipped stdio.in.h

M4 fails to build against glibc 2.16.x, the shipped stdio.in.h attempts to
wrap gets() with a warning which fails since gets() got removed from the
default _GNU_SOURCE featureset.

SVN-Revision: 32648

11 years agoath9k: fix the ar9340 tx gain patch
Felix Fietkau [Sat, 7 Jul 2012 20:03:35 +0000 (20:03 +0000)]
ath9k: fix the ar9340 tx gain patch

SVN-Revision: 32647

11 years agoath9k: fix tx gain tables for ar934x
Felix Fietkau [Sat, 7 Jul 2012 17:34:33 +0000 (17:34 +0000)]
ath9k: fix tx gain tables for ar934x

SVN-Revision: 32646

11 years ago[package] libubox: bump to latest git head
Jo-Philipp Wich [Sat, 7 Jul 2012 16:49:17 +0000 (16:49 +0000)]
[package] libubox: bump to latest git head
 - uloop: prevent callback invocation for already removed descriptors
 - uloop: handle EPOLLHUP
 - blob, blobmsg: various changes

SVN-Revision: 32645

11 years ago[package] uhttpd: do not dispatch pipe error events, fixes use after free for cgi...
Jo-Philipp Wich [Sat, 7 Jul 2012 16:43:27 +0000 (16:43 +0000)]
[package] uhttpd: do not dispatch pipe error events, fixes use after free for cgi and lua scripts

SVN-Revision: 32644

11 years ago[brcm63xx] Detect alternative "cfe-" version bootloaders (found in 963281T_TEF board)
Florian Fainelli [Fri, 6 Jul 2012 22:10:37 +0000 (22:10 +0000)]
[brcm63xx] Detect alternative "cfe-" version bootloaders (found in 963281T_TEF board)

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 32643

11 years ago[package] uhttpd: do not subscribe to epoll write events
Jo-Philipp Wich [Fri, 6 Jul 2012 17:29:25 +0000 (17:29 +0000)]
[package] uhttpd: do not subscribe to epoll write events
Watch child read pipe end for data instead of relying on socket write
notification to process cgi data, should lower cpu consumption during
requests on weaker devices.

SVN-Revision: 32640

11 years agoar71xx: swizzle address for PCI byte/word access on AR71xx
Gabor Juhos [Fri, 6 Jul 2012 16:33:12 +0000 (16:33 +0000)]
ar71xx: swizzle address for PCI byte/word access on AR71xx

Closes #11683.

SVN-Revision: 32639

11 years agoar71xx: select SOC_AR933X and ATH79_DEV_WMAC for the OM2P board
Gabor Juhos [Fri, 6 Jul 2012 11:12:02 +0000 (11:12 +0000)]
ar71xx: select SOC_AR933X and ATH79_DEV_WMAC for the OM2P board

SVN-Revision: 32638

11 years agoar71xx: merge new board patches into the generic patch
Gabor Juhos [Fri, 6 Jul 2012 11:12:01 +0000 (11:12 +0000)]
ar71xx: merge new board patches into the generic patch

SVN-Revision: 32637

11 years agouboot-envtools: OM2P LC support
Gabor Juhos [Fri, 6 Jul 2012 11:11:59 +0000 (11:11 +0000)]
uboot-envtools: OM2P LC support

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 32636

11 years agoar71xx: OM2P LC sysupgrade patch
Gabor Juhos [Fri, 6 Jul 2012 11:11:58 +0000 (11:11 +0000)]
ar71xx: OM2P LC sysupgrade patch

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 32635

11 years ago[package] iwinfo: properly deal with channels 7..12 on 5GHz
Jo-Philipp Wich [Fri, 6 Jul 2012 09:30:50 +0000 (09:30 +0000)]
[package] iwinfo: properly deal with channels 7..12 on 5GHz

SVN-Revision: 32634

11 years ago[package] iwinfo: find channel & frequency via nl80211 or hostapd instead of wext
Jo-Philipp Wich [Fri, 6 Jul 2012 01:00:14 +0000 (01:00 +0000)]
[package] iwinfo: find channel & frequency via nl80211 or hostapd instead of wext

SVN-Revision: 32630

11 years ago[mcs814x] call of_node_put() on ethernet node
Florian Fainelli [Thu, 5 Jul 2012 18:46:55 +0000 (18:46 +0000)]
[mcs814x] call of_node_put() on ethernet node

SVN-Revision: 32628

11 years ago[mcs814x] fix EPHY clock bit definition after r32489
Florian Fainelli [Thu, 5 Jul 2012 18:46:52 +0000 (18:46 +0000)]
[mcs814x] fix EPHY clock bit definition after r32489

SVN-Revision: 32627

11 years ago[mcs814x] give an unique partition identifier for dLAN USB Extender Combined partition
Florian Fainelli [Thu, 5 Jul 2012 18:46:48 +0000 (18:46 +0000)]
[mcs814x] give an unique partition identifier for dLAN USB Extender Combined partition

SVN-Revision: 32626

11 years agonetifd: update to latest version, fixes various issues related to interface alias...
Felix Fietkau [Thu, 5 Jul 2012 18:42:29 +0000 (18:42 +0000)]
netifd: update to latest version, fixes various issues related to interface alias handling, improves handling of wifi interfaces in /etc/config/network

SVN-Revision: 32625

11 years agopackage/dnsmasq: allow /etc/config/dhcp to specify --address arguments
Jo-Philipp Wich [Thu, 5 Jul 2012 17:54:14 +0000 (17:54 +0000)]
package/dnsmasq: allow /etc/config/dhcp to specify --address arguments

Add a config list to the 'config dnsmasq' section to specify fixed DNS
addresses.

For example:

  config dnsmasq:
[snip]
list address '/example.com/192.168.0.1'

will result in the argument '-A /example.com/192.168.0.1' to the dnsmasq
options. This configures dnsmasq to return the specified IP for any
queries to '*.example.com' names.

Useful for overriding lookups to a range of DNS names.

[jow: "append args" -> "xappend", "-A" -> "--address"]

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 32624

11 years agoAdd local TTL option to dnsmasq
Jo-Philipp Wich [Thu, 5 Jul 2012 17:46:32 +0000 (17:46 +0000)]
Add local TTL option to dnsmasq

-T, --local-ttl=<time>
    When replying with information from /etc/hosts or the DHCP leases
file dnsmasq by default sets the time-to-live field to zero, meaning
that the requestor should not itself cache the information. This is
the correct thing to do in almost all situations. This option allows a
time-to-live (in seconds) to be given for these replies. This will
reduce the load on the server at the expense of clients using stale
data under some circumstances.

[jow: change -T to --local--ttl to conform with the other options]

Signed-off-by: Andrew Byrne <openwrt@andy.id.au>
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

SVN-Revision: 32623

11 years agodropbear: set DEFAULT_PATH for non-interactive logins
Jo-Philipp Wich [Thu, 5 Jul 2012 16:44:05 +0000 (16:44 +0000)]
dropbear: set DEFAULT_PATH for non-interactive logins

Set PATH in non-interactive logins to include /sbin paths,
so to be consistent with what is currently set in /etc/profile
for interactive shells.

[jow: reapply with current patch level, fix inner patch, refresh]

Signed-off-by: Gui Iribarren <gui@altermundi.net>
SVN-Revision: 32620

11 years agoRevert "dropbear: set DEFAULT_PATH for non-interactive logins"
Jo-Philipp Wich [Thu, 5 Jul 2012 16:34:52 +0000 (16:34 +0000)]
Revert "dropbear: set DEFAULT_PATH for non-interactive logins"

This reverts commit 9927e7918211a22ba5871cbccdcb3764d3872f91.

SVN-Revision: 32619

11 years agodropbear: set DEFAULT_PATH for non-interactive logins
Jo-Philipp Wich [Thu, 5 Jul 2012 16:33:07 +0000 (16:33 +0000)]
dropbear: set DEFAULT_PATH for non-interactive logins

Set PATH in non-interactive logins to include /sbin paths,
so to be consistent with what is currently set in /etc/profile
for interactive shells.

Signed-off-by: Gui Iribarren <gui@altermundi.net>
SVN-Revision: 32618

11 years agoar71xx: set firmware version for the TL-WR2543N
Gabor Juhos [Thu, 5 Jul 2012 16:25:31 +0000 (16:25 +0000)]
ar71xx: set firmware version for the TL-WR2543N

This ensures that the resulting firmware can
be flashed from the latest (v3.13.17) offical
firmware.

SVN-Revision: 32617

11 years agofirmware-utils/mktplinkfw: allow to specify firmware version
Gabor Juhos [Thu, 5 Jul 2012 16:25:29 +0000 (16:25 +0000)]
firmware-utils/mktplinkfw: allow to specify firmware version

SVN-Revision: 32616

11 years agoar71xx: make 2.4GHz wlan LED work on the WR2543N
Gabor Juhos [Thu, 5 Jul 2012 16:25:26 +0000 (16:25 +0000)]
ar71xx: make 2.4GHz wlan LED work on the WR2543N

Because ath9k does not supports separate LEDs for
different bands yet, the 2.4GHz LED will show the
activity, even if the 5GHz band is selected.

SVN-Revision: 32615

11 years ago[package] hostapd: change wpa_supplicant.sh to pass 64 byte hex psk unquoted and...
Jo-Philipp Wich [Thu, 5 Jul 2012 12:25:29 +0000 (12:25 +0000)]
[package] hostapd: change wpa_supplicant.sh to pass 64 byte hex psk unquoted and remove the undocumented usepasspharse option, this makes it match the logic of the hostapd setup

SVN-Revision: 32614

11 years agoar71xx: OM2P sysupgrade support
Gabor Juhos [Thu, 5 Jul 2012 08:26:57 +0000 (08:26 +0000)]
ar71xx: OM2P sysupgrade support

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 32613

11 years agouboot-envtools: OM2P partition information
Gabor Juhos [Thu, 5 Jul 2012 08:26:55 +0000 (08:26 +0000)]
uboot-envtools: OM2P partition information

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 32612

11 years agoar71xx: add support for the OpenMesh OM2P-LC board
Gabor Juhos [Thu, 5 Jul 2012 08:26:53 +0000 (08:26 +0000)]
ar71xx: add support for the OpenMesh OM2P-LC board

Patch-by: Marek Linder <marek@open-mesh.com>
SVN-Revision: 32611

11 years agopackage/om-watchdog: add om2p-lc support
Gabor Juhos [Thu, 5 Jul 2012 08:26:52 +0000 (08:26 +0000)]
package/om-watchdog: add om2p-lc support

Patch-by: Marek Linder <marek@open-mesh.com>
SVN-Revision: 32610

11 years agoar71xx: add profile and build image for the Atheros AP136 reference board
Gabor Juhos [Thu, 5 Jul 2012 08:26:51 +0000 (08:26 +0000)]
ar71xx: add profile and build image for the Atheros AP136 reference board

SVN-Revision: 32609

11 years agoar71xx: AP136 user-space support
Gabor Juhos [Thu, 5 Jul 2012 08:26:50 +0000 (08:26 +0000)]
ar71xx: AP136 user-space support

SVN-Revision: 32608

11 years agoar71xx: add initial support for the Qualcomm Atheros AP136 board
Gabor Juhos [Thu, 5 Jul 2012 08:26:48 +0000 (08:26 +0000)]
ar71xx: add initial support for the Qualcomm Atheros AP136 board

SVN-Revision: 32607

11 years agoar71xx: add initial support for the QCA955X SoCs
Gabor Juhos [Thu, 5 Jul 2012 08:26:47 +0000 (08:26 +0000)]
ar71xx: add initial support for the QCA955X SoCs

SVN-Revision: 32606

11 years agoar71xx: refactor PCI code to allow registering multiple PCI controllers
Gabor Juhos [Thu, 5 Jul 2012 08:26:45 +0000 (08:26 +0000)]
ar71xx: refactor PCI code to allow registering multiple PCI controllers

SVN-Revision: 32605

11 years agogeneric: ar8216: start aneg on each PHY of the AR8327
Gabor Juhos [Thu, 5 Jul 2012 08:26:39 +0000 (08:26 +0000)]
generic: ar8216: start aneg on each PHY of the AR8327

SVN-Revision: 32604

11 years ago[mcs814x] add missing interrupts properties to some device nodes
Florian Fainelli [Wed, 4 Jul 2012 19:37:11 +0000 (19:37 +0000)]
[mcs814x] add missing interrupts properties to some device nodes

SVN-Revision: 32603

11 years agomtd - remove partition table assumption when writing fis table
Jo-Philipp Wich [Wed, 4 Jul 2012 11:56:25 +0000 (11:56 +0000)]
mtd - remove partition table assumption when writing fis table

When mtd alters the fis partition table it assumes that the first partition
table entry also is the first logical parition table entry. For instance our
table could look like this (irrelevant partitions put aside):
 * vmlinux.bin.l7 0xA8710000
 * rootfs         0xA8030000
Here mtd would assume vmlinux.bin.l7 being the first partition and use its
address to calculate the size and offset which ultimately leads to a broken
partition table.
This patch alters the behavior by checking what partition has the smaller
address to do the calculations based on that address.

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 32601

11 years agomtd - add partition offset parameter
Jo-Philipp Wich [Wed, 4 Jul 2012 11:37:53 +0000 (11:37 +0000)]
mtd - add partition offset parameter

The offset parameter can be used to write the data at the offset
instead of writing it to the beginning of the partition.

Signed-off-by: Marek Linder <lindner_marek@yahoo.de>
SVN-Revision: 32600

11 years agoar71xx: update the EW Dorin MTD layout, increase kernel partition size (requested...
Felix Fietkau [Wed, 4 Jul 2012 10:55:56 +0000 (10:55 +0000)]
ar71xx: update the EW Dorin MTD layout, increase kernel partition size (requested by EW)

SVN-Revision: 32599

11 years agomac80211: make channel bandwidth setting generic
Travis Kemen [Wed, 4 Jul 2012 00:25:46 +0000 (00:25 +0000)]
mac80211: make channel bandwidth setting generic

SVN-Revision: 32596

11 years agocommit patch from https://lists.ath5k.org/pipermail/ath5k-devel/2011-November/005043...
Travis Kemen [Wed, 4 Jul 2012 00:09:18 +0000 (00:09 +0000)]
commit patch from https://lists.ath5k.org/pipermail/ath5k-devel/2011-November/005043.html, fixed up for newer ath5k and added in more radios.

SVN-Revision: 32595

11 years agobcm63xx: bcm63xx-spi does not depend on spi-bitbang
Jonas Gorski [Tue, 3 Jul 2012 21:42:17 +0000 (21:42 +0000)]
bcm63xx: bcm63xx-spi does not depend on spi-bitbang

SVN-Revision: 32594

11 years agobcm63xx: 96348A-122 improvements (Comtrend 5365)
Jonas Gorski [Tue, 3 Jul 2012 21:42:15 +0000 (21:42 +0000)]
bcm63xx: 96348A-122 improvements (Comtrend 5365)

1) Improve WLAN button.
2) Add 96348A-122 image.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 32593

11 years agobcm63xx: fix second caldata address calculation
Jonas Gorski [Tue, 3 Jul 2012 21:42:12 +0000 (21:42 +0000)]
bcm63xx: fix second caldata address calculation

thanks Noltari for spotting this.

SVN-Revision: 32592

11 years agobcm63xx: update patches to latest upstream versions
Jonas Gorski [Tue, 3 Jul 2012 21:42:07 +0000 (21:42 +0000)]
bcm63xx: update patches to latest upstream versions

SVN-Revision: 32591