but none mention any way to edit the Active leases DIRECTLY, and just change/set static IP directly on the list of active leases. most other firmware ddwrt/tomato/linksys allow editing the active lease without poping up a blank page to enter all data.. is that possible on openwrt? doesn’t sound too hard to implement..
No clue what this means. If you mean the non-standard process of the router erasing a valid lease that it issued, then no. There's an extensive discussion on that in another thread.
It is not possible to invalidate because DHCP doesn't have such provisions. This is not unique to OpenWrt (which uses Dnsmasq as the DHCP server) -- all DHCP servers have the same limitation.
To be clear, some systems may allow you to delete the DHCP lease from the lease table, but it doesn't actually invalidate the lease. The client can continue using the IP address until the lease expiration. This means that deleting the lease from the table on the router simply frees it up to be given to another client, but this can be problematic if the same address is then granted to another host since this could cause an address collision.