Results 6 comments of Russell Senior

Reading further, it seems that the SN7516X_DC is changing only on mode (controller vs device) changes, and that looks right. I am finding inconsistencies in input vs output control pins...

See: https://github.com/Twilight-Logic/AR488/pull/38 for some pin direction inconsistencies and setting pins that should be inputs.

This looks like it might be relevant: http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2009q2/002962.html

Yes, generally I would recommend that any new software be packaged and added to an openwireless feed. Any existing packages you feel require modification should probably be copied to the...

To elaborate slightly, uci-defaults holds scripts that run at boot time. If/when they exit with status 0, they are deleted and not run again. They can do anything a shell...

Oh, also look into OpenWrt's scripts/diffconfig.sh for creating minimal .config's, which you can subsequently expand/fully-populate with "make defconfig".