# post customize
post-customize: $(BASE_DIR)/customize/post-customize.sh
- $(BASE_DIR)/customize/post-customize.sh
+ $(BASE_DIR)/customize/post-customize.sh $(PLATFORM) $(BOXMODEL)
# neutrino.mk
neutrino:
flash-customize: $(BASE_DIR)/customize/flash-customize.sh
- $(BASE_DIR)/customize/flash-customize.sh
+ $(BASE_DIR)/customize/flash-customize.sh $(PLATFORM) $(BOXMODEL)
flash-finalize:
@if [ -x $(BASE_DIR)/customize/version.sh ]; then \
- $(BASE_DIR)/customize/version.sh finalize; \
+ $(BASE_DIR)/customize/version.sh $(PLATFORM) $(BOXMODEL) "finalize"; \
echo " ============================================================================== "; \
echo -e " \033[32mCUSTOM FINALIZE DONE :) Have fun\033[0m"; \
echo " ============================================================================== "; \
neutrino-version: $(TARGETPREFIX)/bin/neutrino
if [ -e $(BASE_DIR)/customize/version.sh ]; then \
- $(BASE_DIR)/customize/version.sh; \
+ $(BASE_DIR)/customize/version.sh $(PLATFORM) $(BOXMODEL); \
else \
$(MAKE) $(TARGETPREFIX)/.version; \
fi