|
|
@ -134,6 +134,10 @@ u-neutrino-full: neutrino-clean |
|
|
|
install -D -m 0755 $(TARGETPREFIX)/etc/init.d/start_neutrino $(UPDATE_INST_DIR)/etc/init.d/start_neutrino |
|
|
|
ifeq ($(DEBUG), no) |
|
|
|
find $(UPDATE_INST_DIR)/bin -type f ! -name *.sh -print0 | xargs -0 $(TARGET)-strip || true |
|
|
|
endif |
|
|
|
ifeq ($(BOXSERIES), hd2) |
|
|
|
# avoid overrides in user's var-partition |
|
|
|
mv $(UPDATE_INST_DIR)/var $(UPDATE_INST_DIR)/var_init |
|
|
|
endif |
|
|
|
$(MAKE) u-update-bin \
|
|
|
|
UPDATE_MD5FILE=$(UPDATE_MD5FILE-BOXSERIES) |
|
|
|