What's new

RP-AC68U - GPL source?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Thanks. I'm trying to compile but get this error. The "config" not provided in the GPL?
Code:
:~/asuswrt/release/src-rt$ make RP-AC68U
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
rm -f include
ln -sf include-n66u include
CONFIGURED MODEL: RP-AC68U
SPECIFIED  MODEL: RP-AC68U
----------------------------------------------------------------------------
Clean old model configuration
Update model configuration

make bin
make[1]: Entering directory '/home/ubura/asuswrt/release/src-rt'
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
make[2]: Entering directory '/home/ubura/asuswrt/release/src-rt'
make[2]: *** config: No such file or directory.  Stop.
make[2]: Leaving directory '/home/ubura/asuswrt/release/src-rt'
Makefile:2397: recipe for target 'bin' failed
make[1]: *** [bin] Error 2
make[1]: Leaving directory '/home/ubura/asuswrt/release/src-rt'
Makefile:2477: recipe for target 'RP-AC68U' failed
make: *** [RP-AC68U] Error 2
 
You are in the wrong directory to build it. You should probably build it from release/src-rt-6.x.4708/ instead, assuming this is the same SDK as the RT-AC68U.
 
There is no directory release/src-rt-6.x.4708/ but these - image realtek src src-ra-4300 src-rt
The config seems available in ~/asuswrt/release/realtek$ ls rtl819x/config/

The README doesn't seem upto date guess have to figure out to get the GPL working assuming it is complete to be able to compile it.
 
Then you must compile from within src-ra-4300 - that's that model's SDK.
 
Then you must compile from within src-ra-4300 - that's that model's SDK.
Thanks. Just tried it but failing. Guess the setup is nor right.. have to figure out to do the proper setup.

Code:
.config:57:warning: trying to assign nonexistent symbol MODEL
.config:58:warning: trying to assign nonexistent symbol ROUTER
Error opening terminal: xterm.
Makefile:111: recipe for target 'config' failed
make[2]: *** [config] Error 1
make[2]: Leaving directory '/asuswrt/release/realtek/rtl819x'
Makefile:2397: recipe for target 'bin' failed
make[1]: *** [bin] Error 2
make[1]: Leaving directory '/asuswrt/release/src-ra-4300'
Makefile:2477: recipe for target 'RP-AC68U' failed
make: *** [RP-AC68U] Error 2
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top