From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.rs.github.com (smtp1-ext.rs.github.com [207.97.227.250]) by huchra.bufferbloat.net (Postfix) with ESMTP id AD0BC200252 for ; Wed, 28 Mar 2012 10:30:06 -0700 (PDT) Received: from github.com (sh2.rs.github.com [50.57.128.197]) by smtp1.rs.github.com (Postfix) with ESMTP id ECE3D42406 for ; Wed, 28 Mar 2012 10:30:05 -0700 (PDT) Date: Wed, 28 Mar 2012 10:30:05 -0700 From: GitHub To: cerowrt-commits@bufferbloat.net Message-ID: <4f734a9dda2ea_24451c7eaec28691c@sh2.rs.github.com.mail> Subject: [dtaht/Cerowrt-3.3] 98aade: brcm47xx: BCMA - Always map 4 bytes Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_4f734a9dd73ad_24451c7eaec28676a"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2012 17:30:06 -0000 ----==_mimepart_4f734a9dd73ad_24451c7eaec28676a Date: Wed, 28 Mar 2012 10:30:05 -0700 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <4f734a9dd948d_24451c7eaec286893@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/dtaht/Cerowrt-3.3 Commit: 98aade835d602f487e009c19e85daa5fdf7b5631 https://github.com/dtaht/Cerowrt-3.3/commit/98aade835d602f487e009c19e85daa5fdf7b5631 Author: hauke Date: 2012-03-28 (Wed, 28 Mar 2012) Changed paths: A target/linux/brcm47xx/patches-3.2/234-bcma-always-map-4-bytes.patch Log Message: ----------- brcm47xx: BCMA - Always map 4 bytes This probably doesn't matter, but reads/writes are always 4 bytes, so always map 4 bytes. Changes since v1: Moved changes to new patch file (234-bcma-always-map-4-bytes.patch). Signed-off-by: Nathan Hintz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31119 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: e32d309b26905584c32a1cda798fcb68dbddfb4b https://github.com/dtaht/Cerowrt-3.3/commit/e32d309b26905584c32a1cda798fcb68dbddfb4b Author: hauke Date: 2012-03-28 (Wed, 28 Mar 2012) Changed paths: M target/linux/brcm47xx/patches-3.2/230-bcma-find-name-for-non-brcm.patch Log Message: ----------- brcm47xx: BCMA - Consolidate/reduce code in bcma_device_name Eliminate unneeded procedure by incorporating code into bcma_device_name Signed-off-by: Nathan Hintz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31120 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 36dba7bb1a3db687e7447a4a9266e9a991e3a584 https://github.com/dtaht/Cerowrt-3.3/commit/36dba7bb1a3db687e7447a4a9266e9a991e3a584 Author: nbd Date: 2012-03-28 (Wed, 28 Mar 2012) Changed paths: M package/uci/Makefile Log Message: ----------- uci: update to latest version, fixes return code of the cli on various failures git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31121 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 751ddce33684c31f0769eaa05f3c465826e0aaec https://github.com/dtaht/Cerowrt-3.3/commit/751ddce33684c31f0769eaa05f3c465826e0aaec Author: nbd Date: 2012-03-28 (Wed, 28 Mar 2012) Changed paths: A package/trelay/Makefile A package/trelay/files/trelay.config A package/trelay/files/trelay.hotplug A package/trelay/files/trelay.init A package/trelay/src/Makefile A package/trelay/src/trelay.c Log Message: ----------- add trelay, a trivial ethernet relay which allows pseudo-bridging ad-hoc or client mode devices over vlans to other hosts git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31122 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 10c82db728560c974c78f04905012724f9811f1f https://github.com/dtaht/Cerowrt-3.3/commit/10c82db728560c974c78f04905012724f9811f1f Author: mirko Date: 2012-03-28 (Wed, 28 Mar 2012) Changed paths: M target/linux/generic/patches-2.6.37/970-mips-gcc-4.6-set-but-unused-fixes.patch Log Message: ----------- [target/generic] deal with 'set-but-unused-variables' in a more generic way git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31123 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: af3d648420499d60e83e32d426e8c6ec834dba3b https://github.com/dtaht/Cerowrt-3.3/commit/af3d648420499d60e83e32d426e8c6ec834dba3b Author: mirko Date: 2012-03-28 (Wed, 28 Mar 2012) Changed paths: R target/linux/xburst/patches-2.6.37/600-remove-set-but-unused-var.patch Log Message: ----------- Revert commit 31091 - "[target/xburst] remove set but unused variable which leads into compiling errors with GCC >= 4.6.0" 'set-but-unused-variable'-issues are dealt with in a generic way now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31124 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 5b6db6bde03274194b38f1c776e89b46d1ce5a03 https://github.com/dtaht/Cerowrt-3.3/commit/5b6db6bde03274194b38f1c776e89b46d1ce5a03 Author: Dave Taht Date: 2012-03-28 (Wed, 28 Mar 2012) Changed paths: A package/trelay/Makefile A package/trelay/files/trelay.config A package/trelay/files/trelay.hotplug A package/trelay/files/trelay.init A package/trelay/src/Makefile A package/trelay/src/trelay.c M package/uci/Makefile M target/linux/brcm47xx/patches-3.2/230-bcma-find-name-for-non-brcm.patch A target/linux/brcm47xx/patches-3.2/234-bcma-always-map-4-bytes.patch M target/linux/generic/patches-2.6.37/970-mips-gcc-4.6-set-but-unused-fixes.patch R target/linux/xburst/patches-2.6.37/600-remove-set-but-unused-var.patch Log Message: ----------- Merge branch 'master' of /home/cero1/src/openwrt Compare: https://github.com/dtaht/Cerowrt-3.3/compare/1c79002...5b6db6b ----==_mimepart_4f734a9dd73ad_24451c7eaec28676a--