FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

13285 questions

15784 answers

25478 comments

50080 members

0 votes
377 views 1 comments
by
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
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 :)