Branch: refs/heads/master Home: https://github.com/dtaht/Cerowrt-3.3 Commit: 4360ecfaa758a40ba38447a897508b1935c6f8c3 https://github.com/dtaht/Cerowrt-3.3/commit/4360ecfaa758a40ba38447a897508b1935c6f8c3 Author: nbd Date: 2012-07-12 (Thu, 12 Jul 2012) Changed paths: M package/netifd/Makefile Log Message: ----------- 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32689 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: d61356769c07d3cc41bca553da8a0b9924d61fd0 https://github.com/dtaht/Cerowrt-3.3/commit/d61356769c07d3cc41bca553da8a0b9924d61fd0 Author: jow Date: 2012-07-13 (Fri, 13 Jul 2012) Changed paths: M package/uhttpd/Makefile M package/uhttpd/src/uhttpd-cgi.c M package/uhttpd/src/uhttpd-file.c M package/uhttpd/src/uhttpd-lua.c M package/uhttpd/src/uhttpd-utils.c M package/uhttpd/src/uhttpd-utils.h M package/uhttpd/src/uhttpd.c M package/uhttpd/src/uhttpd.h Log Message: ----------- [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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32704 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: eba9039331cd3621fba90eae5b10cd63db60e130 https://github.com/dtaht/Cerowrt-3.3/commit/eba9039331cd3621fba90eae5b10cd63db60e130 Author: nbd Date: 2012-07-13 (Fri, 13 Jul 2012) Changed paths: A package/mac80211/patches/575-ath9k_fix_25mhz_freq_sel.patch Log Message: ----------- ath9k: fix 5 ghz frequency selection on ar934x devices with 25 mhz refclock git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32705 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 8502617a6da157c77d406ad29089b26e3e6f0c13 https://github.com/dtaht/Cerowrt-3.3/commit/8502617a6da157c77d406ad29089b26e3e6f0c13 Author: nbd Date: 2012-07-13 (Fri, 13 Jul 2012) Changed paths: M tools/squashfs/Makefile M tools/squashfs4/Makefile Log Message: ----------- tools/squashfs(4): use $(HOSTCC) to avoid building with clang on recent mac os x. the clang build fails with some linker errors git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32706 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 062e1e37638340e9c321b1dcd5565d39b3843d29 https://github.com/dtaht/Cerowrt-3.3/commit/062e1e37638340e9c321b1dcd5565d39b3843d29 Author: nbd Date: 2012-07-14 (Sat, 14 Jul 2012) Changed paths: A package/mac80211/patches/576-ath9k_rx_dma_stop_check.patch Log Message: ----------- ath9k: add extra checks to reduce the amount of unnecessary rx dma related logspam git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32709 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: ae2e162a94aa321da1652c83023d72882e4fe9ff https://github.com/dtaht/Cerowrt-3.3/commit/ae2e162a94aa321da1652c83023d72882e4fe9ff Author: acinonyx Date: 2012-07-14 (Sat, 14 Jul 2012) Changed paths: M package/base-files/files/etc/hotplug2-common.rules Log Message: ----------- [package] base-files: Modernize hotplug2 rules (#11368) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32711 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 7f689381fa929477b2ff2559b5abeb76c29b8f96 https://github.com/dtaht/Cerowrt-3.3/commit/7f689381fa929477b2ff2559b5abeb76c29b8f96 Author: acinonyx Date: 2012-07-14 (Sat, 14 Jul 2012) Changed paths: M package/kernel/modules/sound.mk Log Message: ----------- [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 [b_tsiligiannis: replaced $(LINUX_KMOD_SUFFIX) with .ko] Signed-off-by: Vasilis Tsiligiannis git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32712 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 9756beb473de71b4f961a91ab658a0a457ad9e05 https://github.com/dtaht/Cerowrt-3.3/commit/9756beb473de71b4f961a91ab658a0a457ad9e05 Author: Dave Taht Date: 2012-07-14 (Sat, 14 Jul 2012) Changed paths: M package/base-files/files/etc/hotplug2-common.rules M package/kernel/modules/sound.mk A package/mac80211/patches/575-ath9k_fix_25mhz_freq_sel.patch A package/mac80211/patches/576-ath9k_rx_dma_stop_check.patch M package/netifd/Makefile M package/uhttpd/Makefile M package/uhttpd/src/uhttpd-cgi.c M package/uhttpd/src/uhttpd-file.c M package/uhttpd/src/uhttpd-lua.c M package/uhttpd/src/uhttpd-utils.c M package/uhttpd/src/uhttpd-utils.h M package/uhttpd/src/uhttpd.c M package/uhttpd/src/uhttpd.h M tools/squashfs/Makefile M tools/squashfs4/Makefile Log Message: ----------- Merge branch 'master' of git://nbd.name/openwrt Commit: 919862fadbdca8fbd3319b021eace846b4f5effc https://github.com/dtaht/Cerowrt-3.3/commit/919862fadbdca8fbd3319b021eace846b4f5effc Author: Dave Taht Date: 2012-07-14 (Sat, 14 Jul 2012) Changed paths: M package/base-files/files/etc/hotplug2-common.rules M package/kernel/modules/sound.mk A package/mac80211/patches/575-ath9k_fix_25mhz_freq_sel.patch A package/mac80211/patches/576-ath9k_rx_dma_stop_check.patch M package/netifd/Makefile M package/uhttpd/Makefile M package/uhttpd/src/uhttpd-cgi.c M package/uhttpd/src/uhttpd-file.c M package/uhttpd/src/uhttpd-lua.c M package/uhttpd/src/uhttpd-utils.c M package/uhttpd/src/uhttpd-utils.h M package/uhttpd/src/uhttpd.c M package/uhttpd/src/uhttpd.h M tools/squashfs/Makefile M tools/squashfs4/Makefile Log Message: ----------- Merge branch 'master' of /home/cero1/src/openwrt Commit: beecfa6085aa6b523cbe9101e81112c472c44421 https://github.com/dtaht/Cerowrt-3.3/commit/beecfa6085aa6b523cbe9101e81112c472c44421 Author: luka Date: 2012-07-14 (Sat, 14 Jul 2012) Changed paths: M package/kernel/modules/netsupport.mk Log Message: ----------- package: kernel: estetic fix git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32714 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 2bc7082f7376cd910b240cae08cfcc103b321fc2 https://github.com/dtaht/Cerowrt-3.3/commit/2bc7082f7376cd910b240cae08cfcc103b321fc2 Author: luka Date: 2012-07-14 (Sat, 14 Jul 2012) Changed paths: M package/uboot-kirkwood/Makefile R package/uboot-kirkwood/files/board/Marvell/dockstar/Makefile R package/uboot-kirkwood/files/board/Marvell/dockstar/config.mk R package/uboot-kirkwood/files/board/Marvell/dockstar/dockstar.c R package/uboot-kirkwood/files/board/Marvell/dockstar/dockstar.h R package/uboot-kirkwood/files/board/Marvell/dockstar/kwbimage.cfg R package/uboot-kirkwood/files/board/Marvell/iconnect/Makefile R package/uboot-kirkwood/files/board/Marvell/iconnect/config.mk R package/uboot-kirkwood/files/board/Marvell/iconnect/iconnect.c R package/uboot-kirkwood/files/board/Marvell/iconnect/iconnect.h R package/uboot-kirkwood/files/board/Marvell/iconnect/kwbimage.cfg A package/uboot-kirkwood/files/board/iomega/iconnect/Makefile A package/uboot-kirkwood/files/board/iomega/iconnect/iconnect.c A package/uboot-kirkwood/files/board/iomega/iconnect/iconnect.h A package/uboot-kirkwood/files/board/iomega/iconnect/kwbimage.cfg R package/uboot-kirkwood/files/include/configs/dockstar.h M package/uboot-kirkwood/files/include/configs/iconnect.h A package/uboot-kirkwood/patches/0001-ib62x0.patch A package/uboot-kirkwood/patches/0002-kwboot.patch A package/uboot-kirkwood/patches/0003-ide_bus.patch R package/uboot-kirkwood/patches/010-dockstar.patch R package/uboot-kirkwood/patches/020-iconnect.patch A package/uboot-kirkwood/patches/100-iconnect.patch A package/uboot-kirkwood/patches/110-dockstar.patch Log Message: ----------- [package] uboot-kirkwood: update to 2012.04.01 iConnect board tested by: Tim Fletcher Wojciech Dubowik DockStar board tested by: Martin Mueller RaidSonic ICY BOX NAS6210 board tested by: Luka Perkov SheevaPlug was not tested but support for SheevaPlug is taken from upstream uboot and it is not reported to be broken there. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32717 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 593f9810bd657bd27f8425fdfc1b6412d15b5588 https://github.com/dtaht/Cerowrt-3.3/commit/593f9810bd657bd27f8425fdfc1b6412d15b5588 Author: luka Date: 2012-07-14 (Sat, 14 Jul 2012) Log Message: ----------- [package] uboot-kirkwood: remove empty folders from previous commit git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32718 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 4f9a99a732d99aa8bfaeeb317d25d2530d0ea339 https://github.com/dtaht/Cerowrt-3.3/commit/4f9a99a732d99aa8bfaeeb317d25d2530d0ea339 Author: luka Date: 2012-07-14 (Sat, 14 Jul 2012) Changed paths: M target/linux/kirkwood/config-3.3 Log Message: ----------- kirkwood: revert config changes from r32053 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32719 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 877b7d2e9c30eed52fb90d9f226dee729cd2cc64 https://github.com/dtaht/Cerowrt-3.3/commit/877b7d2e9c30eed52fb90d9f226dee729cd2cc64 Author: Dave Taht Date: 2012-07-15 (Sun, 15 Jul 2012) Changed paths: M package/kernel/modules/netsupport.mk M package/uboot-kirkwood/Makefile R package/uboot-kirkwood/files/board/Marvell/dockstar/Makefile R package/uboot-kirkwood/files/board/Marvell/dockstar/config.mk R package/uboot-kirkwood/files/board/Marvell/dockstar/dockstar.c R package/uboot-kirkwood/files/board/Marvell/dockstar/dockstar.h R package/uboot-kirkwood/files/board/Marvell/dockstar/kwbimage.cfg R package/uboot-kirkwood/files/board/Marvell/iconnect/Makefile R package/uboot-kirkwood/files/board/Marvell/iconnect/config.mk R package/uboot-kirkwood/files/board/Marvell/iconnect/iconnect.c R package/uboot-kirkwood/files/board/Marvell/iconnect/iconnect.h R package/uboot-kirkwood/files/board/Marvell/iconnect/kwbimage.cfg A package/uboot-kirkwood/files/board/iomega/iconnect/Makefile A package/uboot-kirkwood/files/board/iomega/iconnect/iconnect.c A package/uboot-kirkwood/files/board/iomega/iconnect/iconnect.h A package/uboot-kirkwood/files/board/iomega/iconnect/kwbimage.cfg R package/uboot-kirkwood/files/include/configs/dockstar.h M package/uboot-kirkwood/files/include/configs/iconnect.h A package/uboot-kirkwood/patches/0001-ib62x0.patch A package/uboot-kirkwood/patches/0002-kwboot.patch A package/uboot-kirkwood/patches/0003-ide_bus.patch R package/uboot-kirkwood/patches/010-dockstar.patch R package/uboot-kirkwood/patches/020-iconnect.patch A package/uboot-kirkwood/patches/100-iconnect.patch A package/uboot-kirkwood/patches/110-dockstar.patch M target/linux/kirkwood/config-3.3 Log Message: ----------- Merge branch 'master' of git://nbd.name/openwrt Commit: da1978fa7d3724e44f4e1625f6330fd7a8d516af https://github.com/dtaht/Cerowrt-3.3/commit/da1978fa7d3724e44f4e1625f6330fd7a8d516af Author: Dave Taht Date: 2012-07-15 (Sun, 15 Jul 2012) Changed paths: M package/kernel/modules/netsupport.mk M package/uboot-kirkwood/Makefile R package/uboot-kirkwood/files/board/Marvell/dockstar/Makefile R package/uboot-kirkwood/files/board/Marvell/dockstar/config.mk R package/uboot-kirkwood/files/board/Marvell/dockstar/dockstar.c R package/uboot-kirkwood/files/board/Marvell/dockstar/dockstar.h R package/uboot-kirkwood/files/board/Marvell/dockstar/kwbimage.cfg R package/uboot-kirkwood/files/board/Marvell/iconnect/Makefile R package/uboot-kirkwood/files/board/Marvell/iconnect/config.mk R package/uboot-kirkwood/files/board/Marvell/iconnect/iconnect.c R package/uboot-kirkwood/files/board/Marvell/iconnect/iconnect.h R package/uboot-kirkwood/files/board/Marvell/iconnect/kwbimage.cfg A package/uboot-kirkwood/files/board/iomega/iconnect/Makefile A package/uboot-kirkwood/files/board/iomega/iconnect/iconnect.c A package/uboot-kirkwood/files/board/iomega/iconnect/iconnect.h A package/uboot-kirkwood/files/board/iomega/iconnect/kwbimage.cfg R package/uboot-kirkwood/files/include/configs/dockstar.h M package/uboot-kirkwood/files/include/configs/iconnect.h A package/uboot-kirkwood/patches/0001-ib62x0.patch A package/uboot-kirkwood/patches/0002-kwboot.patch A package/uboot-kirkwood/patches/0003-ide_bus.patch R package/uboot-kirkwood/patches/010-dockstar.patch R package/uboot-kirkwood/patches/020-iconnect.patch A package/uboot-kirkwood/patches/100-iconnect.patch A package/uboot-kirkwood/patches/110-dockstar.patch M target/linux/kirkwood/config-3.3 Log Message: ----------- Merge branch 'master' of /home/cero1/src/openwrt Commit: 8c1af1aa3e653f5f07db8611c33c3cc72bd650c6 https://github.com/dtaht/Cerowrt-3.3/commit/8c1af1aa3e653f5f07db8611c33c3cc72bd650c6 Author: acinonyx Date: 2012-07-15 (Sun, 15 Jul 2012) Changed paths: M package/toolchain/Makefile Log Message: ----------- [package] toolchain: Fix typo in libssp config git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32723 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 7c32e6aaafdbd96ea838ef788d09bce87c7c5937 https://github.com/dtaht/Cerowrt-3.3/commit/7c32e6aaafdbd96ea838ef788d09bce87c7c5937 Author: luka Date: 2012-07-15 (Sun, 15 Jul 2012) Changed paths: M target/linux/kirkwood/config-3.3 A target/linux/kirkwood/files/arch/arm/mach-kirkwood/goflexhome-setup.c A target/linux/kirkwood/files/arch/arm/mach-kirkwood/goflexnet-setup.c M target/linux/kirkwood/patches/000-boards.patch Log Message: ----------- kirkwood: add support for seagate goflexnet and goflexhome Signed-off-by: Martin Mueller git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32725 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: c2e42c1d07fed146e46ae9b07b721ae0f285e9dd https://github.com/dtaht/Cerowrt-3.3/commit/c2e42c1d07fed146e46ae9b07b721ae0f285e9dd Author: florian Date: 2012-07-15 (Sun, 15 Jul 2012) Changed paths: M target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/nuport_mac.c Log Message: ----------- [mcs814x] nuport-mac: add definitions of the various bits/masks used git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32727 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: a79b37bfe8b17bab38bfcd598375aa005c01a2a6 https://github.com/dtaht/Cerowrt-3.3/commit/a79b37bfe8b17bab38bfcd598375aa005c01a2a6 Author: florian Date: 2012-07-15 (Sun, 15 Jul 2012) Changed paths: M target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/nuport_mac.c Log Message: ----------- [mcs814x] make sure we properly unmap DMA mappings we created git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32728 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: cf67c71c5626ba4b5923b19be3671ee1db94d4b9 https://github.com/dtaht/Cerowrt-3.3/commit/cf67c71c5626ba4b5923b19be3671ee1db94d4b9 Author: florian Date: 2012-07-15 (Sun, 15 Jul 2012) Changed paths: M target/linux/mcs814x/files-3.3/drivers/usb/host/ohci-mcs814x.c Log Message: ----------- [mcs814x] use ohci_err() instead of err() git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32729 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 5ecd917028614461fd9a16b4c53f801e4cb9f5b5 https://github.com/dtaht/Cerowrt-3.3/commit/5ecd917028614461fd9a16b4c53f801e4cb9f5b5 Author: florian Date: 2012-07-15 (Sun, 15 Jul 2012) Changed paths: M target/linux/mcs814x/files-3.3/arch/arm/boot/dts/mcs8140.dtsi Log Message: ----------- [mcs814x] add compatible property to pci node git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32730 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: bf2c3d0b49e8801a9271c97624a587bbd68ca057 https://github.com/dtaht/Cerowrt-3.3/commit/bf2c3d0b49e8801a9271c97624a587bbd68ca057 Author: florian Date: 2012-07-15 (Sun, 15 Jul 2012) Changed paths: M target/linux/mcs814x/Makefile Log Message: ----------- [mcs814x] set DEVICE_TYPE to other to avoid pulling unecessary packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32731 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 1e55d883033d4620bc75c51d4ff1b6023ddf4a99 https://github.com/dtaht/Cerowrt-3.3/commit/1e55d883033d4620bc75c51d4ff1b6023ddf4a99 Author: luka Date: 2012-07-15 (Sun, 15 Jul 2012) Changed paths: M package/kernel/modules/other.mk M target/linux/kirkwood/config-3.3 Log Message: ----------- kernel: add Marvell SoC built-in RTC to modules Signed-off-by: Daniel Golle git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32732 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 09d999f54d26f9f726ec9e5428da353a4cc780f9 https://github.com/dtaht/Cerowrt-3.3/commit/09d999f54d26f9f726ec9e5428da353a4cc780f9 Author: nbd Date: 2012-07-15 (Sun, 15 Jul 2012) Changed paths: M package/mac80211/patches/576-ath9k_rx_dma_stop_check.patch Log Message: ----------- ath9k: fix an uninitialized variable warning git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32734 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 47192b367afd9c891af4aad2fd01a81ec2c64184 https://github.com/dtaht/Cerowrt-3.3/commit/47192b367afd9c891af4aad2fd01a81ec2c64184 Author: nbd Date: 2012-07-15 (Sun, 15 Jul 2012) Changed paths: A package/mac80211/patches/421-ath5k_fix_txop.patch Log Message: ----------- ath5k: fix txop calculation similar to what was done in ath9k git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32735 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: dfcccc252d88a6a96f51dcc10ed9114a340c2507 https://github.com/dtaht/Cerowrt-3.3/commit/dfcccc252d88a6a96f51dcc10ed9114a340c2507 Author: juhosg Date: 2012-07-15 (Sun, 15 Jul 2012) Changed paths: M target/linux/ar71xx/patches-3.3/206-spi-ath79-make-chipselect-logic-more-flexible.patch M target/linux/ar71xx/patches-3.3/463-spi-ath79-add-fast-flash-read.patch Log Message: ----------- ar71xx: use gpio_set_value_cansleep on sleeping GPIOs in ath79_spi git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32736 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: ec183b0044992c4f1e7534d42b55967fb0fedf4f https://github.com/dtaht/Cerowrt-3.3/commit/ec183b0044992c4f1e7534d42b55967fb0fedf4f Author: juhosg Date: 2012-07-15 (Sun, 15 Jul 2012) Changed paths: M target/linux/ar71xx/base-files/lib/ar71xx.sh Log Message: ----------- ar71xx: fix PB44 board detection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32737 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 1344fb0d96d02ffffbaeb8f76a6e6839618c34e0 https://github.com/dtaht/Cerowrt-3.3/commit/1344fb0d96d02ffffbaeb8f76a6e6839618c34e0 Author: juhosg Date: 2012-07-15 (Sun, 15 Jul 2012) Changed paths: M target/linux/ar71xx/config-3.3 Log Message: ----------- ar71xx: enable I2C_GPIO, the PB44 board needs that git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32738 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 91671f3da0e3a982922dd9896aa30a4960466e85 https://github.com/dtaht/Cerowrt-3.3/commit/91671f3da0e3a982922dd9896aa30a4960466e85 Author: jow Date: 2012-07-15 (Sun, 15 Jul 2012) Changed paths: M include/package-ipkg.mk Log Message: ----------- [include] package-ipkg.mk: flag packages as "ok" after install By flagging compile-time-installed packages as "ok", they can be differentiated from runtime-installed packages on the target later on. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32739 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 72843c21b46c0483f7fa01ad2bdda232e37a7f39 https://github.com/dtaht/Cerowrt-3.3/commit/72843c21b46c0483f7fa01ad2bdda232e37a7f39 Author: jow Date: 2012-07-15 (Sun, 15 Jul 2012) Changed paths: M package/usbreset/Makefile M package/usbreset/src/usbreset.c Log Message: ----------- [packages] usbreset: improve usability - add device list in usage screen - support resetting by bus/device number, by produc:vendor id or by device name git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32741 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 723aad6f3276007d10fe1a6180f4821e1e9adab2 https://github.com/dtaht/Cerowrt-3.3/commit/723aad6f3276007d10fe1a6180f4821e1e9adab2 Author: nbd Date: 2012-07-16 (Mon, 16 Jul 2012) Changed paths: M include/toplevel.mk Log Message: ----------- scripts/config: build with gcc instead of clang on mac os x git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32749 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: c1d79f64eed0a7ac36b5b9bca52275b397bec424 https://github.com/dtaht/Cerowrt-3.3/commit/c1d79f64eed0a7ac36b5b9bca52275b397bec424 Author: nbd Date: 2012-07-16 (Mon, 16 Jul 2012) Changed paths: A package/uboot-ar71xx/patches/022-getline_backport.patch Log Message: ----------- uboot-ar71xx: fix compile on recent mac os x versions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32750 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 8d698ff98a76db80527533a11fbf2bee8fcc9197 https://github.com/dtaht/Cerowrt-3.3/commit/8d698ff98a76db80527533a11fbf2bee8fcc9197 Author: luka Date: 2012-07-16 (Mon, 16 Jul 2012) Changed paths: M package/uboot-envtools/Makefile A package/uboot-envtools/files/kirkwood Log Message: ----------- [package] uboot-envtools: add kirkwood board support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32756 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: f0ce8c9691f4d0b0b79f6be2132883e4328ec50f https://github.com/dtaht/Cerowrt-3.3/commit/f0ce8c9691f4d0b0b79f6be2132883e4328ec50f Author: nbd Date: 2012-07-16 (Mon, 16 Jul 2012) Changed paths: M package/mac80211/Makefile M package/mac80211/patches/300-pending_work.patch M package/mac80211/patches/400-ath_move_debug_code.patch M package/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch M package/mac80211/patches/411-ath5k_allow_adhoc_and_ap.patch M package/mac80211/patches/412-mac80211_allow_adhoc_and_ap.patch R package/mac80211/patches/421-ath5k_fix_txop.patch M package/mac80211/patches/500-ath9k_eeprom_debugfs.patch M package/mac80211/patches/501-ath9k-eeprom_endianess.patch M package/mac80211/patches/502-ath9k_ahb_init.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 R package/mac80211/patches/560-ath9k_ar9003_otp_fallback.patch A package/mac80211/patches/560-ath9k_reduce_ani_interval.patch R package/mac80211/patches/561-ath9k_antenna_mask_validate.patch A package/mac80211/patches/561-ath9k_revert_initval_change.patch A package/mac80211/patches/562-ath9k_add_idle_hack.patch R package/mac80211/patches/562-ath9k_reduce_ani_interval.patch R package/mac80211/patches/563-ath9k_enable_ar9340_ani.patch A package/mac80211/patches/563-ath9k_rx_dma_stop_check.patch R package/mac80211/patches/564-ath9k_revert_initval_change.patch R package/mac80211/patches/565-ath9k_fix_txgain.patch R package/mac80211/patches/566-ath9k_fix_initval_array.patch R package/mac80211/patches/567-ath9k_add_idle_hack.patch R package/mac80211/patches/568-ath9k_fix_txop_limit.patch R package/mac80211/patches/569-ath9k_config_qlen.patch R package/mac80211/patches/570-ath9k_fix_max_aggr_duration.patch R package/mac80211/patches/571-ath9k_xpa_timing_control.patch R package/mac80211/patches/572-ath9k_cleanup_eeprom_code.patch R package/mac80211/patches/573-ath9k_xlna_bias.patch R package/mac80211/patches/574-ath9k_fix_tuning_caps.patch R package/mac80211/patches/575-ath9k_fix_25mhz_freq_sel.patch R package/mac80211/patches/576-ath9k_rx_dma_stop_check.patch M package/mac80211/patches/700-mwl8k-missing-pci-id-for-WNR854T.patch R package/mac80211/patches/840-brcmsmac-backport.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 latest wireless-testing + some monitor mode fixes and some libertas driver fixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32760 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: be55ca40218df01a512cc9b845c342423655927f https://github.com/dtaht/Cerowrt-3.3/commit/be55ca40218df01a512cc9b845c342423655927f Author: nbd Date: 2012-07-17 (Tue, 17 Jul 2012) Changed paths: M tools/Makefile Log Message: ----------- tools: prefer gmd5sum if present git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32761 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 891052c3ddc9c68693824be428a8a01897375e46 https://github.com/dtaht/Cerowrt-3.3/commit/891052c3ddc9c68693824be428a8a01897375e46 Author: acinonyx Date: 2012-07-17 (Tue, 17 Jul 2012) Changed paths: M package/dnsmasq/Makefile R package/dnsmasq/patches/101-ipv6.patch Log Message: ----------- [package] dnsmasq: Bump to 2.62, add DHCPv6 variant git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32764 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 4d65fe14a5244a9d0fccb09ccbb617ec21429a84 https://github.com/dtaht/Cerowrt-3.3/commit/4d65fe14a5244a9d0fccb09ccbb617ec21429a84 Author: florian Date: 2012-07-17 (Tue, 17 Jul 2012) Changed paths: M target/linux/au1000/Makefile A target/linux/au1000/patches-3.3/004-pci-idsel-cb.patch Log Message: ----------- au1000: fix InternetBox idsel and remove broken flag The following patch is necessary for the InternetBox (Surfbox) board-specific idsel to work with newer kernels. Acutally I don't exactly understand why this was not necessary before, but without the udelay, the MiniPCI adapter in slot 3 is not detected and set up correctly. Also remove platform broken flag, it works. Signed-off-by: Bruno Randolf git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32766 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 98743f8444ef4693c1f0935923884e3f4bf2fef6 https://github.com/dtaht/Cerowrt-3.3/commit/98743f8444ef4693c1f0935923884e3f4bf2fef6 Author: florian Date: 2012-07-17 (Tue, 17 Jul 2012) Changed paths: M target/linux/au1000/au1500/profiles/InternetBox.mk M target/linux/au1000/au1500/profiles/MeshCube.mk Log Message: ----------- au1000: clean up profiles Signed-off-by: Bruno Randolf git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32767 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 65e3a4bb3b588b3c6e6ac67adb897b852d388544 https://github.com/dtaht/Cerowrt-3.3/commit/65e3a4bb3b588b3c6e6ac67adb897b852d388544 Author: florian Date: 2012-07-17 (Tue, 17 Jul 2012) Changed paths: A target/linux/au1000/base-files/lib/upgrade/platform.sh M target/linux/au1000/image/Makefile Log Message: ----------- au1000: implement sysupgrade platform.sh Signed-off-by: Bruno Randolf git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32768 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: e0f76c4f2274b1f3de909f76235bfeacf6a2876d https://github.com/dtaht/Cerowrt-3.3/commit/e0f76c4f2274b1f3de909f76235bfeacf6a2876d Author: florian Date: 2012-07-17 (Tue, 17 Jul 2012) Changed paths: M target/linux/au1000/au1500/config-3.3 M target/linux/au1000/au1550/config-3.3 Log Message: ----------- [au1000] add missing configuration symbols git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32769 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: a931e49ccc99ef679d053b09301d96a99f990c4d https://github.com/dtaht/Cerowrt-3.3/commit/a931e49ccc99ef679d053b09301d96a99f990c4d Author: florian Date: 2012-07-17 (Tue, 17 Jul 2012) Changed paths: M target/linux/au1000/image/Makefile Log Message: ----------- [au1000] rename upgrade image to sysupgrade.bin for consistency git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32770 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: fa73d6d458287fc4eea1f328d2b092ca03a3366c https://github.com/dtaht/Cerowrt-3.3/commit/fa73d6d458287fc4eea1f328d2b092ca03a3366c Author: jow Date: 2012-07-17 (Tue, 17 Jul 2012) Changed paths: M package/toolchain/Makefile Log Message: ----------- [package] toolchain: fix libgcc and libgfortran packages for avr32 and coldfire git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32772 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: a62b60832484b76b8d022fbd3e6a4315a9d3ba1a https://github.com/dtaht/Cerowrt-3.3/commit/a62b60832484b76b8d022fbd3e6a4315a9d3ba1a Author: acinonyx Date: 2012-07-17 (Tue, 17 Jul 2012) Changed paths: M package/kernel/modules/netsupport.mk Log Message: ----------- [package] kernel/modules: fix ipcomp6 load order ipcomp6 depends on xfrm6_tunnel, load order changed accordingly. Signed-off-by: Daniel Golle Signed-off-by: Vasilis Tsiligiannis git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32773 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: c055fb0850448f1faa89ed44b924de6ea8fe9f80 https://github.com/dtaht/Cerowrt-3.3/commit/c055fb0850448f1faa89ed44b924de6ea8fe9f80 Author: luka Date: 2012-07-17 (Tue, 17 Jul 2012) Changed paths: M package/uboot-envtools/files/ar71xx Log Message: ----------- [package] uboot-envtools: add support for alfa ap96 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32774 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: a23a132c01c7cf33e5635bb4c067d0a89cc28c1f https://github.com/dtaht/Cerowrt-3.3/commit/a23a132c01c7cf33e5635bb4c067d0a89cc28c1f Author: luka Date: 2012-07-17 (Tue, 17 Jul 2012) Changed paths: M package/kernel/modules/netsupport.mk Log Message: ----------- [package] kernel/modules: dont only change loading order on IPSEC*-m, propagate this to documentation too git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32775 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: b7faec25d47851d7ff6073b630c732ca5946b966 https://github.com/dtaht/Cerowrt-3.3/commit/b7faec25d47851d7ff6073b630c732ca5946b966 Author: hcg Date: 2012-07-19 (Thu, 19 Jul 2012) Changed paths: M package/wireless-tools/Makefile A package/wireless-tools/patches/004-increase_iwlist_buffer.patch Log Message: ----------- Increase iwlist buffer size git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32777 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: c4d6f9da4b13e7a02f3d606bdb0411528603e9f0 https://github.com/dtaht/Cerowrt-3.3/commit/c4d6f9da4b13e7a02f3d606bdb0411528603e9f0 Author: jow Date: 2012-07-19 (Thu, 19 Jul 2012) Changed paths: A package/owipcalc/Makefile A package/owipcalc/src/owipcalc A package/owipcalc/src/owipcalc.c Log Message: ----------- [package] add owipcalc - a small ipv4 & ipv6 calculation utility git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32778 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 763bc47a55011c25a727b6532674f8597b2427a9 https://github.com/dtaht/Cerowrt-3.3/commit/763bc47a55011c25a727b6532674f8597b2427a9 Author: jow Date: 2012-07-19 (Thu, 19 Jul 2012) Changed paths: R package/owipcalc/src/owipcalc Log Message: ----------- [package] owipcalc: remove binary git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32779 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: b27981b0f9765c27c76e9fa18410766922f67066 https://github.com/dtaht/Cerowrt-3.3/commit/b27981b0f9765c27c76e9fa18410766922f67066 Author: acinonyx Date: 2012-07-19 (Thu, 19 Jul 2012) Changed paths: A package/dnsmasq/patches/100-fix-dhcp-no-address-warning.patch Log Message: ----------- [package] dnsmasq: Fix DHCP no address on interface warning (#10570) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32781 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: ec42626609ab22352d611d7dd5286e8b7249fcd0 https://github.com/dtaht/Cerowrt-3.3/commit/ec42626609ab22352d611d7dd5286e8b7249fcd0 Author: jow Date: 2012-07-19 (Thu, 19 Jul 2012) Changed paths: M package/owipcalc/Makefile M package/owipcalc/src/owipcalc.c Log Message: ----------- [package] owipcalc: add "prefix" operation to set prefix of base address during calculation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32782 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 02d161708fe903770775c2848c14a514836d4dfb https://github.com/dtaht/Cerowrt-3.3/commit/02d161708fe903770775c2848c14a514836d4dfb Author: nbd Date: 2012-07-20 (Fri, 20 Jul 2012) Changed paths: M include/kernel-defaults.mk A target/linux/generic/patches-3.3/212-x86_reloc_portability.patch M toolchain/kernel-headers/Makefile A tools/include/elf.h Log Message: ----------- kernel: fix portability issues on the x86 specific relocs host tool, fixes build on mac os x git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32783 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: ad8b4efd374988199290f73fe720ddfc136c559f https://github.com/dtaht/Cerowrt-3.3/commit/ad8b4efd374988199290f73fe720ddfc136c559f Author: nbd Date: 2012-07-20 (Fri, 20 Jul 2012) Changed paths: A package/grub/patches/210-remove_inline_asm.patch Log Message: ----------- grub: replace an unnecessary piece of inline assembly that breaks the build on recent mac os x git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32784 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 69aad4c57250f2cf34df04f3dc41752125011b3f https://github.com/dtaht/Cerowrt-3.3/commit/69aad4c57250f2cf34df04f3dc41752125011b3f Author: jow Date: 2012-07-20 (Fri, 20 Jul 2012) Changed paths: M package/owipcalc/Makefile M package/owipcalc/src/owipcalc.c Log Message: ----------- [package] owipcalc: add new operations "next", "prev", "6to4" and "pop", implement a stack for intermediate results git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32785 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 5db9b498de594ea40269687d6c2ef00ea5dc8888 https://github.com/dtaht/Cerowrt-3.3/commit/5db9b498de594ea40269687d6c2ef00ea5dc8888 Author: jow Date: 2012-07-20 (Fri, 20 Jul 2012) Changed paths: M package/owipcalc/src/owipcalc.c Log Message: ----------- [package] owipcalc: fix output formatting quirks git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32786 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 40667fd72232df1e1384f5655a7057fd746b6095 https://github.com/dtaht/Cerowrt-3.3/commit/40667fd72232df1e1384f5655a7057fd746b6095 Author: Dave Taht Date: 2012-07-22 (Sun, 22 Jul 2012) Changed paths: M include/kernel-defaults.mk M include/package-ipkg.mk M include/toplevel.mk M package/dnsmasq/Makefile A package/dnsmasq/patches/100-fix-dhcp-no-address-warning.patch R package/dnsmasq/patches/101-ipv6.patch A package/grub/patches/210-remove_inline_asm.patch M package/kernel/modules/netsupport.mk M package/kernel/modules/other.mk M package/mac80211/Makefile M package/mac80211/patches/300-pending_work.patch M package/mac80211/patches/400-ath_move_debug_code.patch M package/mac80211/patches/410-ath9k_allow_adhoc_and_ap.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/500-ath9k_eeprom_debugfs.patch M package/mac80211/patches/501-ath9k-eeprom_endianess.patch M package/mac80211/patches/502-ath9k_ahb_init.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 R package/mac80211/patches/560-ath9k_ar9003_otp_fallback.patch A package/mac80211/patches/560-ath9k_reduce_ani_interval.patch R package/mac80211/patches/561-ath9k_antenna_mask_validate.patch A package/mac80211/patches/561-ath9k_revert_initval_change.patch A package/mac80211/patches/562-ath9k_add_idle_hack.patch R package/mac80211/patches/562-ath9k_reduce_ani_interval.patch R package/mac80211/patches/563-ath9k_enable_ar9340_ani.patch A package/mac80211/patches/563-ath9k_rx_dma_stop_check.patch R package/mac80211/patches/564-ath9k_revert_initval_change.patch R package/mac80211/patches/565-ath9k_fix_txgain.patch R package/mac80211/patches/566-ath9k_fix_initval_array.patch R package/mac80211/patches/567-ath9k_add_idle_hack.patch R package/mac80211/patches/568-ath9k_fix_txop_limit.patch R package/mac80211/patches/569-ath9k_config_qlen.patch R package/mac80211/patches/570-ath9k_fix_max_aggr_duration.patch R package/mac80211/patches/571-ath9k_xpa_timing_control.patch R package/mac80211/patches/572-ath9k_cleanup_eeprom_code.patch R package/mac80211/patches/573-ath9k_xlna_bias.patch R package/mac80211/patches/574-ath9k_fix_tuning_caps.patch R package/mac80211/patches/575-ath9k_fix_25mhz_freq_sel.patch R package/mac80211/patches/576-ath9k_rx_dma_stop_check.patch M package/mac80211/patches/700-mwl8k-missing-pci-id-for-WNR854T.patch R package/mac80211/patches/840-brcmsmac-backport.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 package/owipcalc/Makefile A package/owipcalc/src/owipcalc.c M package/toolchain/Makefile A package/uboot-ar71xx/patches/022-getline_backport.patch M package/uboot-envtools/Makefile M package/uboot-envtools/files/ar71xx A package/uboot-envtools/files/kirkwood M package/usbreset/Makefile M package/usbreset/src/usbreset.c M package/wireless-tools/Makefile A package/wireless-tools/patches/004-increase_iwlist_buffer.patch M target/linux/ar71xx/base-files/lib/ar71xx.sh M target/linux/ar71xx/config-3.3 M target/linux/ar71xx/patches-3.3/206-spi-ath79-make-chipselect-logic-more-flexible.patch M target/linux/ar71xx/patches-3.3/463-spi-ath79-add-fast-flash-read.patch M target/linux/au1000/Makefile M target/linux/au1000/au1500/config-3.3 M target/linux/au1000/au1500/profiles/InternetBox.mk M target/linux/au1000/au1500/profiles/MeshCube.mk M target/linux/au1000/au1550/config-3.3 A target/linux/au1000/base-files/lib/upgrade/platform.sh M target/linux/au1000/image/Makefile A target/linux/au1000/patches-3.3/004-pci-idsel-cb.patch A target/linux/generic/patches-3.3/212-x86_reloc_portability.patch M target/linux/kirkwood/config-3.3 A target/linux/kirkwood/files/arch/arm/mach-kirkwood/goflexhome-setup.c A target/linux/kirkwood/files/arch/arm/mach-kirkwood/goflexnet-setup.c M target/linux/kirkwood/patches/000-boards.patch M target/linux/mcs814x/Makefile M target/linux/mcs814x/files-3.3/arch/arm/boot/dts/mcs8140.dtsi M target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/nuport_mac.c M target/linux/mcs814x/files-3.3/drivers/usb/host/ohci-mcs814x.c M toolchain/kernel-headers/Makefile M tools/Makefile A tools/include/elf.h Log Message: ----------- Merge branch 'master' of git://nbd.name/openwrt Conflicts: package/dnsmasq/Makefile dnsmasq is now 2.62 in head Commit: 1bdd9c240a2bdf380f3201a76dafa58758c9f3e7 https://github.com/dtaht/Cerowrt-3.3/commit/1bdd9c240a2bdf380f3201a76dafa58758c9f3e7 Author: Dave Taht Date: 2012-07-22 (Sun, 22 Jul 2012) Changed paths: M include/kernel-defaults.mk M include/package-ipkg.mk M include/toplevel.mk M package/dnsmasq/Makefile A package/dnsmasq/patches/100-fix-dhcp-no-address-warning.patch A package/grub/patches/210-remove_inline_asm.patch M package/kernel/modules/netsupport.mk M package/kernel/modules/other.mk M package/mac80211/Makefile M package/mac80211/patches/300-pending_work.patch M package/mac80211/patches/400-ath_move_debug_code.patch M package/mac80211/patches/410-ath9k_allow_adhoc_and_ap.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/500-ath9k_eeprom_debugfs.patch M package/mac80211/patches/501-ath9k-eeprom_endianess.patch M package/mac80211/patches/502-ath9k_ahb_init.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 R package/mac80211/patches/560-ath9k_ar9003_otp_fallback.patch A package/mac80211/patches/560-ath9k_reduce_ani_interval.patch R package/mac80211/patches/561-ath9k_antenna_mask_validate.patch A package/mac80211/patches/561-ath9k_revert_initval_change.patch A package/mac80211/patches/562-ath9k_add_idle_hack.patch R package/mac80211/patches/562-ath9k_reduce_ani_interval.patch R package/mac80211/patches/563-ath9k_enable_ar9340_ani.patch A package/mac80211/patches/563-ath9k_rx_dma_stop_check.patch R package/mac80211/patches/564-ath9k_revert_initval_change.patch R package/mac80211/patches/565-ath9k_fix_txgain.patch R package/mac80211/patches/566-ath9k_fix_initval_array.patch R package/mac80211/patches/567-ath9k_add_idle_hack.patch R package/mac80211/patches/568-ath9k_fix_txop_limit.patch R package/mac80211/patches/569-ath9k_config_qlen.patch R package/mac80211/patches/570-ath9k_fix_max_aggr_duration.patch R package/mac80211/patches/571-ath9k_xpa_timing_control.patch R package/mac80211/patches/572-ath9k_cleanup_eeprom_code.patch R package/mac80211/patches/573-ath9k_xlna_bias.patch R package/mac80211/patches/574-ath9k_fix_tuning_caps.patch R package/mac80211/patches/575-ath9k_fix_25mhz_freq_sel.patch R package/mac80211/patches/576-ath9k_rx_dma_stop_check.patch M package/mac80211/patches/700-mwl8k-missing-pci-id-for-WNR854T.patch R package/mac80211/patches/840-brcmsmac-backport.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 package/owipcalc/Makefile A package/owipcalc/src/owipcalc.c M package/toolchain/Makefile A package/uboot-ar71xx/patches/022-getline_backport.patch M package/uboot-envtools/Makefile M package/uboot-envtools/files/ar71xx A package/uboot-envtools/files/kirkwood M package/usbreset/Makefile M package/usbreset/src/usbreset.c M package/wireless-tools/Makefile A package/wireless-tools/patches/004-increase_iwlist_buffer.patch M target/linux/ar71xx/base-files/lib/ar71xx.sh M target/linux/ar71xx/config-3.3 M target/linux/ar71xx/patches-3.3/206-spi-ath79-make-chipselect-logic-more-flexible.patch M target/linux/ar71xx/patches-3.3/463-spi-ath79-add-fast-flash-read.patch M target/linux/au1000/Makefile M target/linux/au1000/au1500/config-3.3 M target/linux/au1000/au1500/profiles/InternetBox.mk M target/linux/au1000/au1500/profiles/MeshCube.mk M target/linux/au1000/au1550/config-3.3 A target/linux/au1000/base-files/lib/upgrade/platform.sh M target/linux/au1000/image/Makefile A target/linux/au1000/patches-3.3/004-pci-idsel-cb.patch A target/linux/generic/patches-3.3/212-x86_reloc_portability.patch M target/linux/kirkwood/config-3.3 A target/linux/kirkwood/files/arch/arm/mach-kirkwood/goflexhome-setup.c A target/linux/kirkwood/files/arch/arm/mach-kirkwood/goflexnet-setup.c M target/linux/kirkwood/patches/000-boards.patch M target/linux/mcs814x/Makefile M target/linux/mcs814x/files-3.3/arch/arm/boot/dts/mcs8140.dtsi M target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/nuport_mac.c M target/linux/mcs814x/files-3.3/drivers/usb/host/ohci-mcs814x.c M toolchain/kernel-headers/Makefile M tools/Makefile A tools/include/elf.h Log Message: ----------- Merge branch 'master' of /home/cero1/src/openwrt Compare: https://github.com/dtaht/Cerowrt-3.3/compare/9d617eb94b42...1bdd9c240a2b