FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
422 views 1 comments
by anonymous
Latest SDK for 955, compiles fine with changes but changes to:

/brand/config.h

Do not show on compiled version, have tried the usual browser refresh etc.

1 Answer

0 votes
by anonymous
Hi,

After making changes in /brand/config.h file, try running following commands:

rm -rf ./build_dir/target-mips_34kc_uClibc-0.9.33.2/root-ar71xx
rm –rf make./build_dir/target-mips_34kc_uClibc-0.9.33.2/eventslog-1
make package/luci/clean
make package/libbrand/clean

After that, run "make" to start compiling.
Best answer
by

Slight error in this line:
rm –rf make./build_dir/target-mips_34kc_uClibc-0.9.33.2/eventslog-1
should be:
rm –rf ./build_dir/target-mips_34kc_uClibc-0.9.33.2/eventslog-1

But worked thank you :)