[dtaht/Cerowrt-3.3] cb2903: ramips: add rssileds to package set in profile for...

GitHub noreply at github.com
Wed Sep 12 11:27:00 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/dtaht/Cerowrt-3.3
  Commit: cb29036b4a3fa32dbcec37b4b84facf543b841dd
      https://github.com/dtaht/Cerowrt-3.3/commit/cb29036b4a3fa32dbcec37b4b84facf543b841dd
  Author: juhosg <juhosg at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-05 (Wed, 05 Sep 2012)

  Changed paths:
    M target/linux/ramips/rt305x/profiles/allnet.mk

  Log Message:
  -----------
  ramips: add rssileds to package set in profile for devices which got them.

Signed-off-by: Daniel Golle <dgolle at allnet.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33316 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: b4336504ba1d79e30227a3bd2cb68a38022e02c7
      https://github.com/dtaht/Cerowrt-3.3/commit/b4336504ba1d79e30227a3bd2cb68a38022e02c7
  Author: juhosg <juhosg at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-05 (Wed, 05 Sep 2012)

  Changed paths:
    M target/linux/ar71xx/generic/profiles/allnet.mk

  Log Message:
  -----------
  ar71xx: add rssileds to package set in profile for devices which got them.

Signed-off-by: Daniel Golle <dgolle at allnet.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33317 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 34d7147aefb6ac34d3365ea23b427c4f9c1a2c63
      https://github.com/dtaht/Cerowrt-3.3/commit/34d7147aefb6ac34d3365ea23b427c4f9c1a2c63
  Author: juhosg <juhosg at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-05 (Wed, 05 Sep 2012)

  Changed paths:
    A target/linux/ar71xx/patches-3.3/136-MIPS-ath79-use-correct-fractional-dividers-for-CPU-D.patch

  Log Message:
  -----------
  ar71xx: use correct fractional dividers for {CPU,DDR}_PLL on AR934x

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33318 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: e937e774c94b15dd0b121818a8cc8a45e9163034
      https://github.com/dtaht/Cerowrt-3.3/commit/e937e774c94b15dd0b121818a8cc8a45e9163034
  Author: blogic <blogic at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-05 (Wed, 05 Sep 2012)

  Changed paths:
    M target/linux/x86/kvm_guest/config-3.3

  Log Message:
  -----------
  [x86] add missing kvm_guest kernel options

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33319 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 07073dcb279d594ec5c2e5100152e3e5138c7341
      https://github.com/dtaht/Cerowrt-3.3/commit/07073dcb279d594ec5c2e5100152e3e5138c7341
  Author: juhosg <juhosg at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-05 (Wed, 05 Sep 2012)

  Changed paths:
    M target/linux/ramips/files/drivers/net/ethernet/ramips/ramips_esw.c

  Log Message:
  -----------
  ramips: Use doubletagging to disable ramips_esw vlan by default, it seems more reliable.

Use doubletagging to disable ramips_esw vlan by default, it seems
more reliable.

Daniel Golle found an issue where sometimes (possibly only for
RT3352) the default vlan disable method (clearing en_vlan, untag,
doubletag and putting all ports into vlan 0) doesn't work and the
packets get sent out vlan-tagged with vlan 0.

Instead switch to using the doubletagging method (allow doubletagged
packets, put all ports into vlan 0 with untag enabled) by default.

Unless someone figures out a way to really globally disable vlan for
this switch, this seems like the best (most reliable) option.

I did some tests regarding maximum packet size and did not see any

difference between the two methods, both allow for slightly bigger packets
than the ramips_main.c ethernet driver (ping stops going through
above "ping -s 1472" (1514 bytes), on the switch packets are recv_good until
"ping -s 1490", or about 1532 bytes).

Signed-off-by: Tobias Diedrich <ranma+openwrt at tdiedrich.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33321 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: dddb52eedf108ca37e997ed0da29f2b79b1bb859
      https://github.com/dtaht/Cerowrt-3.3/commit/dddb52eedf108ca37e997ed0da29f2b79b1bb859
  Author: juhosg <juhosg at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-05 (Wed, 05 Sep 2012)

  Changed paths:
    M target/linux/ramips/files/drivers/net/ethernet/ramips/ramips_esw.c

  Log Message:
  -----------
  ramips: Add missing andmask to ramips_esw register read for recv_good value.

Add missing andmask to ramips_esw register read for recv_good value.

Without the mask, recv_bad leaks into the recv_good packet count.
Didn't notice the bug before since you don't usually get bad
packets, so I only saw it when I was playing with overlength packets
earlier...

