jollaman999 / asuswrt-merlin.ng

Customized Asuswrt-Merlin Firmware for RT-AX56U
Other
0 stars 2 forks source link

RT-AX55 gonna has support ?? #1

Open figuibej opened 1 year ago

figuibej commented 1 year ago

I Recently bought a RT-AX55 and im thining to buy a raspy to install a VPN Server with wireguard, so i dont know if you have plans to add the new version in RT-AX55 ?

jollaman999 commented 1 year ago

Hi, thanks to watching my repository. I think you'll be able to build with your RT-AX55 cause it has same base. My build commands here.

cd ~/asuswrt-merlin.ng/release/src-rt-5.02axhnd.675x
make CUR_CHIP_PROFILE=47622 SHELL=/bin/bash distclean
make CUR_CHIP_PROFILE=47622 PROFILE=947622GW SHELL=/bin/bash rt-ax56u

So, I think you can build with these commands.

cd ~/asuswrt-merlin.ng/release/src-rt-5.02axhnd.675x
make CUR_CHIP_PROFILE=47622 SHELL=/bin/bash distclean
make CUR_CHIP_PROFILE=47622 PROFILE=947622GW SHELL=/bin/bash rt-ax55
figuibej commented 1 year ago

Hi @jollaman999 thanks for your reply, i have not success running your commands build, i got this:

make CUR_CHIP_PROFILE=47622 PROFILE=947622GW SHELL=/bin/bash rt-ax55
MAKELEVEL='0' MAKEFLAGS='' MAKECMDGOALS='rt-ax55' MAKEOVERRIDES='${-*-command-variables-*-}' MAKEFILE_LIST='Makefile chip_profile.tmp /root/asuswrt-merlin.ng/release/src-rt-5.02axhnd.675x/targets/947622GW/947622GW target.mak version.conf platform.mak model-desc.mak build/Makefile'
MY_DEFAULT_ANY_FIRST_RUN='0' MY_MKENV_FIRST_RECURSION=''
"Build BCA Wireless Router"
Makefile:689: warning: overriding recipe for target 'all'
build/Makefile:27: warning: ignoring old recipe for target 'all'
NO THIS TARGET rt-ax55
make: *** [Makefile:5821: rt-ax55] Error 1
jollaman999 commented 1 year ago

@figuibej Oh, sorry. It looks like AX-55 uses src-rt-5.04axhnd.675x and not src-rt-5.02axhnd.675x. 5.02 uses a 4.1 kernel, while 5.04 uses a 4.19 kernel. So, I need more time to see the differences.

figuibej commented 1 year ago

OK @jollaman999 keep me up to date on this when you have some news