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

Building for GL-MT6000 #6

Open
degen91 opened this issue Apr 18, 2024 · 0 comments
Open

Building for GL-MT6000 #6

degen91 opened this issue Apr 18, 2024 · 0 comments

Comments

@degen91
Copy link

degen91 commented Apr 18, 2024

Hello,

I believe I need to edit build.sh to build for the GL-MT6000.

Here I am unsure how to proceed, since I don't have a .config for gl-mt6000:

#INIT KERNEL CONFIG if [ ! -e '.config' ]; then cp gl-mt300n-v2.config .config

Here I think I would change openwrt-22.03 for master:

git clone --depth 1 -b openwrt-22.03 https://git.openwrt.org/feed/telephony.git git clone --depth 1 -b openwrt-22.03 https://git.openwrt.org/feed/routing.git git clone --depth 1 -b openwrt-22.03 https://git.openwrt.org/project/luci.git git clone --depth 1 -b openwrt-22.03 https://git.openwrt.org/feed/packages.git || true

And here I would change gl-mt300n-v2.diffconfig to gl-mt6000-main-full.diffconfig

cp gl-mt300n-v2.diffconfig .config

Is there anything else I might be missing?

Thank you for any help

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

1 participant