quintus-lab / openwrt-rockchip

OpenWRT Official master source code + CTCGFW & Lean's packages code
MIT License
240 stars 50 forks source link

Some of the plugins don't have execute permission #28

Closed jebuenga closed 3 years ago

jebuenga commented 3 years ago

Using 06-29-2021 and later builds, if you go to /etc/init.d and list down all files in the directory, there will be some apps that don't have execute permission. Because of this, these plugins don't work. For example, cpufreq, the frequencies governor when set in luci will not work. Another is adbyby+, it will fail to start.

The workaround to this is adding +x to the files, however the installation of this plugins might be broken so its dependencies might have an issue. Are you able to make a new build which fixes the installation/permission of the plugins?

quintus-lab commented 3 years ago

Done, thanks for your feedback.