**** BEGIN LOGGING AT Wed Oct 31 02:59:58 2012 Oct 31 12:49:14 cyrus r34027 trunk/package/network/ ipv6/6relayd/files/6relayd.init ipv6/6relayd/Makefile * 6relayd: auto-configure local interfaces as well Oct 31 13:16:36 nbd r34028 trunk/toolchain/ (6 files in 2 dirs) * eglibc: remove versions 2.12-2.14 Oct 31 13:16:40 nbd r34029 trunk/toolchain/eglibc/Config.in Oct 31 13:16:40 eglibc: do not prompt for the revision, it is supposed to be changed by developers, not users. Oct 31 14:26:41 nbd: What is your GIT repo link? Oct 31 14:59:30 nbd r34030 trunk/package/mac80211/ patches/300-pending_work.patch patches/524-mac80211_configure_antenna_gain.patch * mac80211: prevent reconfigure calls while interfaces are down Oct 31 14:59:45 nbd r34031 branches/attitude_adjustment/ package/mac80211/patches/300-pending_work.patch package/mac80211/patches/524-mac80211_configure_antenna_gain.patch * mac80211: prevent reconfigure calls while interfaces are down Oct 31 15:13:03 juhosg r34032 trunk/target/linux/ (14 files in 2 dirs) * generic: replace yaffs-2.6.39 patch Oct 31 15:25:56 ping jow or nbd Oct 31 15:27:19 just wondering how you felt about patches created above trunk level that do both trunk and attitude_adjustment? Oct 31 15:33:21 i prefer them to be separate Oct 31 15:33:27 i keep separate checkouts of both, using git Oct 31 15:33:37 and i have my own scripts for backporting stuff from trunk to aa Oct 31 15:34:25 ok, no problem, just thought it'd make life easier Oct 31 15:36:56 also, do you know if thunderbird mangles patches (kerneltrap is timing out on me for their email client and patches page) Oct 31 15:37:24 plaintext not html Oct 31 15:38:19 no idea. i always use git-send-email Oct 31 15:38:52 i think you need to configure a few things for it to not mangle patches Oct 31 15:38:55 e.g. disable line wrapping Oct 31 15:39:18 i'd recommend using git-send-email though Oct 31 15:40:36 hmmmm.....I was using subversion since that's the openwrt official repo Oct 31 15:43:01 my git repo is kept in sync with svn Oct 31 15:43:06 via cron job Oct 31 15:43:29 if you want to use git to commit stuff, you can use my http://nbd.name/gsc script Oct 31 15:43:36 which will do the initial clone from git, then use git-svn to resync Oct 31 15:43:43 from then on you only sync against svn Oct 31 15:44:12 if you just want to post patches, you only need to use the git server without git-svn Oct 31 15:45:02 actually I'm a dormant devel....I'm doing patches for now to make sure I don't make mistakes like dir825-fat again Oct 31 15:45:46 so you can commit to svn via your git? Oct 31 15:45:56 (I prefer git) Oct 31 15:47:46 also can you branch and merge while using git-svn, or will that break git-svn? Oct 31 15:48:19 i.e. can I develop on a branch and then merge it? Oct 31 15:48:52 branch and merge does not work with git-svn Oct 31 15:49:15 ok, so it's more like a git interface to svn Oct 31 15:49:25 i have aliases/shell functions for exporting a series of commits from one git tree and for re-importing them into another, replacing the git-svn-id tags with proper backport comments Oct 31 15:50:39 are those on nbd.name? Oct 31 15:51:24 no Oct 31 15:51:37 they are only useful for committing directly anyway Oct 31 15:51:58 via git-svn Oct 31 15:52:00 well I'm hoping to get back to where I am doing that Oct 31 15:52:05 I branch with git svn, but you do have to be very careful to only merge and play and do git things as far bas as the commit that was last "dcommit"ed Oct 31 15:52:26 the export function simply uses git-format-patch Oct 31 15:52:30 and the import function does this: Oct 31 15:52:31 sed -e 's,git-svn-id: .*@\([0-9]*\) [0-9a-z-]*,Backport of r\1,' < "$1" | git am Oct 31 15:52:37 nothing fancy Oct 31 15:52:43 ok, thanks Oct 31 15:53:33 karlp: yeah, local branches work, but using multiple svn branches within one checkout is messy Oct 31 15:54:32 oh yeah, I wouldn't even try that :) Oct 31 15:54:47 svn only has trunk, end of story :) Oct 31 16:05:21 nbd r34033 trunk/package/libs/libubox/Makefile * libubox: pass the lua path to cmake to avoid build errors Oct 31 17:07:25 cshore: I use this to stop TB mangling patches: https://addons.mozilla.org/en-US/thunderbird/addon/toggle-word-wrap/ Oct 31 17:32:55 florian r34034 trunk/include/kernel-defaults.mk * [buildroot] kernel-defaults: factor common code handling initramfs options Oct 31 17:32:59 florian r34035 packages/libs/boost/Makefile * [package] boost: update to 1.51.0 Oct 31 17:33:01 florian r34036 trunk/toolchain/eglibc/Config.in * [toolchain] eglibc: update to r21110 Oct 31 19:07:04 nbd r34037 trunk/package/libs/libubox/Makefile * libubox: update to latest version, fixes a timer calculation issue in uloop Oct 31 19:07:36 nbd r34038 branches/attitude_adjustment/package/libubox/Makefile * libubox: sync with trunk r34037 to merge the uloop timer fix Oct 31 19:08:02 good evening everyone. is there a way to make a configuration option depend on a certain kernel version? Oct 31 19:18:16 BasicXP: depend on @LINUX_X_Y, .e.g @LINUX_3_3 Oct 31 19:18:52 KanjiMonster: thank you. and where are those flags set for, say, ar71xx target? Oct 31 19:19:20 oh, wait, and what if i want it to depend on linux 3.3 or newer Oct 31 19:19:29 not 3.3 only Oct 31 19:19:37 ? Oct 31 19:30:39 nbd r34039 trunk/package/libs/libubox/Makefile * libubox: add more uloop timer fixes Oct 31 19:31:31 nbd r34040 branches/attitude_adjustment/package/libubox/Makefile * libubox: add more uloop timer fixes Oct 31 19:33:30 juhosg r34041 trunk/target/linux/ (10 files in 2 dirs) * generic: split yaffs-3.2-fix patch Oct 31 20:03:20 is the correction way to depend on CONFIG_EXTERNAL_TOOLCHAIN, +EXTERNAL_TOOLCHAIN:package or +@EXTERNAL_TOOLCHAIN:package? Is @ for depending on CONFIG_PACKAGE_requiredpackage ? Oct 31 20:09:57 juhosg r34042 trunk/ (6 files in 2 dirs) * kernel: update linux 3.6 to 3.6.5 Oct 31 20:12:42 cshore r34043 packages/libs/libcli/Makefile Oct 31 20:12:42 [packages] libcli: Add dependencies required when building with an external toolchain (but only when building with an external toolchain) Oct 31 20:17:11 kaloz r34044 trunk/target/linux/cns3xxx/patches-3.3/480-cns3xxx_pcie_early_init.patch * [cns3xxx]: move PCIe init to subsys init call Oct 31 20:28:28 cshore r34045 branches/packages_12.09/libs/libcli/Makefile * [packages] libcli: Backport 34043 Oct 31 21:17:48 juhosg r34046 trunk/target/linux/ generic/patches-3.6/508-yaffs-3.3-use-mtd_-helpers.patch generic/patches-3.3/508-yaffs-3.3-use-mtd_-helpers.patch * generic: use mtd_* helpers in the yaffs code Oct 31 21:20:17 +libpthread should automatically add -lpthread to TARGET_LDFLAGS for a package, right? (in DEPENDS I mean) Oct 31 21:22:10 cshore r34047 packages/utils/haveged/Makefile * [packages] haveged: Add missing libpthread dependency Oct 31 21:24:48 cshore r34048 branches/packages_12.09/utils/haveged/Makefile * [packages] haveged: Backport 34047 Oct 31 21:25:26 ok, heading out, if there are any issues regarding my (should be harmless) commits, please mail openwrt@cshore.neomailbox.net Oct 31 21:50:51 BUILD_LOG=1 isn't showing me anything for grub2 builds, i can "make ... package/boot/grub2/clean" but "make ... package/boot/grub2/compile" gives me emptiness Oct 31 21:57:17 ah, clean isn't cleaning the actual source dir? Oct 31 21:58:55 clean is removing (amongst others): rm -rf /home/russell/src/bisect/openwrt/build_dir/linux-x86_alix2/grub-2.00 Oct 31 21:59:45 but the source lives in build_dir/host/grub-2.00 Oct 31 21:59:52 afaict Oct 31 22:01:39 that doesn't explain my problem, though, since i was distcleaning between builds Oct 31 22:04:02 i'm still not seeing any build logs captured Oct 31 22:04:07 for grub2 Oct 31 22:23:15 i tried the net45xx built image on CF (with working grub2) in the alix2, same behavior Oct 31 23:04:17 https://personaltelco.net/~russell/grub2-build.log Oct 31 23:04:32 gah Oct 31 23:04:52 make that: http://iris.personaltelco.net/~russell/grub2-build.log Nov 01 00:33:58 Hi, do you know if there is USB working support for ARV7518PW? Nov 01 01:01:29 nbd: Receiving objects: 1% (3082/214973), 788.00 KiB | 9 KiB/s Nov 01 01:02:09 getting about 1 MB/s here Nov 01 01:03:31 this machine is in a colo with lots of pipes, so ... odd Nov 01 01:22:14 tonikasch: usb works on 7518pw Nov 01 01:24:28 jow r34049 packages/libs/libcli/Makefile * libcli: fix broken dependency specification Nov 01 01:27:33 jow r34050 branches/packages_12.09/libs/libcli/Makefile * AA: libcli: backport r34049 **** ENDING LOGGING AT Thu Nov 01 02:59:58 2012