**** BEGIN LOGGING AT Sun Jan 17 02:59:58 2016 Jan 17 04:55:32 have used their phones/cams but i like the aps Jan 17 04:55:34 misfire Jan 17 08:15:49 I submitted my first tiny patch yesterday. Is it OK? Jan 17 08:15:51 Allow UCI dhcp classifier to accept a MAC list Jan 17 09:50:46 nworbnhoj: hm... i think your patch is line wrapped Jan 17 09:51:08 downloading it from http://patchwork.ozlabs.org/patch/568491/ and doing git am /git apply does not work Jan 17 10:41:17 nbd r48260 trunk/target/linux/ brcm2708/bcm2709/config-4.1 brcm2708/bcm2708/config-4.1 arm64/config-default omap/config-4.4 * kernel: disable bogus DEVTMPFS config overrides Jan 17 10:41:30 nbd r48261 trunk/target/linux/ (7 files in 2 dirs) * kernel: mtdsplit: add support for brnImages Jan 17 10:41:48 nbd r48262 trunk/target/linux/ (7 files in 2 dirs) * kernel: mtdsplit: add support for EVA images Jan 17 10:42:09 nbd r48263 trunk/target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_squashfs.c * kernel: mtdsplit_squashfs: Align with the erase-block size Jan 17 10:42:25 nbd r48264 trunk/target/linux/ lantiq/patches-4.1/0101-mtd-split.patch lantiq/config-4.1 * lantiq: Switch to the generic mtdsplit parser implementations Jan 17 10:42:31 nbd r48265 trunk/target/linux/ (8 files in 3 dirs) * uml: update to linux 4.4 Jan 17 10:43:04 nbd r48266 trunk/target/linux/ (128 files in 4 dirs) * brcm2708: add linux 4.4 support Jan 17 10:43:12 nbd r48267 trunk/include/prereq-build.mk * Support LibreSSL as provider of openssl Jan 17 10:43:25 nbd r48268 trunk/target/linux/ generic/files/drivers/net/phy/ar8327.h generic/files/drivers/net/phy/ar8327.c * ar8327: add IGMP Snooping support Jan 17 10:47:50 nbd r48269 trunk/target/linux/lantiq/image/Makefile * lantiq: Fixed brnImage signature for the VGV7510KW22BRN images Jan 17 10:48:11 nbd r48270 trunk/ include/download.mk scripts/download.pl * build: add @APACHE download facility Jan 17 10:49:29 nworbnhoj: plntyk is right, the patch is line wrapped. please consider using git send-email to send patches, instead of your regular mail client Jan 17 11:04:15 nbd r48271 trunk/package/system/ca-certificates/Makefile * ca-certificates: update to version 20160104 Jan 17 11:04:20 nbd r48272 trunk/package/kernel/linux/modules/usb.mk * kernel: add usb-net-sr9700 package Jan 17 11:06:32 nbd r48273 trunk/package/network/config/netifd/Makefile * netifd: update to the latest version, adds VTI support and a policy routing fix Jan 17 11:06:42 nbd r48274 trunk/package/ network/config/vti/Makefile network/config/vti/files network/config/vti/files/vti.sh network/config/vti * network: add virtual tunnel interface (VTI) support Jan 17 11:17:31 nbd r48275 trunk/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts * mpc85xx: Add PTP node for TL-WD4900 in device tree Jan 17 11:17:35 nbd r48276 trunk/target/linux/ar71xx/image/Makefile * ar71xx: Use full 128MB flash on Netgear WNDR4300 and WNDR3700v4 Jan 17 11:17:46 nbd r48277 trunk/package/kernel/linux/modules/crypto.mk * kernel: add missing kernel config symbol for crypto-rng (fixes #21596) Jan 17 12:41:45 nbd r48278 trunk/package/libs/uclient/Makefile * uclient: update to the latest version, adds many fixes/features Jan 17 15:29:43 juhosg r48279 trunk/target/linux/ar71xx/image/lzma-loader/src/head.S * ar71xx/lzma-loader: fix O32 ABI conformance Jan 17 17:15:40 jow r48280 trunk/package/network/config/netifd/Makefile * netifd: fix PKG_VERSION (#21630) Jan 17 17:19:30 not much feedback on the ml for my patch =[ Jan 17 17:21:40 nyt jow gave you one, did you see? Jan 17 17:22:03 nope Jan 17 17:22:06 maybe i wasn't ccd Jan 17 17:22:31 i dont sub to the list due to traffic =[ Jan 17 17:22:38 thats why i had myself cc'd lol Jan 17 17:23:28 nyt do you want me to forward it to you? Jan 17 17:23:31 nah i see it Jan 17 17:24:35 the partition table thing? Jan 17 17:24:39 yea Jan 17 17:25:01 use case example, runnig x86 booting off a 32gb usb drive right now Jan 17 17:25:06 so i have another partition on it for overlay Jan 17 17:25:15 if i sysupgrade that gets nuked Jan 17 17:25:23 this keeps that from happening Jan 17 17:25:54 I do not like the mbr fiddling - maybe we should do an inplace update instead of writing the entire disk Jan 17 17:26:26 that would be nice Jan 17 17:26:29 we could change sysupgrade to overwrite just the partitions Jan 17 17:26:51 after some santity checks Jan 17 17:27:11 this seemed like a quicker approach without modifying as much stuff Jan 17 17:27:18 and if the new contents would not fit into the existing layout we could abort unless --force is given which then would nuke the mbr and do whats done currently Jan 17 17:27:56 yeah, I understand the motivation but I'd rather change sysupgrade to not destroy user data in the first place Jan 17 17:28:14 I mean not overwriting stuff to begin with is probably safer than attmepting to restore it afterwards Jan 17 17:28:41 yes Jan 17 17:28:46 the only downside I see is that we loose the ability to write images on the fly (wget -O- | sysupgrade -) Jan 17 17:29:03 because we'll need to seek within the image Jan 17 17:29:17 but that limitation already exists for other targets as well, e.g. ar71xx Jan 17 17:30:36 yeah we'd have to pull apart the ext4 combined image Jan 17 17:30:48 and figure out where to write each partition Jan 17 17:32:12 you were saying avoid the duplicate grep, how would you merge a standard and inverse grep? Jan 17 17:35:15 you want to grep for lines containing size but not size=0 ? Jan 17 17:35:33 size=(some spaces)0 Jan 17 17:35:47 i mean, could use a negative lookahead but Jan 17 17:35:50 wanted to keep it readable Jan 17 17:36:03 grep -E 'size=\s+[1-9][0-9-]*,' Jan 17 17:36:15 (without the extra -) Jan 17 17:36:35 that wont capture a partition where size is small Jan 17 17:36:39 0-9 Jan 17 17:36:42 err 1-9 Jan 17 17:36:58 oh Jan 17 17:36:59 yes it will Jan 17 17:37:00 * Jan 17 17:37:03 hm Jan 17 17:37:25 [1-9][0-9]* will match 1, 11, 111, ... but not 0, 01, ... Jan 17 17:37:31 yeah all good Jan 17 17:38:51 ah Jan 17 17:39:03 need \s* instead also Jan 17 17:39:09 /dev/sda1 : start= 2048, size=125043376, Id=83 Jan 17 17:40:34 size=\s*[1-9][0-9]*, Jan 17 17:42:25 but *shrug* this works, even if kind of ghetto Jan 17 17:42:33 writing partitions directly would obviously be better Jan 17 17:48:28 [ $SAVE_PARTITIONS != "1" ] && return 0 Jan 17 17:48:36 moved into methods Jan 17 18:07:46 jow_laptop, also I submitted a fix to make -c work properly with overlay, one line little thing, tested working Jan 17 18:12:05 is brcm47xx really broken? I've seen a patch marking it as broken Jan 17 18:14:06 Devastator: no Jan 17 18:14:13 nevermind, Hauke dropped the patch Jan 17 18:14:36 jow_laptop thanks :) Jan 17 18:14:48 damn, I highlighted him without need hehe Jan 17 18:15:27 jow_laptop, so should i resubmit this with fixes or do you want to work on an alternative method to just write directly? Jan 17 18:20:54 nyt: not sure how soon I'll be able to work on the laternative Jan 17 18:21:10 nyt: as for the overlay/etc fix, please send it separately so I can apply it Jan 17 18:21:11 should i just submit this for now then? its working Jan 17 18:21:16 i did send it sep Jan 17 18:21:25 ok Jan 17 18:21:26 https://patchwork.ozlabs.org/patch/569054/ Jan 17 18:21:56 btw, apu2 is pretty awesome Jan 17 18:22:16 yeah, have one myself Jan 17 18:22:26 almost too powerful for "just" openwrt Jan 17 18:22:30 the new apu2b4? Jan 17 18:22:35 lol yeah Jan 17 18:22:44 i installed deb in chroot, have it running my unifi controller Jan 17 18:22:53 I did a debian chroot too Jan 17 18:22:53 dunno what else to throw at it Jan 17 18:22:55 its beefcake Jan 17 18:23:03 and inserted a 2TB disk Jan 17 18:23:05 have 60gb msata ssd Jan 17 18:23:07 both unused... Jan 17 18:23:12 and 32gb usb Jan 17 18:23:17 yeah, msata ssd is in there too Jan 17 18:23:17 so sata is on overlay, usb has a backup partition Jan 17 18:23:20 unused as well :Ü Jan 17 18:23:24 lol Jan 17 18:23:27 system runs off mmc atm Jan 17 18:23:54 I watned to make some home server sort of thing out of it but somehow I didn't get around to do so Jan 17 18:24:01 i was running off the msata, but the annoying sysupgrade shit kept hosing it, so i got a usb card... but then made that patch which rendered it kind of useless Jan 17 18:25:10 jow r48281 trunk/package/base-files/files/sbin/sysupgrade * base-files: Fix sysupgrade overlay saving Jan 17 18:26:28 ugh, i made a build with jamvm to test it out and now i cant find where to completely disable audio support haha Jan 17 18:26:28 ugh Jan 17 18:31:39 classpath.. found it lol Jan 17 18:36:23 i have a fix for flashrom also Jan 17 18:36:30 since i included that in my build Jan 17 18:36:32 need to submit Jan 17 18:40:41 rofl so Jan 17 18:40:43 something i cant figure out Jan 17 18:40:52 why is usr/sbin/ip being copied onto the overlay Jan 17 18:40:58 tried to get rid of it but its persistent Jan 17 18:41:19 hmm Jan 17 18:42:03 somethings touching the binary maybe? Jan 17 18:42:35 I think it happens on sysupgrade Jan 17 18:42:49 i just removed it and rebooted and it stayed gone Jan 17 18:45:08 no idea where/why Jan 17 18:46:53 root@rooter:/lib/upgrade# opkg list-changed-conffiles | grep bin/ip Jan 17 18:46:58 /./usr/sbin/ip Jan 17 18:47:05 thats ... odd Jan 17 18:58:36 any reason why that would be showing up there? Jan 17 19:00:18 maybe something to do with ip and ip-full collision? Jan 17 19:03:57 hm... ip-full Jan 17 19:04:02 [nyt@cc:~/archive/openwrt/apu2/o]: cat conffiles Jan 17 19:04:02 ./usr/sbin/ip Jan 17 19:04:02 ./CONTROL/postinst Jan 17 19:04:02 ./CONTROL/prerm Jan 17 19:04:03 ./CONTROL/conffiles Jan 17 19:04:04 ./CONTROL/control Jan 17 19:04:09 lol thats not right Jan 17 19:16:43 plntyk ndb: oops sorry - shall I resend with git send-mail? Jan 17 19:19:23 nworbnhoj: yes Jan 17 19:23:53 nbd r48282 trunk/package/kernel/ (6 files) * lantiq: ltq-deu: Make the DEU driver compatible with linux 4.2 and newer Jan 17 19:24:06 define Package/ip-$(BUILD_VARIANT)/conffiles Jan 17 19:24:06 $(Package/ip/conffiles) Jan 17 19:24:06 endef Jan 17 19:24:12 that .. shouldnt bee like that right? Jan 17 19:24:32 its causing that odd conffiles file to be created for iproute2-full or whichever variant Jan 17 19:49:19 submitting patch to remove that Jan 17 19:49:26 as theres no conffiles for ip that it's trying to include anyway Jan 17 19:49:31 and that doesn't quite seem the right way to do it Jan 17 19:53:54 https://patchwork.ozlabs.org/patch/569304/ Jan 17 19:55:38 nbd r48283 trunk/target/linux/ (5 files) * lantiq: Backport upstream pinctrl-xway patches from 4.5 Jan 17 19:55:44 nbd r48284 trunk/target/linux/ lantiq/dts/ar9.dtsi lantiq/dts/amazonse.dtsi lantiq/dts/vr9.dtsi lantiq/dts/danube.dtsi * lantiq: Use the new pinctrl compatible strings Jan 17 19:55:49 nbd r48285 trunk/target/linux/ lantiq/patches-4.1/0151-lantiq-ifxmips_pcie-use-of.patch lantiq/dts/vr9.dtsi * lantiq: Configure the PCIe reset GPIO using OF Jan 17 19:55:57 nbd r48286 trunk/target/linux/ lantiq/dts/ar9.dtsi lantiq/dts/vr9.dtsi * lantiq: Add the SPI node to ar9.dtsi and vr9.dtsi Jan 17 19:56:05 nbd r48287 trunk/target/linux/lantiq/dts/TDW89X0.dtsi * lantiq: Re-use the SPI node from vr9.dtsi in TDW89X0.dtsi Jan 17 19:56:10 nbd r48288 trunk/target/linux/lantiq/dts/FRITZ3370.dts * lantiq: Switch FRITZ3370 from spi-gpio to the hardware SPI driver Jan 17 19:56:16 nbd r48289 trunk/target/linux/lantiq/dts/EASY80920.dtsi * lantiq: Enable SPI for the EASY80920 board again Jan 17 19:56:22 nbd r48290 trunk/target/linux/lantiq/dts/DGN3500.dtsi * lantiq: Enable the hardware SPI driver on the DGN3500/DGN3500B Jan 17 19:56:27 nbd r48291 trunk/target/linux/ lantiq/xrx200/config-default lantiq/xway/config-default * lantiq: Disable CONFIG_SPI_GPIO Jan 17 19:56:35 nbd r48292 trunk/target/linux/lantiq/patches-4.1/0100-spi-add-support-for-Lantiq-SPI-controller.patch * lantiq: Add a rewritten version of the SPI driver Jan 17 19:56:43 nbd r48293 trunk/target/linux/ (10 files in 3 dirs) * lantiq: Switch to the new SPI driver Jan 17 19:56:49 nbd r48294 trunk/target/linux/lantiq/patches-4.1/0033-SPI-MIPS-lantiq-adds-spi-xway.patch * lantiq: Remove the old SPI driver patch Jan 17 19:56:55 nbd r48295 trunk/target/linux/ lantiq/dts/TDW89X0.dtsi lantiq/dts/ARV7519RW22.dts * lantiq: Remove incorrect PCIe compatible strings Jan 17 19:57:14 nbd: did you ever get around to testing the spi timing patch on the fritzbox? Jan 17 19:58:44 no Jan 17 20:00:13 nbd: you'd need to add it to the relevant dts file Jan 17 20:00:45 woops typod nbd's email on that patch submit Jan 17 20:00:46 * nyt failed Jan 17 20:09:45 ndb: patch resent thanks Jan 17 20:10:07 jow here? Jan 17 20:27:07 nbd: are you around? starting with you update to wireless-testing 2016-01-10 the regulatory domain output isn't any longer present during boot Jan 17 20:27:16 pre update: http://pastebin.com/7sRP8K5n post update: http://pastebin.com/TbNa5VM5 Jan 17 20:27:22 is this intentional? Jan 17 20:28:04 yes, i think there was a change upstream that reduced the amount of logspam Jan 17 20:29:31 nbd: thanks for the clarification Jan 17 20:36:34 nbd, this look ok to you? https://patchwork.ozlabs.org/patch/569304/ it was horking the conffiles Jan 17 20:40:17 nyt: yes Jan 17 20:41:18 was talking to jow earlier re: that x86 partition restoration stuff... he was thinking it'd be better to just write directly to specific partitions so nothing needs to get restored, but obv that's a bit more of a complex mechanism when dealing with combined ext4 images Jan 17 20:41:49 nbd r48296 trunk/package/network/utils/iproute2/Makefile * iproute2: remove odd conffiles generation Jan 17 20:41:58 cleaned up my patch tho as per his suggestions, will prob resubmit since its better than nothing Jan 17 20:42:30 do you have that url for submitting feeds patches? i lost it =[ Jan 17 20:43:26 nm found it Jan 17 21:05:59 nbd r48297 trunk/target/linux/ (10 files in 4 dirs) * mpc85xx: update to linux 4.4, remove unnecessary patches Jan 17 21:06:49 flashrom compile fix: https://github.com/openwrt/packages/pull/2276 Jan 17 21:21:17 and cryptodev-linux bump to 1.8 to fix 4.3 and above compile issues. https://github.com/openwrt/packages/pull/2277 Jan 17 21:21:31 and now I think that's all the diffs I have but im not sure =[ Jan 17 21:39:30 updated openwrt/upstream, https://sdwalker.github.io/uscan/index.html Jan 17 22:32:40 Is it required that every router has to have a selectable profile in menuconfig ? if not #21628,#19645 could be closed **** ENDING LOGGING AT Mon Jan 18 02:59:58 2016