Branch: refs/heads/master Home: https://github.com/dtaht/Cerowrt-3.3 Commit: f6c0a7c4e123911ed2c779191dbc6f3194d8aee8 https://github.com/dtaht/Cerowrt-3.3/commit/f6c0a7c4e123911ed2c779191dbc6f3194d8aee8 Author: nbd Date: 2012-06-08 (Fri, 08 Jun 2012) Changed paths: M package/mac80211/files/regdb.txt Log Message: ----------- mac80211: remove the passive-scan/no-ibss flag of channels 36-48 in the world regd similar to the default regd in ath git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32126 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 15a1f9e148521a0b468492d03bdeae56b4d941d4 https://github.com/dtaht/Cerowrt-3.3/commit/15a1f9e148521a0b468492d03bdeae56b4d941d4 Author: jow Date: 2012-06-08 (Fri, 08 Jun 2012) Changed paths: M package/firewall/Makefile M package/firewall/files/firewall.config Log Message: ----------- [package] firewall: allow incoming ICMPv6 router-advertisement and neighbor-advertisement, thanks swalker git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32127 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 7efa150cb414a635aa56cd1475d83eb67d1c6cd5 https://github.com/dtaht/Cerowrt-3.3/commit/7efa150cb414a635aa56cd1475d83eb67d1c6cd5 Author: nbd Date: 2012-06-08 (Fri, 08 Jun 2012) Changed paths: M package/busybox/Config.in M package/librpc/Makefile A package/librpc/patches/100-compat_fix.patch M rules.mk Log Message: ----------- make librpc compatible with eglibc, unconditionally enable it for packages that need rpc support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32129 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 3e70eebc2260a6bdb238e29f2791ea3f9233ca08 https://github.com/dtaht/Cerowrt-3.3/commit/3e70eebc2260a6bdb238e29f2791ea3f9233ca08 Author: mb Date: 2012-06-08 (Fri, 08 Jun 2012) Changed paths: M Config.in Log Message: ----------- Fix early printk compile on ARM git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32130 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 5a35428cb38587163f310da4252de04110496e60 https://github.com/dtaht/Cerowrt-3.3/commit/5a35428cb38587163f310da4252de04110496e60 Author: luka Date: 2012-06-08 (Fri, 08 Jun 2012) Changed paths: M target/linux/kirkwood/files/arch/arm/mach-kirkwood/nas6210-setup.c Log Message: ----------- kirkwood: ib62x0 fix reboot git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32131 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: f6542cffebf07e7a91000c2ed2fd2c58268cf942 https://github.com/dtaht/Cerowrt-3.3/commit/f6542cffebf07e7a91000c2ed2fd2c58268cf942 Author: Dave Taht Date: 2012-06-09 (Sat, 09 Jun 2012) Changed paths: M package/dnsmasq/Makefile Log Message: ----------- dnsmasq: update to 2.62 Commit: 2b20d394c0a175f92841f9bb41be0c62b5e90f37 https://github.com/dtaht/Cerowrt-3.3/commit/2b20d394c0a175f92841f9bb41be0c62b5e90f37 Author: Dave Taht Date: 2012-06-09 (Sat, 09 Jun 2012) Changed paths: M package/base-files/files/etc/sysctl.conf Log Message: ----------- Enable TCP timestamps. Enable sack/dsack. Enable ECN if offered A year of testing in the cerowrt project shows not using timestamps to be a very bad idea in nearly any TCP at speeds above a few Mbit. As FQ_CODEL will actually assert ECT(3) on ECN streams, it is useful to have ECN be negotiated when offered. In this day and age it could also be hoped that ECN could merely be one by default, but... Lastly sack/dsack help on recovery from larger amounts of packet loss. Commit: 4dcab522c70a47c709e24f5800df6bd6c23ad06e https://github.com/dtaht/Cerowrt-3.3/commit/4dcab522c70a47c709e24f5800df6bd6c23ad06e Author: Dave Taht Date: 2012-06-09 (Sat, 09 Jun 2012) Changed paths: M target/linux/generic/config-3.3 Log Message: ----------- Switch openwrt default to TCP cubic from westwood Despite Westwood's theoretical advantages, in nearly every benchmark we ran last year, TCP cubic won, whether it be on correct RTT estimates, amount of buffering, responsiveness, etc. on current hardware and software designs. (both need timestamps on to work well, besides) TCP cubic is better maintained and understood than westwood, also. While a scenario where westwood would win possibly exists, there is too much buffering in the wifi stack in particular at present, to see any improvement. So this leaves westwood enabled, but no longer the default. If you wish to exercise various TCPs under contention, the current svn head of netperf (2.6) has options to switch congestion control agorithms on the fly, as does iperf. Commit: c6c5f7489412b53ecf3984a60068fb4435fe5897 https://github.com/dtaht/Cerowrt-3.3/commit/c6c5f7489412b53ecf3984a60068fb4435fe5897 Author: Dave Taht Date: 2012-06-09 (Sat, 09 Jun 2012) Changed paths: M Config.in M package/base-files/files/etc/sysctl.conf M package/busybox/Config.in M package/dnsmasq/Makefile M package/firewall/Makefile M package/firewall/files/firewall.config M package/librpc/Makefile A package/librpc/patches/100-compat_fix.patch M package/mac80211/files/regdb.txt M rules.mk M target/linux/generic/config-3.3 M target/linux/kirkwood/files/arch/arm/mach-kirkwood/nas6210-setup.c Log Message: ----------- Merge branch 'master' of /home/cero1/src/openwrt Commit: 3d51440bba2e642f061a34310371c6f339080b28 https://github.com/dtaht/Cerowrt-3.3/commit/3d51440bba2e642f061a34310371c6f339080b28 Author: luka Date: 2012-06-09 (Sat, 09 Jun 2012) Changed paths: M package/e2fsprogs/Makefile M package/e2fsprogs/patches/001-link-against-libuuid.patch Log Message: ----------- [package] e2fsprogs: update to 1.42.3 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32140 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: b3174b68002e1569ba90be717ae69332cfa70799 https://github.com/dtaht/Cerowrt-3.3/commit/b3174b68002e1569ba90be717ae69332cfa70799 Author: luka Date: 2012-06-09 (Sat, 09 Jun 2012) Changed paths: M package/util-linux/Makefile M package/util-linux/patches/000-compile.patch Log Message: ----------- [package] util-linux: update to 2.21.2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32141 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 8ff82a78ac1ad3f07d67633f31065729dfb8792c https://github.com/dtaht/Cerowrt-3.3/commit/8ff82a78ac1ad3f07d67633f31065729dfb8792c Author: luka Date: 2012-06-09 (Sat, 09 Jun 2012) Changed paths: M tools/e2fsprogs/Makefile M tools/e2fsprogs/patches/001-exit_0_on_corrected_errors.patch R tools/e2fsprogs/patches/002-freebsd_fix.patch R tools/e2fsprogs/patches/003-darwin_directio_fix.patch R tools/e2fsprogs/patches/004-big_endian_compile_fix.patch R tools/e2fsprogs/patches/005-posix_memalign.patch Log Message: ----------- [tools] e2fsprogs: update to 1.42.3 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32142 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 88f37bc7ec541d238e093f61f8abbc1174879322 https://github.com/dtaht/Cerowrt-3.3/commit/88f37bc7ec541d238e093f61f8abbc1174879322 Author: luka Date: 2012-06-09 (Sat, 09 Jun 2012) Changed paths: M tools/mkimage/Makefile M tools/mkimage/patches/030-allow-to-use-different-magic.patch Log Message: ----------- [tools] mkimage: update to 2012.04.01 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32143 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: dd225c9d80e62871cbf0ec3964468b62b785da5e https://github.com/dtaht/Cerowrt-3.3/commit/dd225c9d80e62871cbf0ec3964468b62b785da5e Author: luka Date: 2012-06-09 (Sat, 09 Jun 2012) Changed paths: M tools/gmp/Makefile Log Message: ----------- [tools] gmp: update to 5.0.5 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32144 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 71a8b79240ea9c43573d52dd22ebe12e47d29c3d https://github.com/dtaht/Cerowrt-3.3/commit/71a8b79240ea9c43573d52dd22ebe12e47d29c3d Author: luka Date: 2012-06-09 (Sat, 09 Jun 2012) Changed paths: M tools/mklibs/Makefile R tools/mklibs/patches/001-missing_includes.patch M tools/mklibs/patches/002-disable_symbol_checks.patch M tools/mklibs/patches/003-no_copy.patch M tools/mklibs/patches/004-libpthread_link.patch A tools/mklibs/patches/005-duplicate_syms.patch R tools/mklibs/patches/005-readelf_fixes.patch R tools/mklibs/patches/006-duplicate_syms.patch A tools/mklibs/patches/006-uclibc_init.patch A tools/mklibs/patches/007-gc_sections.patch R tools/mklibs/patches/007-uclibc_init.patch R tools/mklibs/patches/008-gc_sections.patch A tools/mklibs/patches/008-uclibc_libgcc_link.patch R tools/mklibs/patches/009-uclibc_libgcc_link.patch A tools/mklibs/patches/009-uclibc_libpthread_symbols.patch A tools/mklibs/patches/010-remove_STT_GNU_IFUNC.patch R tools/mklibs/patches/010-uclibc_libpthread_symbols.patch Log Message: ----------- [tools] mklibs: update to 0.1.34 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32145 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 02167764413fa26853eeb6914ab64bbb527bdbbb https://github.com/dtaht/Cerowrt-3.3/commit/02167764413fa26853eeb6914ab64bbb527bdbbb Author: nbd Date: 2012-06-09 (Sat, 09 Jun 2012) Changed paths: M package/ppp/files/ppp.sh Log Message: ----------- ppp: enable no_device in the netifd pppoa handler to bring it up at boot time (#11631) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32146 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 0df10274728631c87693bbbd79e854a6e1f34ac5 https://github.com/dtaht/Cerowrt-3.3/commit/0df10274728631c87693bbbd79e854a6e1f34ac5 Author: luka Date: 2012-06-09 (Sat, 09 Jun 2012) Changed paths: M package/zlib/Makefile R package/zlib/patches/100-cross_compile.patch R package/zlib/patches/110-largefile_fix.patch Log Message: ----------- [package] zlib: update to 1.2.7 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32147 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 02e7c58e902d20b7353317b8d3ac38c311282c9c https://github.com/dtaht/Cerowrt-3.3/commit/02e7c58e902d20b7353317b8d3ac38c311282c9c Author: blogic Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M tools/e2fsprogs/Makefile Log Message: ----------- [e2fsprog] fix build breakage introduced by [32142] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32157 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 20776d59bccded6378257bb6da50c2152aeedba0 https://github.com/dtaht/Cerowrt-3.3/commit/20776d59bccded6378257bb6da50c2152aeedba0 Author: blogic Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M tools/e2fsprogs/Makefile Log Message: ----------- [tools] more e2fsprogs fixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32158 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: c7a15aa54a7aa025a65e14a27a75fa502c3b6c6f https://github.com/dtaht/Cerowrt-3.3/commit/c7a15aa54a7aa025a65e14a27a75fa502c3b6c6f Author: nbd Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: A package/mac80211/patches/572-ath9k_ani_cleanup_weak_signal_detect.patch A package/mac80211/patches/573-ath9k_ani_fix_mode_checks.patch A package/mac80211/patches/574-ath9k_remove_old_ani.patch A package/mac80211/patches/575-ath9k_ani_cleanup.patch A package/mac80211/patches/576-ath9k_ani_remove_mib_int.patch A package/mac80211/patches/577-ath9k_fix_noise_immunity.patch A package/mac80211/patches/578-ath9k_cleanup_ani_ofdm_trig.patch Log Message: ----------- ath9k: add some more ani fixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32159 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 70f4fb23cda0b83e651be955c7ae247adece5d3d https://github.com/dtaht/Cerowrt-3.3/commit/70f4fb23cda0b83e651be955c7ae247adece5d3d Author: nbd Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M package/ppp/files/ppp.sh Log Message: ----------- ppp: block restart of interfaces if pppd refused the command line options git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32160 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 97a21abd4f12a1ead5e26100177763016a28c501 https://github.com/dtaht/Cerowrt-3.3/commit/97a21abd4f12a1ead5e26100177763016a28c501 Author: nbd Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M tools/e2fsprogs/Makefile Log Message: ----------- tools/e2fsprogs: disable building elf shared libraries, it is unnecessary and breaks on mac os x git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32161 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: d0fc9333a91498555cd2e327f6ce47fd3dce9ac1 https://github.com/dtaht/Cerowrt-3.3/commit/d0fc9333a91498555cd2e327f6ce47fd3dce9ac1 Author: jow Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M package/busybox/Makefile A package/busybox/patches/251-ash_fix-redir-substitution.patch Log Message: ----------- [package] busybox: fix bad variable substitution on right hand side of I/O redirection, imported patch from upstream bug 5282 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32162 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: fae644a63b578cd9a3dcee0d0c968757c964cf46 https://github.com/dtaht/Cerowrt-3.3/commit/fae644a63b578cd9a3dcee0d0c968757c964cf46 Author: nbd Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M tools/mklibs/Makefile A tools/mklibs/patches/001-missing_includes.patch M tools/mklibs/patches/002-disable_symbol_checks.patch M tools/mklibs/patches/003-no_copy.patch M tools/mklibs/patches/004-libpthread_link.patch R tools/mklibs/patches/005-duplicate_syms.patch A tools/mklibs/patches/005-readelf_fixes.patch A tools/mklibs/patches/006-duplicate_syms.patch R tools/mklibs/patches/006-uclibc_init.patch R tools/mklibs/patches/007-gc_sections.patch A tools/mklibs/patches/007-uclibc_init.patch A tools/mklibs/patches/008-gc_sections.patch R tools/mklibs/patches/008-uclibc_libgcc_link.patch A tools/mklibs/patches/009-uclibc_libgcc_link.patch R tools/mklibs/patches/009-uclibc_libpthread_symbols.patch R tools/mklibs/patches/010-remove_STT_GNU_IFUNC.patch A tools/mklibs/patches/010-uclibc_libpthread_symbols.patch Log Message: ----------- Revert "[tools] mklibs: update to 0.1.34" Too much broken, needs to be reworked git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32163 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 3d48f3f57b5e98ed485c7e8b99e49d485a06bca9 https://github.com/dtaht/Cerowrt-3.3/commit/3d48f3f57b5e98ed485c7e8b99e49d485a06bca9 Author: nbd Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M tools/Makefile Log Message: ----------- tools: add a python symlink that prefers python2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32164 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 3060881070cec7e44f64aab8b61c15d6d117ca5f https://github.com/dtaht/Cerowrt-3.3/commit/3060881070cec7e44f64aab8b61c15d6d117ca5f Author: luka Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M package/Makefile M tools/mklibs/Makefile R tools/mklibs/patches/001-missing_includes.patch M tools/mklibs/patches/002-disable_symbol_checks.patch M tools/mklibs/patches/003-no_copy.patch M tools/mklibs/patches/004-libpthread_link.patch A tools/mklibs/patches/005-duplicate_syms.patch R tools/mklibs/patches/005-readelf_fixes.patch R tools/mklibs/patches/006-duplicate_syms.patch A tools/mklibs/patches/006-uclibc_init.patch A tools/mklibs/patches/007-gc_sections.patch R tools/mklibs/patches/007-uclibc_init.patch R tools/mklibs/patches/008-gc_sections.patch A tools/mklibs/patches/008-uclibc_libgcc_link.patch R tools/mklibs/patches/009-uclibc_libgcc_link.patch A tools/mklibs/patches/009-uclibc_libpthread_symbols.patch A tools/mklibs/patches/010-remove_STT_GNU_IFUNC.patch R tools/mklibs/patches/010-uclibc_libpthread_symbols.patch A tools/mklibs/patches/011-remove_multiarch.patch Log Message: ----------- [tools] mklibs: update to 0.1.34 (v2) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32165 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: a2bb6e17ce2a7c16435baab2085e108650e934db https://github.com/dtaht/Cerowrt-3.3/commit/a2bb6e17ce2a7c16435baab2085e108650e934db Author: nbd Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M package/util-linux/Makefile Log Message: ----------- util-linux: libblkid depends on libuuid git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32168 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 026e567afc744d60896b0bb46043b5b86c4da11d https://github.com/dtaht/Cerowrt-3.3/commit/026e567afc744d60896b0bb46043b5b86c4da11d Author: nbd Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M package/base-files/Makefile A package/toolchain/Makefile Log Message: ----------- base-files: move all toolchain packages to a separate package directory 'toolchain' git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32169 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: bc38f26d426659c61047a5db547c625768fc5999 https://github.com/dtaht/Cerowrt-3.3/commit/bc38f26d426659c61047a5db547c625768fc5999 Author: nbd Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M package/toolchain/Makefile Log Message: ----------- toolchain: fix libc dependency on libgcc git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32170 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: bc5ad537dbafdcaac0489d96ea53ffea7d5f2c8e https://github.com/dtaht/Cerowrt-3.3/commit/bc5ad537dbafdcaac0489d96ea53ffea7d5f2c8e Author: nbd Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M include/package-defaults.mk M include/package-dumpinfo.mk Log Message: ----------- build: add a dependency on libc to all non-kernel packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32171 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 52f252f7024e69d339384dc267dbac88e41840b6 https://github.com/dtaht/Cerowrt-3.3/commit/52f252f7024e69d339384dc267dbac88e41840b6 Author: nbd Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M include/package-ipkg.mk M include/package.mk Log Message: ----------- build: generate a list of provided libraries for each ipkg file (includes provided libraries from packages that the exporting package depends on) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32172 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 6b66e21e4439d0c51d481fdd8dfd8085558e6241 https://github.com/dtaht/Cerowrt-3.3/commit/6b66e21e4439d0c51d481fdd8dfd8085558e6241 Author: nbd Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M package/libubox/Makefile Log Message: ----------- libubox: add a missing dependency git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32173 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: e5778e471c384f4dcd63c4905d8bc341bb580c4d https://github.com/dtaht/Cerowrt-3.3/commit/e5778e471c384f4dcd63c4905d8bc341bb580c4d Author: nbd Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M package/ubus/Makefile Log Message: ----------- ubus: add a missing dependency git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32174 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 8171f3fbb7b85ed7940b6605a2ab34f204f5107c https://github.com/dtaht/Cerowrt-3.3/commit/8171f3fbb7b85ed7940b6605a2ab34f204f5107c Author: nbd Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M package/busybox/Config.in M package/busybox/Makefile Log Message: ----------- busybox: remove BUSYBOX_USE_LIBRPC git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32175 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 3c87508f9886b560b0c336f5531b63107c56c722 https://github.com/dtaht/Cerowrt-3.3/commit/3c87508f9886b560b0c336f5531b63107c56c722 Author: nbd Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M package/toolchain/Makefile Log Message: ----------- toolchain: remove target dependencies on libgcc/libgfortran, add checks to package install template instead git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32176 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 5e27d1ed3b8f8ddd4f6f20fd5563ecad4188f889 https://github.com/dtaht/Cerowrt-3.3/commit/5e27d1ed3b8f8ddd4f6f20fd5563ecad4188f889 Author: nbd Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M package/ebtables/Makefile Log Message: ----------- ebtables: add a missing dependency git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32181 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: d184ace808068f50ca84323716fdbaee469d5e6e https://github.com/dtaht/Cerowrt-3.3/commit/d184ace808068f50ca84323716fdbaee469d5e6e Author: nbd Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M package/fuse/Makefile Log Message: ----------- fuse: add missing dependency git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32182 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 043ef04cf0819b580cd46c223c588da8a345c817 https://github.com/dtaht/Cerowrt-3.3/commit/043ef04cf0819b580cd46c223c588da8a345c817 Author: nbd Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M package/util-linux/Makefile Log Message: ----------- util-linux: disable udev support, add missing dependencies git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32183 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 499d03c2f31d3530bc5d16e674f0ebe041276580 https://github.com/dtaht/Cerowrt-3.3/commit/499d03c2f31d3530bc5d16e674f0ebe041276580 Author: nbd Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M package/e2fsprogs/Makefile Log Message: ----------- e2fsprogs: move dependencies to the right packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32184 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: af491558a3344d5ae56a0b2163d552d026c3a1d3 https://github.com/dtaht/Cerowrt-3.3/commit/af491558a3344d5ae56a0b2163d552d026c3a1d3 Author: nbd Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M include/package-ipkg.mk A scripts/gen-dependencies.sh Log Message: ----------- build: add checks for missing package dependencies git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32185 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: b766b6c9d5b7008ec458d7f574a6ec13596e08f5 https://github.com/dtaht/Cerowrt-3.3/commit/b766b6c9d5b7008ec458d7f574a6ec13596e08f5 Author: nbd Date: 2012-06-10 (Sun, 10 Jun 2012) Changed paths: M scripts/ipkg-make-index.sh M target/imagebuilder/files/Makefile Log Message: ----------- package/index: filter out the libc package from the index git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32187 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 6ae19d404b1b8efa3b76b781ab29f13f3f93a835 https://github.com/dtaht/Cerowrt-3.3/commit/6ae19d404b1b8efa3b76b781ab29f13f3f93a835 Author: jow Date: 2012-06-11 (Mon, 11 Jun 2012) Changed paths: M package/netifd/files/lib/netifd/proto/dhcp.sh M package/netifd/files/lib/network/config.sh Log Message: ----------- [package] netifd: localize internally used shell variables (#11567) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32192 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 62118cb0298e7d5315739c17978754335b9d6663 https://github.com/dtaht/Cerowrt-3.3/commit/62118cb0298e7d5315739c17978754335b9d6663 Author: Dave Taht Date: 2012-06-11 (Mon, 11 Jun 2012) Changed paths: M include/package-defaults.mk M include/package-dumpinfo.mk M include/package-ipkg.mk M include/package.mk M package/Makefile M package/base-files/Makefile M package/busybox/Config.in M package/busybox/Makefile A package/busybox/patches/251-ash_fix-redir-substitution.patch M package/e2fsprogs/Makefile M package/e2fsprogs/patches/001-link-against-libuuid.patch M package/ebtables/Makefile M package/fuse/Makefile M package/libubox/Makefile A package/mac80211/patches/572-ath9k_ani_cleanup_weak_signal_detect.patch A package/mac80211/patches/573-ath9k_ani_fix_mode_checks.patch A package/mac80211/patches/574-ath9k_remove_old_ani.patch A package/mac80211/patches/575-ath9k_ani_cleanup.patch A package/mac80211/patches/576-ath9k_ani_remove_mib_int.patch A package/mac80211/patches/577-ath9k_fix_noise_immunity.patch A package/mac80211/patches/578-ath9k_cleanup_ani_ofdm_trig.patch M package/netifd/files/lib/netifd/proto/dhcp.sh M package/netifd/files/lib/network/config.sh M package/ppp/files/ppp.sh A package/toolchain/Makefile M package/ubus/Makefile M package/util-linux/Makefile M package/util-linux/patches/000-compile.patch M package/zlib/Makefile R package/zlib/patches/100-cross_compile.patch R package/zlib/patches/110-largefile_fix.patch A scripts/gen-dependencies.sh M scripts/ipkg-make-index.sh M target/imagebuilder/files/Makefile M tools/Makefile M tools/e2fsprogs/Makefile M tools/e2fsprogs/patches/001-exit_0_on_corrected_errors.patch R tools/e2fsprogs/patches/002-freebsd_fix.patch R tools/e2fsprogs/patches/003-darwin_directio_fix.patch R tools/e2fsprogs/patches/004-big_endian_compile_fix.patch R tools/e2fsprogs/patches/005-posix_memalign.patch M tools/gmp/Makefile M tools/mkimage/Makefile M tools/mkimage/patches/030-allow-to-use-different-magic.patch M tools/mklibs/Makefile R tools/mklibs/patches/001-missing_includes.patch M tools/mklibs/patches/002-disable_symbol_checks.patch M tools/mklibs/patches/003-no_copy.patch M tools/mklibs/patches/004-libpthread_link.patch A tools/mklibs/patches/005-duplicate_syms.patch R tools/mklibs/patches/005-readelf_fixes.patch R tools/mklibs/patches/006-duplicate_syms.patch A tools/mklibs/patches/006-uclibc_init.patch A tools/mklibs/patches/007-gc_sections.patch R tools/mklibs/patches/007-uclibc_init.patch R tools/mklibs/patches/008-gc_sections.patch A tools/mklibs/patches/008-uclibc_libgcc_link.patch R tools/mklibs/patches/009-uclibc_libgcc_link.patch A tools/mklibs/patches/009-uclibc_libpthread_symbols.patch A tools/mklibs/patches/010-remove_STT_GNU_IFUNC.patch R tools/mklibs/patches/010-uclibc_libpthread_symbols.patch A tools/mklibs/patches/011-remove_multiarch.patch Log Message: ----------- Merge branch 'master' of git://nbd.name/openwrt Commit: cabe80e485b5c7beb88b491613b9b70d390d2ac7 https://github.com/dtaht/Cerowrt-3.3/commit/cabe80e485b5c7beb88b491613b9b70d390d2ac7 Author: Dave Taht Date: 2012-06-11 (Mon, 11 Jun 2012) Changed paths: M include/package-defaults.mk M include/package-dumpinfo.mk M include/package-ipkg.mk M include/package.mk M package/Makefile M package/base-files/Makefile M package/busybox/Config.in M package/busybox/Makefile A package/busybox/patches/251-ash_fix-redir-substitution.patch M package/e2fsprogs/Makefile M package/e2fsprogs/patches/001-link-against-libuuid.patch M package/ebtables/Makefile M package/fuse/Makefile M package/libubox/Makefile A package/mac80211/patches/572-ath9k_ani_cleanup_weak_signal_detect.patch A package/mac80211/patches/573-ath9k_ani_fix_mode_checks.patch A package/mac80211/patches/574-ath9k_remove_old_ani.patch A package/mac80211/patches/575-ath9k_ani_cleanup.patch A package/mac80211/patches/576-ath9k_ani_remove_mib_int.patch A package/mac80211/patches/577-ath9k_fix_noise_immunity.patch A package/mac80211/patches/578-ath9k_cleanup_ani_ofdm_trig.patch M package/netifd/files/lib/netifd/proto/dhcp.sh M package/netifd/files/lib/network/config.sh M package/ppp/files/ppp.sh A package/toolchain/Makefile M package/ubus/Makefile M package/util-linux/Makefile M package/util-linux/patches/000-compile.patch M package/zlib/Makefile R package/zlib/patches/100-cross_compile.patch R package/zlib/patches/110-largefile_fix.patch A scripts/gen-dependencies.sh M scripts/ipkg-make-index.sh M target/imagebuilder/files/Makefile M tools/Makefile M tools/e2fsprogs/Makefile M tools/e2fsprogs/patches/001-exit_0_on_corrected_errors.patch R tools/e2fsprogs/patches/002-freebsd_fix.patch R tools/e2fsprogs/patches/003-darwin_directio_fix.patch R tools/e2fsprogs/patches/004-big_endian_compile_fix.patch R tools/e2fsprogs/patches/005-posix_memalign.patch M tools/gmp/Makefile M tools/mkimage/Makefile M tools/mkimage/patches/030-allow-to-use-different-magic.patch M tools/mklibs/Makefile R tools/mklibs/patches/001-missing_includes.patch M tools/mklibs/patches/002-disable_symbol_checks.patch M tools/mklibs/patches/003-no_copy.patch M tools/mklibs/patches/004-libpthread_link.patch A tools/mklibs/patches/005-duplicate_syms.patch R tools/mklibs/patches/005-readelf_fixes.patch R tools/mklibs/patches/006-duplicate_syms.patch A tools/mklibs/patches/006-uclibc_init.patch A tools/mklibs/patches/007-gc_sections.patch R tools/mklibs/patches/007-uclibc_init.patch R tools/mklibs/patches/008-gc_sections.patch A tools/mklibs/patches/008-uclibc_libgcc_link.patch R tools/mklibs/patches/009-uclibc_libgcc_link.patch A tools/mklibs/patches/009-uclibc_libpthread_symbols.patch A tools/mklibs/patches/010-remove_STT_GNU_IFUNC.patch R tools/mklibs/patches/010-uclibc_libpthread_symbols.patch A tools/mklibs/patches/011-remove_multiarch.patch Log Message: ----------- Merge branch 'master' of /home/cero1/src/openwrt Commit: 4f0c36d0d387a10bd07feb14c9c78463db5799d3 https://github.com/dtaht/Cerowrt-3.3/commit/4f0c36d0d387a10bd07feb14c9c78463db5799d3 Author: nbd Date: 2012-06-11 (Mon, 11 Jun 2012) Changed paths: M include/package.mk Log Message: ----------- package.mk: unexport the QUIET variable, it affects some packages like xapian-bindings git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32196 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 3c67ec79206ab4a96bb063c14ac824013dfcd448 https://github.com/dtaht/Cerowrt-3.3/commit/3c67ec79206ab4a96bb063c14ac824013dfcd448 Author: jow Date: 2012-06-11 (Mon, 11 Jun 2012) Changed paths: M package/ppp/Makefile M package/ppp/files/ppp.sh A package/ppp/patches/500-add-pptp-plugin.patch Log Message: ----------- [package] ppp: add support for kernel mode pptp - add ppp-mod-pptp, based on patch by Daniel Golle - add netifd integration for pptp to ppp.sh git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32197 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: d675c9051ff90e71e766cde4da3f6bf21cac4e00 https://github.com/dtaht/Cerowrt-3.3/commit/d675c9051ff90e71e766cde4da3f6bf21cac4e00 Author: jow Date: 2012-06-11 (Mon, 11 Jun 2012) Changed paths: R package/pptp/Makefile R package/pptp/files/options.pptp R package/pptp/files/pptp.sh R package/pptp/patches/100-signal_cleanup.patch Log Message: ----------- [package] drop userspace pptp - it is defunct, slow and badly integrated git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32198 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 416212fa14bc03239c8a0105f3b151d31a561ba7 https://github.com/dtaht/Cerowrt-3.3/commit/416212fa14bc03239c8a0105f3b151d31a561ba7 Author: jow Date: 2012-06-11 (Mon, 11 Jun 2012) Changed paths: M include/autotools.mk Log Message: ----------- [include] autotools.mk: cope with Debian version strings in libtool git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32207 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: d8ff69c0da85596b918106bf2ff940dbebc05892 https://github.com/dtaht/Cerowrt-3.3/commit/d8ff69c0da85596b918106bf2ff940dbebc05892 Author: jogo Date: 2012-06-11 (Mon, 11 Jun 2012) Changed paths: M target/linux/brcm63xx/patches-3.3/402-ehci-add-driver-for-bcm63xx-integrated-controller.patch Log Message: ----------- bcm63xx: readd accidentially dropped ignore_oc in ehci driver fixes overcurrent warning spam on 3.3 kernels for bcm63xx again. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32221 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 97e89e29c467669d69981bcd4d8f701ffa8fbedf https://github.com/dtaht/Cerowrt-3.3/commit/97e89e29c467669d69981bcd4d8f701ffa8fbedf Author: jow Date: 2012-06-11 (Mon, 11 Jun 2012) Changed paths: A package/ppp/files/etc/ppp/options.pptp Log Message: ----------- [package] ppp: add missing options.pptp git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32233 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 49a63a555a5cf27de48013767066ac5119f60b5a https://github.com/dtaht/Cerowrt-3.3/commit/49a63a555a5cf27de48013767066ac5119f60b5a Author: Dave Taht Date: 2012-06-12 (Tue, 12 Jun 2012) Changed paths: M include/autotools.mk M include/package.mk M package/ppp/Makefile A package/ppp/files/etc/ppp/options.pptp M package/ppp/files/ppp.sh A package/ppp/patches/500-add-pptp-plugin.patch R package/pptp/Makefile R package/pptp/files/options.pptp R package/pptp/files/pptp.sh R package/pptp/patches/100-signal_cleanup.patch M target/linux/brcm63xx/patches-3.3/402-ehci-add-driver-for-bcm63xx-integrated-controller.patch Log Message: ----------- Merge branch 'master' of git://nbd.name/openwrt Commit: 95f6fb5ad09d140a6c3cd014004629e57e1acc0a https://github.com/dtaht/Cerowrt-3.3/commit/95f6fb5ad09d140a6c3cd014004629e57e1acc0a Author: Dave Taht Date: 2012-06-12 (Tue, 12 Jun 2012) Changed paths: M include/autotools.mk M include/package.mk M package/ppp/Makefile A package/ppp/files/etc/ppp/options.pptp M package/ppp/files/ppp.sh A package/ppp/patches/500-add-pptp-plugin.patch R package/pptp/Makefile R package/pptp/files/options.pptp R package/pptp/files/pptp.sh R package/pptp/patches/100-signal_cleanup.patch M target/linux/brcm63xx/patches-3.3/402-ehci-add-driver-for-bcm63xx-integrated-controller.patch Log Message: ----------- Merge branch 'master' of /home/cero1/src/openwrt Commit: 266f935b93017f801c2bb6e2e4a2989138386351 https://github.com/dtaht/Cerowrt-3.3/commit/266f935b93017f801c2bb6e2e4a2989138386351 Author: jow Date: 2012-06-12 (Tue, 12 Jun 2012) Changed paths: M package/ppp/Makefile Log Message: ----------- [package] ppp: make ppp-mod-pptp depend on resolveip git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32269 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: bf7305f71fef65a024d2df44c562c361edc72b85 https://github.com/dtaht/Cerowrt-3.3/commit/bf7305f71fef65a024d2df44c562c361edc72b85 Author: jow Date: 2012-06-12 (Tue, 12 Jun 2012) Changed paths: M scripts/gen-dependencies.sh Log Message: ----------- [scripts] gen-dependencies.sh: only include lib*.so* files in dependency list, to match the filtering of provides lists git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32272 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 5309dc047939ef56ececdae7e9f7da8df72ce14a https://github.com/dtaht/Cerowrt-3.3/commit/5309dc047939ef56ececdae7e9f7da8df72ce14a Author: jow Date: 2012-06-13 (Wed, 13 Jun 2012) Changed paths: M include/package-ipkg.mk Log Message: ----------- [include] package-ipkg.sh: copy the package provides list for all virtual PROVIDES git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32332 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 2d3cf7a902b820e9d637bd0385a87d044115780a https://github.com/dtaht/Cerowrt-3.3/commit/2d3cf7a902b820e9d637bd0385a87d044115780a Author: nbd Date: 2012-06-13 (Wed, 13 Jun 2012) Changed paths: M target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr11u.c Log Message: ----------- ar71xx: swap the PHY address of the ethernet port of TL-MR3040/TL-MR11U similar to TL-MR3020 to fix ethernet link detection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32336 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 4a84d63d35492225351c5230dd43bab0a1313961 https://github.com/dtaht/Cerowrt-3.3/commit/4a84d63d35492225351c5230dd43bab0a1313961 Author: nbd Date: 2012-06-13 (Wed, 13 Jun 2012) Changed paths: M package/base-files/Makefile Log Message: ----------- base-files: override Build/Compile/Default instead of Build/Compile (fixes #11667) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32339 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 41f27dafe5c7239a3c645d3b1d7923748922789b https://github.com/dtaht/Cerowrt-3.3/commit/41f27dafe5c7239a3c645d3b1d7923748922789b Author: jow Date: 2012-06-13 (Wed, 13 Jun 2012) Changed paths: M package/base-files/files/etc/rc.common Log Message: ----------- [package] base-files: enable shell tracing in initscripts when INIT_TRACE is set git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32340 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 69934f5a3475b0a3ea96c302f76f673d9d019e0f https://github.com/dtaht/Cerowrt-3.3/commit/69934f5a3475b0a3ea96c302f76f673d9d019e0f Author: luka Date: 2012-06-13 (Wed, 13 Jun 2012) Changed paths: M target/linux/kirkwood/base-files/etc/uci-defaults/leds Log Message: ----------- kirkwood: fix typo in uci-defaults/leds Signed-off-by: Martin Mueller git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32343 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 1c5faa1dd8443df01b1c226229e35ffacdfb80f7 https://github.com/dtaht/Cerowrt-3.3/commit/1c5faa1dd8443df01b1c226229e35ffacdfb80f7 Author: Dave Taht Date: 2012-06-14 (Thu, 14 Jun 2012) Changed paths: M include/package-ipkg.mk M package/base-files/Makefile M package/base-files/files/etc/rc.common M package/ppp/Makefile M scripts/gen-dependencies.sh M target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr11u.c M target/linux/kirkwood/base-files/etc/uci-defaults/leds Log Message: ----------- Merge branch 'master' of git://nbd.name/openwrt Commit: 37845cc23955678e7bb41fb39bd64b524969c9c6 https://github.com/dtaht/Cerowrt-3.3/commit/37845cc23955678e7bb41fb39bd64b524969c9c6 Author: nbd Date: 2012-06-14 (Thu, 14 Jun 2012) Changed paths: M package/netifd/Makefile Log Message: ----------- netifd: update to latest version, adds back the workaround for ignoring wlan* in /etc/config/network git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32356 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 47f6b6593c1cbcdc49d966796cf2e5e6c3dfd098 https://github.com/dtaht/Cerowrt-3.3/commit/47f6b6593c1cbcdc49d966796cf2e5e6c3dfd098 Author: nbd Date: 2012-06-14 (Thu, 14 Jun 2012) Changed paths: M include/package-ipkg.mk Log Message: ----------- include/package-ipkg.mk: fix copying provides list introduced in r32332 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32358 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: ba9de6d88467fe9a2c50263468ae587e924f355e https://github.com/dtaht/Cerowrt-3.3/commit/ba9de6d88467fe9a2c50263468ae587e924f355e Author: nbd Date: 2012-06-14 (Thu, 14 Jun 2012) Changed paths: M Config.in Log Message: ----------- Config.in: remove obsolete dependency git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32366 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: fbed636a79d6eb5ad66bb255b9710cb79ff4f353 https://github.com/dtaht/Cerowrt-3.3/commit/fbed636a79d6eb5ad66bb255b9710cb79ff4f353 Author: nbd Date: 2012-06-14 (Thu, 14 Jun 2012) Changed paths: A package/uclibc++/Makefile A package/uclibc++/files/config.default A package/uclibc++/patches/002-path_to_bash.patch A package/uclibc++/patches/003-cp_command.patch A package/uclibc++/patches/004-ccache_fixes.patch A package/uclibc++/patches/005-wrapper.patch A package/uclibc++/patches/006-eabi_fix.patch A package/uclibc++/patches/010-gcc47x_support.patch Log Message: ----------- add uclibc++ (from packages) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32367 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 4c137dea8b60be1ab7c2bd4e45059a3d79150f55 https://github.com/dtaht/Cerowrt-3.3/commit/4c137dea8b60be1ab7c2bd4e45059a3d79150f55 Author: nbd Date: 2012-06-14 (Thu, 14 Jun 2012) Changed paths: M include/package.mk Log Message: ----------- build: add a variable for injecting config variable dependencies for the .prepared stamp git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32368 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: eb1c7a641f92531c42e63ad00542d31c02de20b7 https://github.com/dtaht/Cerowrt-3.3/commit/eb1c7a641f92531c42e63ad00542d31c02de20b7 Author: nbd Date: 2012-06-14 (Thu, 14 Jun 2012) Changed paths: M Config.in M include/package.mk A include/uclibc++.mk Log Message: ----------- build: add a config option for choosing the prefered standard c++ library and add uclibc++.mk to make this easy to handle in packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32369 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 3bb2e382f6836e36724e0654a04b106bafc9cd71 https://github.com/dtaht/Cerowrt-3.3/commit/3bb2e382f6836e36724e0654a04b106bafc9cd71 Author: nbd Date: 2012-06-14 (Thu, 14 Jun 2012) Changed paths: M package/mac80211/patches/300-pending_work.patch M package/mac80211/patches/512-ath9k_channelbw_debugfs.patch M package/mac80211/patches/530-ath9k_limit_qlen.patch M package/mac80211/patches/540-ath9k_extra_leds.patch Log Message: ----------- ath9k: fix an invalid pointer access in the tx path git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32376 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: d7c50777595114086cc689a47a3f67f2b531a688 https://github.com/dtaht/Cerowrt-3.3/commit/d7c50777595114086cc689a47a3f67f2b531a688 Author: jow Date: 2012-06-15 (Fri, 15 Jun 2012) Changed paths: M include/uclibc++.mk Log Message: ----------- [include] uclibc++.mk: override the cc binary instead of the wrapper command when ccache is used git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32383 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: f1d9712dc3c72f9db6acabb184e9df45c8a1fc8b https://github.com/dtaht/Cerowrt-3.3/commit/f1d9712dc3c72f9db6acabb184e9df45c8a1fc8b Author: jow Date: 2012-06-15 (Fri, 15 Jun 2012) Changed paths: M target/linux/x86/image/Config.in Log Message: ----------- [x86] use ttyS0 @ 115200 baud as default for KVM guests git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32384 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 7ae94609deaad83ca195cb465807ebf58ec02371 https://github.com/dtaht/Cerowrt-3.3/commit/7ae94609deaad83ca195cb465807ebf58ec02371 Author: blogic Date: 2012-06-15 (Fri, 15 Jun 2012) Changed paths: M tools/ccache/Makefile Log Message: ----------- [tools] ccache does not need zcat git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32385 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: b008f41eef870d4a8af71d783451921fb62e3fe7 https://github.com/dtaht/Cerowrt-3.3/commit/b008f41eef870d4a8af71d783451921fb62e3fe7 Author: blogic Date: 2012-06-15 (Fri, 15 Jun 2012) Changed paths: M package/pjsip/Makefile M package/pjsip/patches/0001-configure-fixup.patch Log Message: ----------- [pjsip] fixes ccache compile and adds missing -lc git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32387 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 3a55f5af455b70fef816de6083ef5ad782bb2a47 https://github.com/dtaht/Cerowrt-3.3/commit/3a55f5af455b70fef816de6083ef5ad782bb2a47 Author: blogic Date: 2012-06-16 (Sat, 16 Jun 2012) Changed paths: M package/ltq-tapidemo/Makefile Log Message: ----------- [ltq-tapidemo] set explicit -lpthread git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32388 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 07bc7f51471918e9009974aae67ec1dea88ab2e5 https://github.com/dtaht/Cerowrt-3.3/commit/07bc7f51471918e9009974aae67ec1dea88ab2e5 Author: florian Date: 2012-06-16 (Sat, 16 Jun 2012) Changed paths: M target/linux/rdc/Makefile Log Message: ----------- [rdc] remove broken flags Thanks to Nicolas Le Falher for testing on Bifferboard. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32389 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: fcbd67c59997219cbecf5f568ef5032b10fa957c https://github.com/dtaht/Cerowrt-3.3/commit/fcbd67c59997219cbecf5f568ef5032b10fa957c Author: nbd Date: 2012-06-16 (Sat, 16 Jun 2012) Changed paths: R package/fuse/patches-kernel24/101-kmod_build.patch R package/fuse/patches-kernel24/102-no_depmod.patch R package/fuse/patches-kernel24/112-no_break_on_mknod.patch R package/fuse/patches-kernel24/113-DCACHE_BUG.patch Log Message: ----------- fuse: remove obsolete patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32393 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 659b283c6c911d425e2c824b051d4c118469b75f https://github.com/dtaht/Cerowrt-3.3/commit/659b283c6c911d425e2c824b051d4c118469b75f Author: nbd Date: 2012-06-16 (Sat, 16 Jun 2012) Changed paths: M package/fuse/Makefile M package/kernel/modules/fs.mk Log Message: ----------- fuse: move kmod-fuse to package/kernel git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32394 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 50d5344375f4aa8856fa31f418d95e3315ac9de7 https://github.com/dtaht/Cerowrt-3.3/commit/50d5344375f4aa8856fa31f418d95e3315ac9de7 Author: nbd Date: 2012-06-16 (Sat, 16 Jun 2012) Changed paths: R target/linux/brcm47xx/patches-3.3/301-kmod-fuse-dcache-bug-r4k.patch R target/linux/brcm47xx/patches-3.3/302-kmod-fuse-dcache-bug-fuse.patch A target/linux/generic/patches-3.3/309-mips_fuse_workaround.patch Log Message: ----------- kernel: replace the brcm47xx fuse workaround patches with a generic patch that applies to all mips targets The dcache bug that it works around is a generic issue, not a brcm47xx cache quirk git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32395 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: 8692f75f73f36bba02e9cb602570f482b4d572fa https://github.com/dtaht/Cerowrt-3.3/commit/8692f75f73f36bba02e9cb602570f482b4d572fa Author: nbd Date: 2012-06-16 (Sat, 16 Jun 2012) Changed paths: M package/fuse/Makefile M package/fuse/patches/112-no_break_on_mknod.patch R package/fuse/patches/300-workaround-uclibc-pthread-breakage.patch Log Message: ----------- fuse: update to 2.9.0 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32396 3c298f89-4303-0410-b956-a3cf2f4a3e73 Commit: bc8330ac3ef97b442d06850cc6bd3953b0fc2f08 https://github.com/dtaht/Cerowrt-3.3/commit/bc8330ac3ef97b442d06850cc6bd3953b0fc2f08 Author: Dave Taht Date: 2012-06-16 (Sat, 16 Jun 2012) Changed paths: M Config.in M include/package-ipkg.mk M include/package.mk A include/uclibc++.mk M package/fuse/Makefile R package/fuse/patches-kernel24/101-kmod_build.patch R package/fuse/patches-kernel24/102-no_depmod.patch R package/fuse/patches-kernel24/112-no_break_on_mknod.patch R package/fuse/patches-kernel24/113-DCACHE_BUG.patch M package/fuse/patches/112-no_break_on_mknod.patch R package/fuse/patches/300-workaround-uclibc-pthread-breakage.patch M package/kernel/modules/fs.mk M package/ltq-tapidemo/Makefile M package/mac80211/patches/300-pending_work.patch M package/mac80211/patches/512-ath9k_channelbw_debugfs.patch M package/mac80211/patches/530-ath9k_limit_qlen.patch M package/mac80211/patches/540-ath9k_extra_leds.patch M package/netifd/Makefile M package/pjsip/Makefile M package/pjsip/patches/0001-configure-fixup.patch A package/uclibc++/Makefile A package/uclibc++/files/config.default A package/uclibc++/patches/002-path_to_bash.patch A package/uclibc++/patches/003-cp_command.patch A package/uclibc++/patches/004-ccache_fixes.patch A package/uclibc++/patches/005-wrapper.patch A package/uclibc++/patches/006-eabi_fix.patch A package/uclibc++/patches/010-gcc47x_support.patch R target/linux/brcm47xx/patches-3.3/301-kmod-fuse-dcache-bug-r4k.patch R target/linux/brcm47xx/patches-3.3/302-kmod-fuse-dcache-bug-fuse.patch A target/linux/generic/patches-3.3/309-mips_fuse_workaround.patch M target/linux/rdc/Makefile M target/linux/x86/image/Config.in M tools/ccache/Makefile Log Message: ----------- Merge branch 'master' of git://nbd.name/openwrt Commit: 56bcacf8555c08ec9da1fb9b9198fb72f559a088 https://github.com/dtaht/Cerowrt-3.3/commit/56bcacf8555c08ec9da1fb9b9198fb72f559a088 Author: Dave Taht Date: 2012-06-16 (Sat, 16 Jun 2012) Changed paths: M Config.in M include/image.mk M package/Makefile M package/opkg/Makefile A package/opkg/files/opkg-curl.conf A package/opkg/files/opkg-gpg.conf A package/opkg/files/opkg-smime.conf R package/opkg/patches/007-force_static.patch Log Message: ----------- Merge branch 'master' of github.com:dtaht/Cerowrt-3.3 Commit: 6efd6892d009fa3b40de8ccec58f595c2ff086f5 https://github.com/dtaht/Cerowrt-3.3/commit/6efd6892d009fa3b40de8ccec58f595c2ff086f5 Author: Dave Taht Date: 2012-06-16 (Sat, 16 Jun 2012) Changed paths: M Config.in M include/package-ipkg.mk M include/package.mk A include/uclibc++.mk M package/base-files/Makefile M package/base-files/files/etc/rc.common M package/fuse/Makefile R package/fuse/patches-kernel24/101-kmod_build.patch R package/fuse/patches-kernel24/102-no_depmod.patch R package/fuse/patches-kernel24/112-no_break_on_mknod.patch R package/fuse/patches-kernel24/113-DCACHE_BUG.patch M package/fuse/patches/112-no_break_on_mknod.patch R package/fuse/patches/300-workaround-uclibc-pthread-breakage.patch M package/iptables/Makefile M package/kernel/modules/fs.mk M package/ltq-tapidemo/Makefile M package/mac80211/patches/300-pending_work.patch M package/mac80211/patches/512-ath9k_channelbw_debugfs.patch M package/mac80211/patches/530-ath9k_limit_qlen.patch M package/mac80211/patches/540-ath9k_extra_leds.patch M package/netifd/Makefile M package/pjsip/Makefile M package/pjsip/patches/0001-configure-fixup.patch M package/ppp/Makefile A package/uclibc++/Makefile A package/uclibc++/files/config.default A package/uclibc++/patches/002-path_to_bash.patch A package/uclibc++/patches/003-cp_command.patch A package/uclibc++/patches/004-ccache_fixes.patch A package/uclibc++/patches/005-wrapper.patch A package/uclibc++/patches/006-eabi_fix.patch A package/uclibc++/patches/010-gcc47x_support.patch M scripts/gen-dependencies.sh M target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr11u.c R target/linux/brcm47xx/patches-3.3/301-kmod-fuse-dcache-bug-r4k.patch R target/linux/brcm47xx/patches-3.3/302-kmod-fuse-dcache-bug-fuse.patch A target/linux/generic/patches-3.3/309-mips_fuse_workaround.patch M target/linux/kirkwood/base-files/etc/uci-defaults/leds M target/linux/rdc/Makefile M target/linux/x86/image/Config.in M tools/ccache/Makefile Log Message: ----------- Merge branch 'master' of /home/cero1/src/openwrt Conflicts: Config.in Compare: https://github.com/dtaht/Cerowrt-3.3/compare/4fa4f7b74c54...6efd6892d009