- Switch to runtime pip installation instead of build-time - Remove complex build dependencies (python3-package.mk) - Add wrapper scripts for mitmproxy, mitmdump, mitmweb - Postinst installs mitmproxy==11.1.3 via pip on device - Supports all architectures with PKGARCH:=all Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4 lines
76 B
Bash
Executable File
4 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
# mitmweb wrapper script
|
|
exec python3 -m mitmproxy.tools.web "$@"
|