From: Markham Date: Fri, 24 Jan 2020 07:11:07 +0000 (+0100) Subject: fix hd1 crossmenuconfig X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=6da7f3d189cbe2c69ae333f59797344a52e180ce;p=bs-cst-neutrino-hd.git fix hd1 crossmenuconfig --- diff --git a/make/crosstool.mk b/make/crosstool.mk index 83dbccf..b98f55f 100755 --- a/make/crosstool.mk +++ b/make/crosstool.mk @@ -85,6 +85,9 @@ endif # ifeq ($(PLATFORM), nevis) # 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) @@ -95,7 +98,7 @@ crossmenuconfig: prerequisites | $(ARCHIVE)/crosstool-ng-git-$(CROSSTOOL_NG_VER) 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