Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ASK] New Branch for Default OpenWrt + Luci + Docker only #20

Closed
dianariyanto opened this issue Feb 26, 2021 · 5 comments
Closed

[ASK] New Branch for Default OpenWrt + Luci + Docker only #20

dianariyanto opened this issue Feb 26, 2021 · 5 comments

Comments

@dianariyanto
Copy link

Hello sir,

You make an Awesome firmware running on my s905x. But, have a lot of packages that I don't need. Can you make a new branch for default Openwrt with Luci only? or maybe Openwrt + Luci + Docker?

I think that can make a good fast and simple firmware for my s905x.

Thanks, for your awesome work.

@ophub
Copy link
Owner

ophub commented Feb 26, 2021

Hello there,
Some friends are submitting the need to add packages by default, and some want to delete some, so it is difficult to make it suitable for everyone. In the warehouse, the default configuration of the software package can be customized. The specific configuration is in router_config, and the choice of software source is in the .config file. If you want to import other software sources, use diy-part1.sh and diy-part1. sh to introduce.

You click the fork button in the upper right corner of the warehouse to copy a copy of the warehouse source code, and you can customize it in your personal center.

If you don't understand the specific operation process, you can mention it. I will write a more detailed and personalized firmware customization operation instruction.

@dianariyanto
Copy link
Author

dianariyanto commented Feb 26, 2021

Hello there,
Some friends are submitting the need to add packages by default, and some want to delete some, so it is difficult to make it suitable for everyone. In the warehouse, the default configuration of the software package can be customized. The specific configuration is in router_config, and the choice of software source is in the .config file. If you want to import other software sources, use diy-part1.sh and diy-part1. sh to introduce.

You click the fork button in the upper right corner of the warehouse to copy a copy of the warehouse source code, and you can customize it in your personal center.

If you don't understand the specific operation process, you can mention it. I will write a more detailed and personalized firmware customization operation instruction.

You are right but will be more awesome if it has a stock Openwrt build and Ophub customized version. I didn't think all people will need these preinstalled apps on it.

I'm not too familiar with github-action yet, and it's still very new on github. Maybe I need a lot to learn to build openwrt firmware for s905x from scratch.

@dianariyanto
Copy link
Author

dianariyanto commented Feb 26, 2021

Hi @ophub

I've already forked this repo, then can I just remove all of this config to build a clean openwrt+luci?
https://github.com/dianariyanto/amlogic-s9xxx-openwrt/blob/stock/router_config/.config

@ophub
Copy link
Owner

ophub commented Feb 27, 2021

https://github.com/dianariyanto/amlogic-s9xxx-openwrt/blob/stock/router_config/.config

Lines 418-535 are luci-app

- Required (no # in front and = y in the back) E.g: 

CONFIG_PACKAGE_luci-app-cjdns = y

- Don’t need it (there is # before it is not set) E.g: 

#CONFIG_PACKAGE_luci-app-cjdns is not set

You can select/delete at the time of firmware compilation according to your preference.

For the installed firmware, another convenient way to add/remove the software package is to log in to the openwrt management center menu: System>Software, click on the update list, and use the software package in the openwrt.org official mirror server

@dianariyanto
Copy link
Author

@ophub

That's great!

Already make some changes and now it building using Github-actions. Realy cool, let see if it work. Thanks for your awesome help sir.

@ophub ophub closed this as completed Feb 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants