# Crosstool configuration
ifeq ($(BOXTYPE), coolstream)
+ifneq ($(BOXSERIES), hd1)
+UPGRADE_CONFIG = "./ct-ng upgradeconfig;"
+endif
crossmenuconfig: prerequisites | $(ARCHIVE)/crosstool-ng-git-$(CROSSTOOL_NG_VER).tar.gz
$(START_BUILD)
make $(BUILD_TMP)
cp -a $(CT_NG_CONFIG) .config; \
test -f ./configure || ./bootstrap && \
./configure --enable-local; MAKELEVEL=0 make; chmod 0755 ct-ng; \
- ./ct-ng upgradeconfig; \
+ $(UPGRADE_CONFIG) \
./ct-ng menuconfig
uclibcmenuconfig: $(ARCHIVE)/uClibc-ng-$(UCLIBC_VER).tar.xz