**** BEGIN LOGGING AT Sat Sep 14 02:59:57 2019 Sep 14 06:41:06 russell--: fixed by: https://github.com/openwrt/packages/pull/9584 Sep 14 08:25:53 mangix: is that merged yet? Sep 14 15:49:15 I modified package/feeds/packages/lua-rs232/Makefile to pull from a forked version of the repo on github that has changes I want to try, and then run make from the top level Sep 14 15:49:22 but I keep getting a package without those modifications Sep 14 15:52:28 seems like it keeps using the tarball it already downloaded... now I try deleting that, and bump the minor version Sep 14 16:00:17 that seemed to work Sep 14 16:11:25 ecloud: you can tell the buildroot to use a local git repo Sep 14 16:13:28 enabling CONFIG_SRC_TREE_OVERRIDE in 'make menuconfig' and then linking your git tree into the buildroot e.g. ln -s ~/code/openwrt/mt76/.git package/kernel/mt76/git-src Sep 14 16:13:31 should do the job Sep 14 16:13:41 then a make package/kernel/mt76/{clean,compile} V=s Sep 14 16:36:41 testing 18.06.4 and it works great but when I do a sysupgrade for another firmware after this, the update fails. All checks pass and the unit reboots but when it comes back up the new firmware is not loaded. Hame MPR-A1. There appears to be enough memory (11 Meg of the 32 available. I've done updates much with less than this). Sep 14 17:07:00 "mtd -r write /tmp/firmware_image.bin firmware" works Sep 14 18:27:54 turned out mtd wasn't installed. Sorry for the noise Sep 14 19:44:37 russell--: no **** ENDING LOGGING AT Sun Sep 15 02:59:57 2019