assarbad / build-asuswrt-merlin

Helpers to build RMerl/asuswrt-merlin without much extra typing
The Unlicense
43 stars 19 forks source link

Make the script extensible #4

Closed assarbad closed 9 years ago

assarbad commented 9 years ago

Request made through issue #3:

And one more question. Can you add git pull command to script for updating repository before compilling and clearing ?

git pull
make clean
make kernelclean
make $ROUTER MODEL$

This has merit, but it's not a solution that would be desirable for every user. So instead I think it makes more sense to allow the user to provide a script which defines functions (or not) that get called whenever they are defined.

assarbad commented 9 years ago

Finished as of 05e69fb9e093c8a085bd57486ff22e6300871584, but requires documentation.