Historic archive of defunct list cerowrt-commits@lists.bufferbloat.net
 help / color / mirror / Atom feed
From: GitHub <noreply@github.com>
To: cerowrt-commits@bufferbloat.net
Subject: [dtaht/Cerowrt-3.3] f6a09e: [package] base-files: implement network_get_gatewa...
Date: Sun, 17 Jun 2012 15:41:11 -0700	[thread overview]
Message-ID: <4fde5d078f7c8_277718e1aec1605b2@sh3.rs.github.com.mail> (raw)

[-- Attachment #1: Type: text/plain, Size: 9683 bytes --]

  Branch: refs/heads/master
  Home:   https://github.com/dtaht/Cerowrt-3.3
  Commit: f6a09e69e9cb12ed7b4d06584def1a379bf610ea
      https://github.com/dtaht/Cerowrt-3.3/commit/f6a09e69e9cb12ed7b4d06584def1a379bf610ea
  Author: jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-17 (Sun, 17 Jun 2012)

  Changed paths:
    M package/base-files/Makefile
    M package/base-files/files/lib/functions/network.sh

  Log Message:
  -----------
  [package] base-files: implement network_get_gateway(), network_get_gateway6(), network_find_wan() and network_find_wan6() in /lib/functions/network.sh

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


  Commit: a17b7b615d1034d66ac86a9080c121868f95b3d4
      https://github.com/dtaht/Cerowrt-3.3/commit/a17b7b615d1034d66ac86a9080c121868f95b3d4
  Author: jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-17 (Sun, 17 Jun 2012)

  Changed paths:
    M package/6in4/Makefile
    M package/6in4/files/6in4.sh

  Log Message:
  -----------
  [package] 6in4: use network_find_wan() and network_get_iapddr() to find local ip, use json_get_vars() to read settings

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


  Commit: f065f868a466af772775a5e745ac00aa7084e3c5
      https://github.com/dtaht/Cerowrt-3.3/commit/f065f868a466af772775a5e745ac00aa7084e3c5
  Author: jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-17 (Sun, 17 Jun 2012)

  Changed paths:
    M package/6in4/files/6in4.sh

  Log Message:
  -----------
  [package] 6in4: change local4 option name back to ipaddr

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


  Commit: 87f93282397e50a44b773aa2ddef4658fc0938f3
      https://github.com/dtaht/Cerowrt-3.3/commit/87f93282397e50a44b773aa2ddef4658fc0938f3
  Author: jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-17 (Sun, 17 Jun 2012)

  Changed paths:
    M package/6to4/Makefile
    M package/6to4/files/6to4.sh

  Log Message:
  -----------
  [package] 6to4: use network_find_wan() and network_get_iapddr() to find local ip, use json_get_vars() to read settings

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


  Commit: e200a200fa5c3f7cec184fa8694125f824397daa
      https://github.com/dtaht/Cerowrt-3.3/commit/e200a200fa5c3f7cec184fa8694125f824397daa
  Author: jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-17 (Sun, 17 Jun 2012)

  Changed paths:
    M package/6in4/Makefile
    M package/6to4/Makefile

  Log Message:
  -----------
  [package] 6in4, 6to4: remove dependency on "ip"

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


  Commit: 4666e9b56d1d587f6cc55e6609ddcd7127d46035
      https://github.com/dtaht/Cerowrt-3.3/commit/4666e9b56d1d587f6cc55e6609ddcd7127d46035
  Author: florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-17 (Sun, 17 Jun 2012)

  Changed paths:
    A target/linux/brcm63xx/patches-3.3/016-spi-bcm63xx-fix-bcm6348-38.patch
    M target/linux/brcm63xx/patches-3.3/103-MIPS-BCM63XX-add-TRNG-peripheral-definitions.patch
    M target/linux/brcm63xx/patches-3.3/311-MIPS-BCM63XX-add-MISC-register-set-definition.patch
    M target/linux/brcm63xx/patches-3.3/316-MIPS-BCM63XX-Add-PCIe-register-set-definitions.patch
    M target/linux/brcm63xx/patches-3.3/419-SPI-MIPS-BCM63XX-Add-HS-SPI-driver.patch

  Log Message:
  -----------
  [brcm63xx] fix SPI message control handling for BCM6338/6348

BCM6338 and BCM6338 have their MSG_CONTROL register width of 8-bits instead of
16-bits. We were previously using a 16-bits write which corrupted the first
byte of the TX FIFO. Also the message type was always set to Full-duplex even
in the case of half-duplex messages.

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


  Commit: 8e43256e03c339d7da96238027e824bddd223ab2
      https://github.com/dtaht/Cerowrt-3.3/commit/8e43256e03c339d7da96238027e824bddd223ab2
  Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-17 (Sun, 17 Jun 2012)

  Changed paths:
    M tools/e2fsprogs/Makefile

  Log Message:
  -----------
  [tools] e2fsprogs: update to 1.42.4

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


  Commit: bc4b2189b6519c06e1db02c09b9e4140d00714c8
      https://github.com/dtaht/Cerowrt-3.3/commit/bc4b2189b6519c06e1db02c09b9e4140d00714c8
  Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-17 (Sun, 17 Jun 2012)

  Changed paths:
    M package/e2fsprogs/Makefile

  Log Message:
  -----------
  [package] e2fsprogs: update to 1.42.4

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


  Commit: ae67992a87e2b613fca7a5612c81721de2716ff1
      https://github.com/dtaht/Cerowrt-3.3/commit/ae67992a87e2b613fca7a5612c81721de2716ff1
  Author: acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-17 (Sun, 17 Jun 2012)

  Changed paths:
    M package/acx-mac80211/Makefile

  Log Message:
  -----------
  [package] acx-mac80211: Allow firmware downloading for more ACX1xx cards

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


  Commit: e51e3d76335a774f81483348c1ebebf5da912a7f
      https://github.com/dtaht/Cerowrt-3.3/commit/e51e3d76335a774f81483348c1ebebf5da912a7f
  Author: acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-17 (Sun, 17 Jun 2012)

  Changed paths:
    M package/acx-mac80211/Makefile
    R package/acx-mac80211/patches/003-build_as_modules.patch
    M package/acx-mac80211/patches/004-ratelimit_compile_fix.patch

  Log Message:
  -----------
  [package] acx-mac80211: Bump to v20120607

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


  Commit: 93c5b6eff68bafe621d311724cabc3a15b113ffa
      https://github.com/dtaht/Cerowrt-3.3/commit/93c5b6eff68bafe621d311724cabc3a15b113ffa
  Author: acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-17 (Sun, 17 Jun 2012)

  Changed paths:
    A package/acx-mac80211/patches/100-hw-queue-check-fix.patch

  Log Message:
  -----------
  [package] acx-mac80211: Add workaround for mac80211 hw-queue check

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


  Commit: 767678c987452df83bad8cd0af0074da956dd3b9
      https://github.com/dtaht/Cerowrt-3.3/commit/767678c987452df83bad8cd0af0074da956dd3b9
  Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-17 (Sun, 17 Jun 2012)

  Changed paths:
    M package/e2fsprogs/Makefile
    M tools/e2fsprogs/Makefile

  Log Message:
  -----------
  e2fsprogs: fix md5sum issue

md5sum from kernel.org and sourceforge.net are not the same

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


  Commit: 8ad97010135f9e6e7eb9aa312d7839a4a056e66c
      https://github.com/dtaht/Cerowrt-3.3/commit/8ad97010135f9e6e7eb9aa312d7839a4a056e66c
  Author: Dave Taht <dave.taht@bufferbloat.net>
  Date:   2012-06-17 (Sun, 17 Jun 2012)

  Changed paths:
    M package/6in4/Makefile
    M package/6in4/files/6in4.sh
    M package/6to4/Makefile
    M package/6to4/files/6to4.sh
    M package/acx-mac80211/Makefile
    R package/acx-mac80211/patches/003-build_as_modules.patch
    M package/acx-mac80211/patches/004-ratelimit_compile_fix.patch
    A package/acx-mac80211/patches/100-hw-queue-check-fix.patch
    M package/base-files/Makefile
    M package/base-files/files/lib/functions/network.sh
    M package/e2fsprogs/Makefile
    A target/linux/brcm63xx/patches-3.3/016-spi-bcm63xx-fix-bcm6348-38.patch
    M target/linux/brcm63xx/patches-3.3/103-MIPS-BCM63XX-add-TRNG-peripheral-definitions.patch
    M target/linux/brcm63xx/patches-3.3/311-MIPS-BCM63XX-add-MISC-register-set-definition.patch
    M target/linux/brcm63xx/patches-3.3/316-MIPS-BCM63XX-Add-PCIe-register-set-definitions.patch
    M target/linux/brcm63xx/patches-3.3/419-SPI-MIPS-BCM63XX-Add-HS-SPI-driver.patch
    M tools/e2fsprogs/Makefile

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


  Commit: 260e1240ea34a85049c0bd5c3ade4a884a605102
      https://github.com/dtaht/Cerowrt-3.3/commit/260e1240ea34a85049c0bd5c3ade4a884a605102
  Author: Dave Taht <dave.taht@bufferbloat.net>
  Date:   2012-06-17 (Sun, 17 Jun 2012)

  Changed paths:
    M package/6in4/Makefile
    M package/6in4/files/6in4.sh
    M package/6to4/Makefile
    M package/6to4/files/6to4.sh
    M package/acx-mac80211/Makefile
    R package/acx-mac80211/patches/003-build_as_modules.patch
    M package/acx-mac80211/patches/004-ratelimit_compile_fix.patch
    A package/acx-mac80211/patches/100-hw-queue-check-fix.patch
    M package/base-files/Makefile
    M package/base-files/files/lib/functions/network.sh
    M package/e2fsprogs/Makefile
    A target/linux/brcm63xx/patches-3.3/016-spi-bcm63xx-fix-bcm6348-38.patch
    M target/linux/brcm63xx/patches-3.3/103-MIPS-BCM63XX-add-TRNG-peripheral-definitions.patch
    M target/linux/brcm63xx/patches-3.3/311-MIPS-BCM63XX-add-MISC-register-set-definition.patch
    M target/linux/brcm63xx/patches-3.3/316-MIPS-BCM63XX-Add-PCIe-register-set-definitions.patch
    M target/linux/brcm63xx/patches-3.3/419-SPI-MIPS-BCM63XX-Add-HS-SPI-driver.patch
    M tools/e2fsprogs/Makefile

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


Compare: https://github.com/dtaht/Cerowrt-3.3/compare/5f3c2b205ffa...260e1240ea34

                 reply	other threads:[~2012-06-17 22:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4fde5d078f7c8_277718e1aec1605b2@sh3.rs.github.com.mail \
    --to=noreply@github.com \
    --cc=cerowrt-commits@bufferbloat.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox