86c0223e69
I made an oversight in pmaports!5295 which caused the post-install script to try enabling the sd8x-wlan service even if the downstream subpackage isn't installed. This causes errors when creating a new mainline rootfs, so fix it by moving the install variable declaration to the subpackage function.
4 lines
74 B
Bash
4 lines
74 B
Bash
#!/bin/sh
|
|
|
|
# Enable sd8x-wlan init script
|
|
rc-update add sd8x-wlan default
|