Wireguard is precompiled into the kernel
zcat /proc/config.gz | grep WIREGUARD
CONFIG_WIREGUARD=y
# CONFIG_WIREGUARD_DEBUG is not set
This package simply makes opkg understand that its already installed.
- Added a fix to ensure mount-fix does not have a prerm to run
- Added a custom arch index for opkg
- Updated quecmanager beta to have a depend on inotifywait since mount-fix no longer has the depend.
- No more inotifywait or overlay-init-watchdog
- Instead, real_rootfs rc.d is mounted back on top of the overlay to allow read/write to it. The bootup rc.d and resulting location rc.d become the same and as a result allowing init to behave naturally without extra help.
- Must be on the latest sdxpinn-patch version in order to upgrade this package. The old prerm scripts need removed before upgrading.
Control files at minimum now list
Package:
Version:
Depends:
Architecture:
Maintainer:
MD5Sum:
Size:
Filename:
Source:
Description:
This will help improve workflow when rebuilding opkg-feed....
- Enhanced opkg-feed rebuild with a new test version of the script.
- Set the luci app default to send at commands to smd7 to avoid issues with smd11 being occupied
- Added version requirements for tailscaled to the tailscale luci app depends list. This ensures you have the new init.d and config that are needed.
- Removed the conffile control for now since the formatting of the new config differs from the old.
- Tailscaled config is set to auto start a single instance now. This will be especially helpful for the scenario where you do not install the luci app. Your state file should be preserved so it will auto login if you have signed in before on your current flash cycle.
- Added version requirements for sms-tool on the QuecManager beta packages to ensure its dependencies are available.