Signed-off-by: Tobias Diedrich <ranma+openwrt at tdiedrich.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33322 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: d6378b5278ab4f35c539c0797fc6603a62b5a04c
      https://github.com/dtaht/Cerowrt-3.3/commit/d6378b5278ab4f35c539c0797fc6603a62b5a04c
  Author: florian <florian at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-05 (Wed, 05 Sep 2012)

  Changed paths:
    A target/linux/mcs814x/patches-3.3/013-ohci_workarounds.patch

  Log Message:
  -----------
  [mcs814x] add some ohci workarounds to make ohci work

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33323 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 507c46269b6d02691e3de580a4ac9965b274ef8a
      https://github.com/dtaht/Cerowrt-3.3/commit/507c46269b6d02691e3de580a4ac9965b274ef8a
  Author: luka <luka at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-05 (Wed, 05 Sep 2012)

  Changed paths:
    M target/linux/lantiq/base-files/etc/uci-defaults/network

  Log Message:
  -----------
  lantiq: fix sx76x default uci network configuration

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33324 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 22a3f4be87c210387c01812b304df707f0f0468a
      https://github.com/dtaht/Cerowrt-3.3/commit/22a3f4be87c210387c01812b304df707f0f0468a
  Author: nbd <nbd at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-06 (Thu, 06 Sep 2012)

  Changed paths:
    M package/netifd/Makefile

  Log Message:
  -----------
  netifd: update to latest version, fixes premature device release on link loss (fixes #12114, #12112, #11959)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33325 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 60244743f9a48fd9b6dc878d348b39e61181a58e
      https://github.com/dtaht/Cerowrt-3.3/commit/60244743f9a48fd9b6dc878d348b39e61181a58e
  Author: cshore <cshore at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-06 (Thu, 06 Sep 2012)

  Changed paths:
    M target/linux/ar71xx/base-files/etc/diag.sh
    A target/linux/ar71xx/base-files/etc/uci-defaults/caldata-migration
    M target/linux/ar71xx/base-files/etc/uci-defaults/network
    M target/linux/ar71xx/base-files/lib/ar71xx.sh
    M target/linux/ar71xx/base-files/lib/upgrade/platform.sh
    M target/linux/ar71xx/generic/profiles/d-link.mk
    M target/linux/ar71xx/image/Makefile
    A target/linux/ar71xx/patches-3.3/640-MIPS-ath79-dir-825-b1-for-owrt-board-def.patch

  Log Message:
  -----------
  [ar71xx] dir825b1: Add image for DIR-825-B1 that uses the whole flash (must first be flashed with the 'standard' image) and an image to revert the change to allow reversion to stock firmware.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33326 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: c46c99ab6abdafa0c2451d40433b9069124cd1d1
      https://github.com/dtaht/Cerowrt-3.3/commit/c46c99ab6abdafa0c2451d40433b9069124cd1d1
  Author: florian <florian at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-07 (Fri, 07 Sep 2012)

  Changed paths:
    A toolchain/gcc/patches/4.6-linaro/000-gcc-bug-54369.patch
    A toolchain/gcc/patches/4.6.2/000-gcc-bug-54369.patch
    A toolchain/gcc/patches/4.7-linaro/001-gcc-bug-54369.patch
    A toolchain/gcc/patches/4.7.0/001-gcc-bug-54369.patch

  Log Message:
  -----------
  [toolchain] gcc: add upstream fixes for GCC bug 54369

See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54369 for more infos.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33328 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 555155f8ea01c68f86eb246374942db03c126622
      https://github.com/dtaht/Cerowrt-3.3/commit/555155f8ea01c68f86eb246374942db03c126622
  Author: florian <florian at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-07 (Fri, 07 Sep 2012)

  Changed paths:
    A toolchain/gcc/patches/4.7-linaro/002-gcc-bug-54494.patch
    A toolchain/gcc/patches/4.7.0/002-gcc-bug-54494.patch

  Log Message:
  -----------
  [toolchain] gcc: add upstream fixes for GCC bug 54494

See: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54494 for more infos.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33329 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 581d0bcbcbbd1b13fbc67d6347a5e8d9e2a56736
      https://github.com/dtaht/Cerowrt-3.3/commit/581d0bcbcbbd1b13fbc67d6347a5e8d9e2a56736
  Author: Dave Taht <dave.taht at bufferbloat.net>
  Date:   2012-09-07 (Fri, 07 Sep 2012)

  Changed paths:
    M package/netifd/Makefile
    M target/linux/ar71xx/base-files/etc/diag.sh
    A target/linux/ar71xx/base-files/etc/uci-defaults/caldata-migration
    M target/linux/ar71xx/base-files/etc/uci-defaults/network
    M target/linux/ar71xx/base-files/lib/ar71xx.sh
    M target/linux/ar71xx/base-files/lib/upgrade/platform.sh
    M target/linux/ar71xx/generic/profiles/allnet.mk
    M target/linux/ar71xx/generic/profiles/d-link.mk
    M target/linux/ar71xx/image/Makefile
    A target/linux/ar71xx/patches-3.3/136-MIPS-ath79-use-correct-fractional-dividers-for-CPU-D.patch
    A target/linux/ar71xx/patches-3.3/640-MIPS-ath79-dir-825-b1-for-owrt-board-def.patch
    M target/linux/lantiq/base-files/etc/uci-defaults/network
    A target/linux/mcs814x/patches-3.3/013-ohci_workarounds.patch
    M target/linux/ramips/files/drivers/net/ethernet/ramips/ramips_esw.c
    M target/linux/ramips/rt305x/profiles/allnet.mk
    M target/linux/x86/kvm_guest/config-3.3
    A toolchain/gcc/patches/4.6-linaro/000-gcc-bug-54369.patch
    A toolchain/gcc/patches/4.6.2/000-gcc-bug-54369.patch
    A toolchain/gcc/patches/4.7-linaro/001-gcc-bug-54369.patch
    A toolchain/gcc/patches/4.7-linaro/002-gcc-bug-54494.patch
    A toolchain/gcc/patches/4.7.0/001-gcc-bug-54369.patch
    A toolchain/gcc/patches/4.7.0/002-gcc-bug-54494.patch

  Log Message:
  -----------
  Merge branch 'master' of git://nbd.name/openwrt


  Commit: 354a1aea35c00c2ec06af4e319e6d4f713fb2758
      https://github.com/dtaht/Cerowrt-3.3/commit/354a1aea35c00c2ec06af4e319e6d4f713fb2758
  Author: Dave Taht <dave.taht at bufferbloat.net>
  Date:   2012-09-07 (Fri, 07 Sep 2012)

  Changed paths:
    M package/netifd/Makefile
    M target/linux/ar71xx/base-files/etc/diag.sh
    A target/linux/ar71xx/base-files/etc/uci-defaults/caldata-migration
    M target/linux/ar71xx/base-files/etc/uci-defaults/network
    M target/linux/ar71xx/base-files/lib/ar71xx.sh
    M target/linux/ar71xx/base-files/lib/upgrade/platform.sh
    M target/linux/ar71xx/generic/profiles/allnet.mk
    M target/linux/ar71xx/generic/profiles/d-link.mk
    M target/linux/ar71xx/image/Makefile
    A target/linux/ar71xx/patches-3.3/136-MIPS-ath79-use-correct-fractional-dividers-for-CPU-D.patch
    A target/linux/ar71xx/patches-3.3/640-MIPS-ath79-dir-825-b1-for-owrt-board-def.patch
    M target/linux/lantiq/base-files/etc/uci-defaults/network
    A target/linux/mcs814x/patches-3.3/013-ohci_workarounds.patch
    M target/linux/ramips/files/drivers/net/ethernet/ramips/ramips_esw.c
    M target/linux/ramips/rt305x/profiles/allnet.mk
    M target/linux/x86/kvm_guest/config-3.3
    A toolchain/gcc/patches/4.6-linaro/000-gcc-bug-54369.patch
    A toolchain/gcc/patches/4.6.2/000-gcc-bug-54369.patch
    A toolchain/gcc/patches/4.7-linaro/001-gcc-bug-54369.patch
    A toolchain/gcc/patches/4.7-linaro/002-gcc-bug-54494.patch
    A toolchain/gcc/patches/4.7.0/001-gcc-bug-54369.patch
    A toolchain/gcc/patches/4.7.0/002-gcc-bug-54494.patch

  Log Message:
  -----------
  Merge branch 'master' of /home/cero1/src/openwrt


  Commit: 08b17128a1856c8ba1f7c7286fdba2d993564cff
      https://github.com/dtaht/Cerowrt-3.3/commit/08b17128a1856c8ba1f7c7286fdba2d993564cff
  Author: florian <florian at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-08 (Sat, 08 Sep 2012)

  Changed paths:
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/clock.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/irq.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/pci.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/timer.c
    M target/linux/mcs814x/files-3.3/drivers/char/hw_random/mcs814x-rng.c
    M target/linux/mcs814x/files-3.3/drivers/gpio/gpio-mcs814x.c
    M target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/nuport_mac.c
    M target/linux/mcs814x/files-3.3/drivers/watchdog/mcs814x_wdt.c

  Log Message:
  -----------
  [mcs814x] use the recommended ARM I/O accessors

use {read,write}l_relaxed instead of the plain __raw_{read,write}l variants.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33330 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: de017af48d93a4c8bd0691f5cb9315e2f5f15cf1
      https://github.com/dtaht/Cerowrt-3.3/commit/de017af48d93a4c8bd0691f5cb9315e2f5f15cf1
  Author: nbd <nbd at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-08 (Sat, 08 Sep 2012)

  Changed paths:
    M package/mac80211/Makefile
    M package/mac80211/patches/001-disable_b44.patch
    M package/mac80211/patches/002-disable_rfkill.patch
    M package/mac80211/patches/003-disable_bt.patch
    M package/mac80211/patches/005-disable_ssb_build.patch
    M package/mac80211/patches/006-disable_bcma_build.patch
    M package/mac80211/patches/007-remove_misc_drivers.patch
    M package/mac80211/patches/008-disable_mesh.patch
    M package/mac80211/patches/009-remove_mac80211_module_dependence.patch
    M package/mac80211/patches/010-no_pcmcia.patch
    M package/mac80211/patches/011-no_sdio.patch
    M package/mac80211/patches/013-disable_b43_nphy.patch
    M package/mac80211/patches/015-remove-rt2x00-options.patch
    M package/mac80211/patches/016-remove_pid_algo.patch
    M package/mac80211/patches/017-remove_ath9k_rc.patch
    M package/mac80211/patches/019-remove_ath5k_pci_option.patch
    M package/mac80211/patches/022-remove_crc8_and_cordic.patch
    M package/mac80211/patches/023-ath9k_disable_btcoex.patch
    M package/mac80211/patches/050-compat_firmware.patch
    M package/mac80211/patches/060-compat_add_module_pci_driver.patch
    M package/mac80211/patches/070-disable_codel.patch
    M package/mac80211/patches/100-disable_pcmcia_compat.patch
    M package/mac80211/patches/110-disable_usb_compat.patch
    R package/mac80211/patches/120-pr_fmt_warnings.patch
    M package/mac80211/patches/130-mesh_pathtbl_backport.patch
    M package/mac80211/patches/300-pending_work.patch
    M package/mac80211/patches/405-regd_no_assoc_hints.patch
    M package/mac80211/patches/411-ath5k_allow_adhoc_and_ap.patch
    M package/mac80211/patches/412-mac80211_allow_adhoc_and_ap.patch
    M package/mac80211/patches/440-ath5k_channel_bw_debugfs.patch
    M package/mac80211/patches/501-ath9k-eeprom_endianess.patch
    M package/mac80211/patches/510-ath9k_intr_mitigation_tweak.patch
    M package/mac80211/patches/512-ath9k_channelbw_debugfs.patch
    M package/mac80211/patches/513-mac80211_reduce_txqueuelen.patch
    M package/mac80211/patches/520-mac80211_cur_txpower.patch
    M package/mac80211/patches/521-ath9k_cur_txpower.patch
    M package/mac80211/patches/522-ath9k_per_chain_signal_strength.patch
    M package/mac80211/patches/540-ath9k_extra_leds.patch
    M package/mac80211/patches/550-mac80211_optimize_mcs_rate_mask.patch
    M package/mac80211/patches/562-ath9k_add_idle_hack.patch
    A package/mac80211/patches/564-ath9k_debugfs_diag.patch
    R package/mac80211/patches/564-ath9k_remove_imr_mib.patch
    R package/mac80211/patches/570-mac80211_tx_status_crash.patch
    M package/mac80211/patches/603-rt2x00-introduce-rt2x00eeprom.patch
    M package/mac80211/patches/605-rt2x00-pci-eeprom.patch
    M package/mac80211/patches/608-add_platform_data_mac_addr.patch
    M package/mac80211/patches/620-rt2x00-support-rt3352.patch
    M package/mac80211/patches/700-mwl8k-missing-pci-id-for-WNR854T.patch
    M package/mac80211/patches/800-b43-gpio-mask-module-option.patch
    M package/mac80211/patches/810-b43_no_pio.patch
    M package/mac80211/patches/820-b43-add-antenna-control.patch
    M package/mac80211/patches/830-b43-workaround-pcie-bcm4716.patch
    M package/mac80211/patches/849-brcmsmac-add-device-found-on-some-SoCs-like-the-bcm4.patch
    M package/mac80211/patches/851-brcmsmac-start-adding-support-for-core-rev-28.patch

  Log Message:
  -----------
  mac80211: update to 2012-09-07, adds ath9k beacon fixes, mesh/adhoc fixes, and more

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33331 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: a069149927168e060e2a4f144826356a5fd24ed9
      https://github.com/dtaht/Cerowrt-3.3/commit/a069149927168e060e2a4f144826356a5fd24ed9
  Author: nbd <nbd at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-08 (Sat, 08 Sep 2012)

  Changed paths:
    A package/mac80211/patches/565-ath9k_disable_paprd.patch

  Log Message:
  -----------
  ath9k: disable PA predistortion by default, since it has been reported to reduce rx sensitivity on some devices (#12135)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33332 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: c0c235b52cb94c65220a03f28fe03bf989e0c995
      https://github.com/dtaht/Cerowrt-3.3/commit/c0c235b52cb94c65220a03f28fe03bf989e0c995
  Author: nbd <nbd at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-08 (Sat, 08 Sep 2012)

  Changed paths:
    M package/mac80211/Makefile

  Log Message:
  -----------
  mac80211: bump PKG_RELEASE

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33333 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 6f0a45267a42810d00e5c2f4aedf65877a772866
      https://github.com/dtaht/Cerowrt-3.3/commit/6f0a45267a42810d00e5c2f4aedf65877a772866
  Author: juhosg <juhosg at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-08 (Sat, 08 Sep 2012)

  Changed paths:
    M target/linux/ar71xx/patches-3.3/406-mtd-m25p80-allow-to-specify-max-read-size.patch
    M target/linux/ar71xx/patches-3.3/407-mtd-m25p80-allow-to-pass-probe-types-via-platform-data.patch
    M target/linux/ar71xx/patches-3.3/412-mtd-m25p80-zero-partition-parser-data.patch
    M target/linux/ar71xx/patches-3.3/430-drivers-link-spi-before-mtd.patch
    M target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch
    M target/linux/ar71xx/patches-3.3/612-ALL0315N-support.patch

  Log Message:
  -----------
  ar71xx: refresh kernel patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33334 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 41be3a0bd3c75498ef641c1611201e18cb94150c
      https://github.com/dtaht/Cerowrt-3.3/commit/41be3a0bd3c75498ef641c1611201e18cb94150c
  Author: juhosg <juhosg at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-08 (Sat, 08 Sep 2012)

  Changed paths:
    A target/linux/ar71xx/patches-3.3/137-MIPS-ath79-fix-CPU-DDR-frequency-calculation-for-SRI.patch
    M target/linux/ar71xx/patches-3.3/160-MIPS-ath79-add-early-printk-support-for-the-QCA955X-.patch
    M target/linux/ar71xx/patches-3.3/161-MIPS-ath79-add-SoC-detection-code-for-the-QCA9558-So.patch
    M target/linux/ar71xx/patches-3.3/162-MIPS-ath79-add-clock-setup-for-the-QCA955X-SoCs.patch
    M target/linux/ar71xx/patches-3.3/163-MIPS-ath79-add-IRQ-handling-code-for-the-QCA955X-SoC.patch
    M target/linux/ar71xx/patches-3.3/164-MIPS-ath79-add-GPIO-setup-code-for-the-QCA955X-SoCs.patch
    M target/linux/ar71xx/patches-3.3/167-MIPS-ath79-add-USB-controller-registration-code-for-.patch
    M target/linux/ar71xx/patches-3.3/168-MIPS-ath79-add-WMAC-registration-code-for-the-QCA955.patch
    M target/linux/ar71xx/patches-3.3/170-MIPS-ath79-add-PCI-controller-registration-code-for-.patch
    M target/linux/ar71xx/patches-3.3/601-MIPS-ath79-add-more-register-defines.patch
    M target/linux/ar71xx/patches-3.3/620-MIPS-ath79-OTP-support.patch

  Log Message:
  -----------
  ar71xx: fix CPU/DDR frequency calculation for SRIF PLLs on AR934x

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33335 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 7140f95359d7444bba6c81a6687f7200a7230876
      https://github.com/dtaht/Cerowrt-3.3/commit/7140f95359d7444bba6c81a6687f7200a7230876
  Author: Dave Taht <dave.taht at bufferbloat.net>
  Date:   2012-09-08 (Sat, 08 Sep 2012)

  Changed paths:
    M package/mac80211/Makefile
    M package/mac80211/patches/001-disable_b44.patch
    M package/mac80211/patches/002-disable_rfkill.patch
    M package/mac80211/patches/003-disable_bt.patch
    M package/mac80211/patches/005-disable_ssb_build.patch
    M package/mac80211/patches/006-disable_bcma_build.patch
    M package/mac80211/patches/007-remove_misc_drivers.patch
    M package/mac80211/patches/008-disable_mesh.patch
    M package/mac80211/patches/009-remove_mac80211_module_dependence.patch
    M package/mac80211/patches/010-no_pcmcia.patch
    M package/mac80211/patches/011-no_sdio.patch
    M package/mac80211/patches/013-disable_b43_nphy.patch
    M package/mac80211/patches/015-remove-rt2x00-options.patch
    M package/mac80211/patches/016-remove_pid_algo.patch
    M package/mac80211/patches/017-remove_ath9k_rc.patch
    M package/mac80211/patches/019-remove_ath5k_pci_option.patch
    M package/mac80211/patches/022-remove_crc8_and_cordic.patch
    M package/mac80211/patches/023-ath9k_disable_btcoex.patch
    M package/mac80211/patches/050-compat_firmware.patch
    M package/mac80211/patches/060-compat_add_module_pci_driver.patch
    M package/mac80211/patches/070-disable_codel.patch
    M package/mac80211/patches/100-disable_pcmcia_compat.patch
    M package/mac80211/patches/110-disable_usb_compat.patch
    R package/mac80211/patches/120-pr_fmt_warnings.patch
    M package/mac80211/patches/130-mesh_pathtbl_backport.patch
    M package/mac80211/patches/300-pending_work.patch
    M package/mac80211/patches/405-regd_no_assoc_hints.patch
    M package/mac80211/patches/411-ath5k_allow_adhoc_and_ap.patch
    M package/mac80211/patches/412-mac80211_allow_adhoc_and_ap.patch
    M package/mac80211/patches/440-ath5k_channel_bw_debugfs.patch
    M package/mac80211/patches/501-ath9k-eeprom_endianess.patch
    M package/mac80211/patches/510-ath9k_intr_mitigation_tweak.patch
    M package/mac80211/patches/512-ath9k_channelbw_debugfs.patch
    M package/mac80211/patches/513-mac80211_reduce_txqueuelen.patch
    M package/mac80211/patches/520-mac80211_cur_txpower.patch
    M package/mac80211/patches/521-ath9k_cur_txpower.patch
    M package/mac80211/patches/522-ath9k_per_chain_signal_strength.patch
    M package/mac80211/patches/540-ath9k_extra_leds.patch
    M package/mac80211/patches/550-mac80211_optimize_mcs_rate_mask.patch
    M package/mac80211/patches/562-ath9k_add_idle_hack.patch
    A package/mac80211/patches/564-ath9k_debugfs_diag.patch
    R package/mac80211/patches/564-ath9k_remove_imr_mib.patch
    A package/mac80211/patches/565-ath9k_disable_paprd.patch
    R package/mac80211/patches/570-mac80211_tx_status_crash.patch
    M package/mac80211/patches/603-rt2x00-introduce-rt2x00eeprom.patch
    M package/mac80211/patches/605-rt2x00-pci-eeprom.patch
    M package/mac80211/patches/608-add_platform_data_mac_addr.patch
    M package/mac80211/patches/620-rt2x00-support-rt3352.patch
    M package/mac80211/patches/700-mwl8k-missing-pci-id-for-WNR854T.patch
    M package/mac80211/patches/800-b43-gpio-mask-module-option.patch
    M package/mac80211/patches/810-b43_no_pio.patch
    M package/mac80211/patches/820-b43-add-antenna-control.patch
    M package/mac80211/patches/830-b43-workaround-pcie-bcm4716.patch
    M package/mac80211/patches/849-brcmsmac-add-device-found-on-some-SoCs-like-the-bcm4.patch
    M package/mac80211/patches/851-brcmsmac-start-adding-support-for-core-rev-28.patch
    A target/linux/ar71xx/patches-3.3/137-MIPS-ath79-fix-CPU-DDR-frequency-calculation-for-SRI.patch
    M target/linux/ar71xx/patches-3.3/160-MIPS-ath79-add-early-printk-support-for-the-QCA955X-.patch
    M target/linux/ar71xx/patches-3.3/161-MIPS-ath79-add-SoC-detection-code-for-the-QCA9558-So.patch
    M target/linux/ar71xx/patches-3.3/162-MIPS-ath79-add-clock-setup-for-the-QCA955X-SoCs.patch
    M target/linux/ar71xx/patches-3.3/163-MIPS-ath79-add-IRQ-handling-code-for-the-QCA955X-SoC.patch
    M target/linux/ar71xx/patches-3.3/164-MIPS-ath79-add-GPIO-setup-code-for-the-QCA955X-SoCs.patch
    M target/linux/ar71xx/patches-3.3/167-MIPS-ath79-add-USB-controller-registration-code-for-.patch
    M target/linux/ar71xx/patches-3.3/168-MIPS-ath79-add-WMAC-registration-code-for-the-QCA955.patch
    M target/linux/ar71xx/patches-3.3/170-MIPS-ath79-add-PCI-controller-registration-code-for-.patch
    M target/linux/ar71xx/patches-3.3/406-mtd-m25p80-allow-to-specify-max-read-size.patch
    M target/linux/ar71xx/patches-3.3/407-mtd-m25p80-allow-to-pass-probe-types-via-platform-data.patch
    M target/linux/ar71xx/patches-3.3/412-mtd-m25p80-zero-partition-parser-data.patch
    M target/linux/ar71xx/patches-3.3/430-drivers-link-spi-before-mtd.patch
    M target/linux/ar71xx/patches-3.3/601-MIPS-ath79-add-more-register-defines.patch
    M target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch
    M target/linux/ar71xx/patches-3.3/612-ALL0315N-support.patch
    M target/linux/ar71xx/patches-3.3/620-MIPS-ath79-OTP-support.patch
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/clock.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/irq.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/pci.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/timer.c
    M target/linux/mcs814x/files-3.3/drivers/char/hw_random/mcs814x-rng.c
    M target/linux/mcs814x/files-3.3/drivers/gpio/gpio-mcs814x.c
    M target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/nuport_mac.c
    M target/linux/mcs814x/files-3.3/drivers/watchdog/mcs814x_wdt.c

  Log Message:
  -----------
  Merge branch 'master' of git://nbd.name/openwrt


  Commit: 1c5485bfd1cc2517f4ea1170e04ef3e109a13740
      https://github.com/dtaht/Cerowrt-3.3/commit/1c5485bfd1cc2517f4ea1170e04ef3e109a13740
  Author: Dave Taht <dave.taht at bufferbloat.net>
  Date:   2012-09-08 (Sat, 08 Sep 2012)

  Changed paths:
    M package/mac80211/Makefile
    M package/mac80211/patches/001-disable_b44.patch
    M package/mac80211/patches/002-disable_rfkill.patch
    M package/mac80211/patches/003-disable_bt.patch
    M package/mac80211/patches/005-disable_ssb_build.patch
    M package/mac80211/patches/006-disable_bcma_build.patch
    M package/mac80211/patches/007-remove_misc_drivers.patch
    M package/mac80211/patches/008-disable_mesh.patch
    M package/mac80211/patches/009-remove_mac80211_module_dependence.patch
    M package/mac80211/patches/010-no_pcmcia.patch
    M package/mac80211/patches/011-no_sdio.patch
    M package/mac80211/patches/013-disable_b43_nphy.patch
    M package/mac80211/patches/015-remove-rt2x00-options.patch
    M package/mac80211/patches/016-remove_pid_algo.patch
    M package/mac80211/patches/017-remove_ath9k_rc.patch
    M package/mac80211/patches/019-remove_ath5k_pci_option.patch
    M package/mac80211/patches/022-remove_crc8_and_cordic.patch
    M package/mac80211/patches/023-ath9k_disable_btcoex.patch
    M package/mac80211/patches/050-compat_firmware.patch
    M package/mac80211/patches/060-compat_add_module_pci_driver.patch
    M package/mac80211/patches/070-disable_codel.patch
    M package/mac80211/patches/100-disable_pcmcia_compat.patch
    M package/mac80211/patches/110-disable_usb_compat.patch
    R package/mac80211/patches/120-pr_fmt_warnings.patch
    M package/mac80211/patches/130-mesh_pathtbl_backport.patch
    M package/mac80211/patches/300-pending_work.patch
    M package/mac80211/patches/405-regd_no_assoc_hints.patch
    M package/mac80211/patches/411-ath5k_allow_adhoc_and_ap.patch
    M package/mac80211/patches/412-mac80211_allow_adhoc_and_ap.patch
    M package/mac80211/patches/440-ath5k_channel_bw_debugfs.patch
    M package/mac80211/patches/501-ath9k-eeprom_endianess.patch
    M package/mac80211/patches/510-ath9k_intr_mitigation_tweak.patch
    M package/mac80211/patches/512-ath9k_channelbw_debugfs.patch
    M package/mac80211/patches/513-mac80211_reduce_txqueuelen.patch
    M package/mac80211/patches/520-mac80211_cur_txpower.patch
    M package/mac80211/patches/521-ath9k_cur_txpower.patch
    M package/mac80211/patches/522-ath9k_per_chain_signal_strength.patch
    M package/mac80211/patches/540-ath9k_extra_leds.patch
    M package/mac80211/patches/550-mac80211_optimize_mcs_rate_mask.patch
    M package/mac80211/patches/562-ath9k_add_idle_hack.patch
    A package/mac80211/patches/564-ath9k_debugfs_diag.patch
    R package/mac80211/patches/564-ath9k_remove_imr_mib.patch
    A package/mac80211/patches/565-ath9k_disable_paprd.patch
    R package/mac80211/patches/570-mac80211_tx_status_crash.patch
    M package/mac80211/patches/603-rt2x00-introduce-rt2x00eeprom.patch
    M package/mac80211/patches/605-rt2x00-pci-eeprom.patch
    M package/mac80211/patches/608-add_platform_data_mac_addr.patch
    M package/mac80211/patches/620-rt2x00-support-rt3352.patch
    M package/mac80211/patches/700-mwl8k-missing-pci-id-for-WNR854T.patch
    M package/mac80211/patches/800-b43-gpio-mask-module-option.patch
    M package/mac80211/patches/810-b43_no_pio.patch
    M package/mac80211/patches/820-b43-add-antenna-control.patch
    M package/mac80211/patches/830-b43-workaround-pcie-bcm4716.patch
    M package/mac80211/patches/849-brcmsmac-add-device-found-on-some-SoCs-like-the-bcm4.patch
    M package/mac80211/patches/851-brcmsmac-start-adding-support-for-core-rev-28.patch
    A target/linux/ar71xx/patches-3.3/137-MIPS-ath79-fix-CPU-DDR-frequency-calculation-for-SRI.patch
    M target/linux/ar71xx/patches-3.3/160-MIPS-ath79-add-early-printk-support-for-the-QCA955X-.patch
    M target/linux/ar71xx/patches-3.3/161-MIPS-ath79-add-SoC-detection-code-for-the-QCA9558-So.patch
    M target/linux/ar71xx/patches-3.3/162-MIPS-ath79-add-clock-setup-for-the-QCA955X-SoCs.patch
    M target/linux/ar71xx/patches-3.3/163-MIPS-ath79-add-IRQ-handling-code-for-the-QCA955X-SoC.patch
    M target/linux/ar71xx/patches-3.3/164-MIPS-ath79-add-GPIO-setup-code-for-the-QCA955X-SoCs.patch
    M target/linux/ar71xx/patches-3.3/167-MIPS-ath79-add-USB-controller-registration-code-for-.patch
    M target/linux/ar71xx/patches-3.3/168-MIPS-ath79-add-WMAC-registration-code-for-the-QCA955.patch
    M target/linux/ar71xx/patches-3.3/170-MIPS-ath79-add-PCI-controller-registration-code-for-.patch
    M target/linux/ar71xx/patches-3.3/406-mtd-m25p80-allow-to-specify-max-read-size.patch
    M target/linux/ar71xx/patches-3.3/407-mtd-m25p80-allow-to-pass-probe-types-via-platform-data.patch
    M target/linux/ar71xx/patches-3.3/412-mtd-m25p80-zero-partition-parser-data.patch
    M target/linux/ar71xx/patches-3.3/430-drivers-link-spi-before-mtd.patch
    M target/linux/ar71xx/patches-3.3/601-MIPS-ath79-add-more-register-defines.patch
    M target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch
    M target/linux/ar71xx/patches-3.3/612-ALL0315N-support.patch
    M target/linux/ar71xx/patches-3.3/620-MIPS-ath79-OTP-support.patch
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/clock.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/irq.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/pci.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/timer.c
    M target/linux/mcs814x/files-3.3/drivers/char/hw_random/mcs814x-rng.c
    M target/linux/mcs814x/files-3.3/drivers/gpio/gpio-mcs814x.c
    M target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/nuport_mac.c
    M target/linux/mcs814x/files-3.3/drivers/watchdog/mcs814x_wdt.c

  Log Message:
  -----------
  Merge branch 'master' of /home/cero1/src/openwrt


  Commit: 6142d590e33636eab99451f026fbb88161031ae0
      https://github.com/dtaht/Cerowrt-3.3/commit/6142d590e33636eab99451f026fbb88161031ae0
  Author: juhosg <juhosg at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-08 (Sat, 08 Sep 2012)

  Changed paths:
    M target/linux/ar71xx/config-3.3
    A target/linux/ar71xx/patches-3.3/310-lib-add-rle-decompression.patch

  Log Message:
  -----------
  ar71xx: add library code for RLE decoding

It will be used for the MikroTik boards.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33337 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 3868d762d1b46f049241b3a7c88524b4e4f01ce1
      https://github.com/dtaht/Cerowrt-3.3/commit/3868d762d1b46f049241b3a7c88524b4e4f01ce1
  Author: juhosg <juhosg at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-08 (Sat, 08 Sep 2012)

  Changed paths:
    M target/linux/ar71xx/config-3.3
    M target/linux/ar71xx/files/arch/mips/ath79/mach-rb750.c
    M target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch
    M target/linux/ar71xx/patches-3.3/611-TEW-712BR-support.patch

  Log Message:
  -----------
  ar71xx: use the RLE library for RB751

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33338 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 5e5c7d5aa1f5a63b3c514783336504508d78d552
      https://github.com/dtaht/Cerowrt-3.3/commit/5e5c7d5aa1f5a63b3c514783336504508d78d552
  Author: jogo <jogo at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-09 (Sun, 09 Sep 2012)

  Changed paths:
    M target/linux/brcm63xx/patches-3.3/202-MTD-DEVICES-m25p80-use-parsers-if-provided-in-flash-.patch
    M target/linux/brcm63xx/patches-3.3/203-MTD-DEVICES-m25p80-add-support-for-limiting-reads.patch
    M target/linux/brcm63xx/patches-3.3/432-BCM63XX-allow-providing-fixup-data-in-board-data.patch
    M target/linux/brcm63xx/patches-3.3/433-MTD-m25p80-allow-passing-pp_data.patch
    M target/linux/brcm63xx/patches-3.3/550-alice_gate2_leds.patch
    M target/linux/brcm63xx/patches-3.3/801-ssb_export_fallback_sprom.patch

  Log Message:
  -----------
  bcm63xx: fix WPS button polarity for Alice Gate VoIP 2 + Wifi

Fixes booting the device with button hotplug enabled (#10785).

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33340 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 38ca354cccec484bd62b89c5958c729a04215460
      https://github.com/dtaht/Cerowrt-3.3/commit/38ca354cccec484bd62b89c5958c729a04215460
  Author: juhosg <juhosg at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-09 (Sun, 09 Sep 2012)

  Changed paths:
    M target/linux/adm5120/files/arch/mips/adm5120/prom/routerboot.c
    M target/linux/adm5120/files/arch/mips/include/asm/mach-adm5120/prom/routerboot.h
    A target/linux/generic/files/include/linux/routerboot.h

  Log Message:
  -----------
  adm5120: move common routerboot definitions into a separate header file

Those will be used on the ar71xx platform as well.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33341 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: c4b6e540e4557e10b9f0823caa00cd3e86261902
      https://github.com/dtaht/Cerowrt-3.3/commit/c4b6e540e4557e10b9f0823caa00cd3e86261902
  Author: juhosg <juhosg at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-09 (Sun, 09 Sep 2012)

  Changed paths:
    M target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h
    M target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_mdio.c

  Log Message:
  -----------
  ar71xx: add dynamic MDIO clock calculation

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33342 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 527f8049cd8db420e785450dda1eeaad2020ca5d
      https://github.com/dtaht/Cerowrt-3.3/commit/527f8049cd8db420e785450dda1eeaad2020ca5d
  Author: juhosg <juhosg at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-09 (Sun, 09 Sep 2012)

  Changed paths:
    M target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
    M target/linux/ar71xx/patches-3.3/601-MIPS-ath79-add-more-register-defines.patch

  Log Message:
  -----------
  ar71xx: use dynamic clock dividers on the 2nd MDIO of AR934x

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33343 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 775e69dfac39aed3ac55f98e1aec227eb0987958
      https://github.com/dtaht/Cerowrt-3.3/commit/775e69dfac39aed3ac55f98e1aec227eb0987958
  Author: juhosg <juhosg at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-09 (Sun, 09 Sep 2012)

  Changed paths:
    M target/linux/ar71xx/base-files/etc/uci-defaults/network
    M target/linux/ar71xx/base-files/lib/ar71xx.sh
    M target/linux/ar71xx/config-3.3
    A target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c
    A target/linux/ar71xx/patches-3.3/613-RB2011-support.patch

  Log Message:
  -----------
  ar71xx: add preliminary support for Mikrotik RB2011L

This patch adds preliminary support for the Mikrotik RB2011L.
The NAND flash is not yet supported, so only the initramfs
kernel can be used for now.

[juhosg: remove unnecessary PCI/USB related stuff, the board
does not use that, update commit message]

Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33344 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 4834938a89b3cd256080c7d46fdd91321d2972f6
      https://github.com/dtaht/Cerowrt-3.3/commit/4834938a89b3cd256080c7d46fdd91321d2972f6
  Author: juhosg <juhosg at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-09 (Sun, 09 Sep 2012)

  Changed paths:
    M target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c

  Log Message:
  -----------
  ar71xx: define MTD partitions for RB2011

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33345 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 2622bc18dadfa5c1bea3cf7b851ca1117e8538aa
      https://github.com/dtaht/Cerowrt-3.3/commit/2622bc18dadfa5c1bea3cf7b851ca1117e8538aa
  Author: juhosg <juhosg at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-09 (Sun, 09 Sep 2012)

  Changed paths:
    M target/linux/generic/files/include/linux/routerboot.h

  Log Message:
  -----------
  generic add WLAN calibration data ID to routerboot.h

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33346 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: d0d14675bbada70be4570e1268e67bade699f160
      https://github.com/dtaht/Cerowrt-3.3/commit/d0d14675bbada70be4570e1268e67bade699f160
  Author: juhosg <juhosg at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-09 (Sun, 09 Sep 2012)

  Changed paths:
    M target/linux/ar71xx/config-3.3
    A target/linux/ar71xx/files/arch/mips/ath79/routerboot.c
    A target/linux/ar71xx/files/arch/mips/ath79/routerboot.h
    M target/linux/ar71xx/patches-3.3/602-MIPS-ath79-add-openwrt-stuff.patch
    M target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch
    M target/linux/ar71xx/patches-3.3/611-TEW-712BR-support.patch
    M target/linux/ar71xx/patches-3.3/612-ALL0315N-support.patch
    M target/linux/ar71xx/patches-3.3/613-RB2011-support.patch

  Log Message:
  -----------
  ar71xx: add RouterBoot related helper routines

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33347 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 25dbd4639ca6d63d46ac1fa0a50ff76ff2b05cb2
      https://github.com/dtaht/Cerowrt-3.3/commit/25dbd4639ca6d63d46ac1fa0a50ff76ff2b05cb2
  Author: juhosg <juhosg at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-09 (Sun, 09 Sep 2012)

  Changed paths:
    M target/linux/ar71xx/config-3.3
    M target/linux/ar71xx/files/arch/mips/ath79/mach-rb750.c
    M target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch
    M target/linux/ar71xx/patches-3.3/611-TEW-712BR-support.patch
    M target/linux/ar71xx/patches-3.3/613-RB2011-support.patch

  Log Message:
  -----------
  ar71xx: use routerboot_find_tag to find wlan data offset on RB751

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33348 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 4b7be33ba519fa740cf5f9f0c89ba8f5e9983df6
      https://github.com/dtaht/Cerowrt-3.3/commit/4b7be33ba519fa740cf5f9f0c89ba8f5e9983df6
  Author: juhosg <juhosg at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-09 (Sun, 09 Sep 2012)

  Changed paths:
    M target/linux/ar71xx/base-files/etc/uci-defaults/network
    M target/linux/ar71xx/base-files/lib/ar71xx.sh
    M target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c
    A target/linux/ar71xx/patches-3.3/614-MIPS-ath79-rb2011uas-2hnd-support.patch

  Log Message:
  -----------
  ar71xx: add initial support for RB2011UAS-2HnD

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33349 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 7bf316150093392b33e0764d3843d23dcd92120e
      https://github.com/dtaht/Cerowrt-3.3/commit/7bf316150093392b33e0764d3843d23dcd92120e
  Author: jow <jow at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-09 (Sun, 09 Sep 2012)

  Changed paths:
    M package/comgt/Makefile
    M package/comgt/files/3g.usb

  Log Message:
  -----------
  [package] comgt: fix 3g redialling if dongle is physically reattached (#11567, #12008)


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33350 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: f78b4e105467f9df9ca6f8656fdf2691c001a760
      https://github.com/dtaht/Cerowrt-3.3/commit/f78b4e105467f9df9ca6f8656fdf2691c001a760
  Author: jow <jow at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-09 (Sun, 09 Sep 2012)

  Changed paths:
    M include/host-build.mk
    M rules.mk

  Log Message:
  -----------
  [buildroot] do not pass optimization flags in HOST_CPPFLAGS (#12153)


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33351 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 20856122c50ff0a2f447061e9ad512c4f0be3274
      https://github.com/dtaht/Cerowrt-3.3/commit/20856122c50ff0a2f447061e9ad512c4f0be3274
  Author: jow <jow at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-09 (Sun, 09 Sep 2012)

  Changed paths:
    M target/linux/ar71xx/nand/profiles/02-ath5k.mk

  Log Message:
  -----------
  [ar71xx] fix description of nand/Ath5k profile (#12149)


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33352 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 79cadaa2aaaa7a6be76e6bee1e281475fbaa8fff
      https://github.com/dtaht/Cerowrt-3.3/commit/79cadaa2aaaa7a6be76e6bee1e281475fbaa8fff
  Author: jow <jow at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-09 (Sun, 09 Sep 2012)

  Changed paths:
    M scripts/bundle-libraries.sh

  Log Message:
  -----------
  [scripts] fix library bundling when host libraries reside in /lib/tls/ or similar


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33353 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 405e94ce4242a77d650e1776b7c205e7cece3cf8
      https://github.com/dtaht/Cerowrt-3.3/commit/405e94ce4242a77d650e1776b7c205e7cece3cf8
  Author: florian <florian at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-10 (Mon, 10 Sep 2012)

  Changed paths:
    A target/linux/generic/patches-3.3/140-ixp4xx_hss_module_h_include.patch

  Log Message:
  -----------
  [generic] fix ixp4xx_hss build failure (#12162)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33356 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 1fc290f2e3fe2529f5f48b6a070516ed4edd3ea4
      https://github.com/dtaht/Cerowrt-3.3/commit/1fc290f2e3fe2529f5f48b6a070516ed4edd3ea4
  Author: jow <jow at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-10 (Mon, 10 Sep 2012)

  Changed paths:
    M package/block-mount/Makefile
    M package/block-mount/files/40-mount

  Log Message:
  -----------
  [package] block-mount: additionally try to umount disk by mountpoint (#12056)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33357 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: ea689bc52eb353b1d5bb92be1110a491f2072c40
      https://github.com/dtaht/Cerowrt-3.3/commit/ea689bc52eb353b1d5bb92be1110a491f2072c40
  Author: jow <jow at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-10 (Mon, 10 Sep 2012)

  Changed paths:
    M package/hostapd/Makefile
    M package/hostapd/files/hostapd.sh

  Log Message:
  -----------
  [package] hostapd: introduce new default-off option "auth_cache" which controls PMKSA and Opportunistic Key Caching (#12129)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33359 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: e1ee097247287ddcec6559db1e84e63ccf268b8a
      https://github.com/dtaht/Cerowrt-3.3/commit/e1ee097247287ddcec6559db1e84e63ccf268b8a
  Author: juhosg <juhosg at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-10 (Mon, 10 Sep 2012)

  Changed paths:
    M target/linux/ar71xx/patches-3.3/167-MIPS-ath79-add-USB-controller-registration-code-for-.patch
    M target/linux/ar71xx/patches-3.3/168-MIPS-ath79-add-WMAC-registration-code-for-the-QCA955.patch
    M target/linux/ar71xx/patches-3.3/601-MIPS-ath79-add-more-register-defines.patch

  Log Message:
  -----------
  ar71xx: fix QCA955X_EHCI_SIZE

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33360 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 29f447b9fd21fe0912cecfa6f2ff2bf229820564
      https://github.com/dtaht/Cerowrt-3.3/commit/29f447b9fd21fe0912cecfa6f2ff2bf229820564
  Author: juhosg <juhosg at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-10 (Mon, 10 Sep 2012)

  Changed paths:
    M target/linux/ar71xx/patches-3.3/162-MIPS-ath79-add-clock-setup-for-the-QCA955X-SoCs.patch

  Log Message:
  -----------
  ar71xx: use correct fractional dividers for {CPU,DDR}_PLL on QCA955x

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33362 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: c96bed78c26ada229919116173e602f50e3ff8c9
      https://github.com/dtaht/Cerowrt-3.3/commit/c96bed78c26ada229919116173e602f50e3ff8c9
  Author: hauke <hauke at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-11 (Tue, 11 Sep 2012)

  Changed paths:
    M target/linux/brcm47xx/config-3.3

  Log Message:
  -----------
  [brcm47xx]: add gpio sysfs entries

This fixes #10256


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33369 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 95cfc6ea8c36cfccd312e5a90583faf263e7d29d
      https://github.com/dtaht/Cerowrt-3.3/commit/95cfc6ea8c36cfccd312e5a90583faf263e7d29d
  Author: jow <jow at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-09-12 (Wed, 12 Sep 2012)

  Changed paths:
    M package/mountd/Makefile
    M package/mountd/files/mountd.init
    A package/mountd/patches/040-optional-daemonize.patch

  Log Message:
  -----------
  [package] mountd: add "-f" option to not daemonize mountd, use service wrappers in init script

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33378 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: b58b5d82237959e3cbbe426f54113a026173af71
      https://github.com/dtaht/Cerowrt-3.3/commit/b58b5d82237959e3cbbe426f54113a026173af71
  Author: Dave Taht <dave.taht at bufferbloat.net>
  Date:   2012-09-12 (Wed, 12 Sep 2012)

  Changed paths:
    M include/host-build.mk
    M package/block-mount/Makefile
    M package/block-mount/files/40-mount
    M package/comgt/Makefile
    M package/comgt/files/3g.usb
    M package/hostapd/Makefile
    M package/hostapd/files/hostapd.sh
    M package/mountd/Makefile
    M package/mountd/files/mountd.init
    A package/mountd/patches/040-optional-daemonize.patch
    M rules.mk
    M scripts/bundle-libraries.sh
    M target/linux/adm5120/files/arch/mips/adm5120/prom/routerboot.c
    M target/linux/adm5120/files/arch/mips/include/asm/mach-adm5120/prom/routerboot.h
    M target/linux/ar71xx/base-files/etc/uci-defaults/network
    M target/linux/ar71xx/base-files/lib/ar71xx.sh
    M target/linux/ar71xx/config-3.3
    M target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
    A target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c
    M target/linux/ar71xx/files/arch/mips/ath79/mach-rb750.c
    A target/linux/ar71xx/files/arch/mips/ath79/routerboot.c
    A target/linux/ar71xx/files/arch/mips/ath79/routerboot.h
    M target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h
    M target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_mdio.c
    M target/linux/ar71xx/nand/profiles/02-ath5k.mk
    M target/linux/ar71xx/patches-3.3/162-MIPS-ath79-add-clock-setup-for-the-QCA955X-SoCs.patch
    M target/linux/ar71xx/patches-3.3/167-MIPS-ath79-add-USB-controller-registration-code-for-.patch
    M target/linux/ar71xx/patches-3.3/168-MIPS-ath79-add-WMAC-registration-code-for-the-QCA955.patch
    A target/linux/ar71xx/patches-3.3/310-lib-add-rle-decompression.patch
    M target/linux/ar71xx/patches-3.3/601-MIPS-ath79-add-more-register-defines.patch
    M target/linux/ar71xx/patches-3.3/602-MIPS-ath79-add-openwrt-stuff.patch
    M target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch
    M target/linux/ar71xx/patches-3.3/611-TEW-712BR-support.patch
    M target/linux/ar71xx/patches-3.3/612-ALL0315N-support.patch
    A target/linux/ar71xx/patches-3.3/613-RB2011-support.patch
    A target/linux/ar71xx/patches-3.3/614-MIPS-ath79-rb2011uas-2hnd-support.patch
    M target/linux/brcm47xx/config-3.3
    M target/linux/brcm63xx/patches-3.3/202-MTD-DEVICES-m25p80-use-parsers-if-provided-in-flash-.patch
    M target/linux/brcm63xx/patches-3.3/203-MTD-DEVICES-m25p80-add-support-for-limiting-reads.patch
    M target/linux/brcm63xx/patches-3.3/432-BCM63XX-allow-providing-fixup-data-in-board-data.patch
    M target/linux/brcm63xx/patches-3.3/433-MTD-m25p80-allow-passing-pp_data.patch
    M target/linux/brcm63xx/patches-3.3/550-alice_gate2_leds.patch
    M target/linux/brcm63xx/patches-3.3/801-ssb_export_fallback_sprom.patch
    A target/linux/generic/files/include/linux/routerboot.h
    A target/linux/generic/patches-3.3/140-ixp4xx_hss_module_h_include.patch

  Log Message:
  -----------
  Merge branch 'master' of git://nbd.name/openwrt


  Commit: c34dea70c0e62ff9cad1cbda3d073374768be2b1
      https://github.com/dtaht/Cerowrt-3.3/commit/c34dea70c0e62ff9cad1cbda3d073374768be2b1
  Author: Dave Taht <dave.taht at bufferbloat.net>
  Date:   2012-09-12 (Wed, 12 Sep 2012)

  Changed paths:
    M include/host-build.mk
    M package/block-mount/Makefile
    M package/block-mount/files/40-mount
    M package/comgt/Makefile
    M package/comgt/files/3g.usb
    M package/hostapd/Makefile
    M package/hostapd/files/hostapd.sh
    M package/mountd/Makefile
    M package/mountd/files/mountd.init
    A package/mountd/patches/040-optional-daemonize.patch
    M rules.mk
    M scripts/bundle-libraries.sh
    M target/linux/adm5120/files/arch/mips/adm5120/prom/routerboot.c
    M target/linux/adm5120/files/arch/mips/include/asm/mach-adm5120/prom/routerboot.h
    M target/linux/ar71xx/base-files/etc/uci-defaults/network
    M target/linux/ar71xx/base-files/lib/ar71xx.sh
    M target/linux/ar71xx/config-3.3
    M target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
    A target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c
    M target/linux/ar71xx/files/arch/mips/ath79/mach-rb750.c
    A target/linux/ar71xx/files/arch/mips/ath79/routerboot.c
    A target/linux/ar71xx/files/arch/mips/ath79/routerboot.h
    M target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h
    M target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_mdio.c
    M target/linux/ar71xx/nand/profiles/02-ath5k.mk
    M target/linux/ar71xx/patches-3.3/162-MIPS-ath79-add-clock-setup-for-the-QCA955X-SoCs.patch
    M target/linux/ar71xx/patches-3.3/167-MIPS-ath79-add-USB-controller-registration-code-for-.patch
    M target/linux/ar71xx/patches-3.3/168-MIPS-ath79-add-WMAC-registration-code-for-the-QCA955.patch
    A target/linux/ar71xx/patches-3.3/310-lib-add-rle-decompression.patch
    M target/linux/ar71xx/patches-3.3/601-MIPS-ath79-add-more-register-defines.patch
    M target/linux/ar71xx/patches-3.3/602-MIPS-ath79-add-openwrt-stuff.patch
    M target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch
    M target/linux/ar71xx/patches-3.3/611-TEW-712BR-support.patch
    M target/linux/ar71xx/patches-3.3/612-ALL0315N-support.patch
    A target/linux/ar71xx/patches-3.3/613-RB2011-support.patch
    A target/linux/ar71xx/patches-3.3/614-MIPS-ath79-rb2011uas-2hnd-support.patch
    M target/linux/brcm47xx/config-3.3
    M target/linux/brcm63xx/patches-3.3/202-MTD-DEVICES-m25p80-use-parsers-if-provided-in-flash-.patch
    M target/linux/brcm63xx/patches-3.3/203-MTD-DEVICES-m25p80-add-support-for-limiting-reads.patch
    M target/linux/brcm63xx/patches-3.3/432-BCM63XX-allow-providing-fixup-data-in-board-data.patch
    M target/linux/brcm63xx/patches-3.3/433-MTD-m25p80-allow-passing-pp_data.patch
    M target/linux/brcm63xx/patches-3.3/550-alice_gate2_leds.patch
    M target/linux/brcm63xx/patches-3.3/801-ssb_export_fallback_sprom.patch
    A target/linux/generic/files/include/linux/routerboot.h
    A target/linux/generic/patches-3.3/140-ixp4xx_hss_module_h_include.patch

  Log Message:
  -----------
  Merge branch 'master' of /home/cero1/src/openwrt


Compare: https://github.com/dtaht/Cerowrt-3.3/compare/d31d3faa0b7c...c34dea70c0e6


More information about the Cerowrt-commits mailing list