]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
use own SKEL_ROOT_DIR for zgemma stb's
authorMarkham <markham001@gmx.de>
Thu, 24 Oct 2019 17:39:57 +0000 (19:39 +0200)
committerMarkham <markham001@gmx.de>
Thu, 24 Oct 2019 17:39:57 +0000 (19:39 +0200)
make/bootstrap.mk

index efb661e8f904485326663fef53aa466986354cd1..75c1568f5530ebce67071079c1b2fd8ee9ea5229 100755 (executable)
@@ -241,8 +241,15 @@ skeleton: | $(TARGETPREFIX)
                else \
                        cp --remove-destination -a skel-root-hd1/* $(TARGETPREFIX)/; \
                fi \
+       elif [ $(BOXMODEL) = "h7" ]; then \
+               if [ -n $(SKEL_ROOT_DIR) ]; then \
+                       [ ! -e $(BASE_DIR)/my-skel-root-h7 ] && ln -s $(SKEL_ROOT_DIR) $(BASE_DIR)/my-skel-root-h7; \
+                       cp --remove-destination -a my-skel-root-h7/* $(TARGETPREFIX)/; \
+               else \
+                       cp --remove-destination -a skel-root-h7/* $(TARGETPREFIX)/; \
+               fi \
        else \
-               if [ $(PLATFORM) = "bcm7251s" ]; then \
+               if [ $(BOXMODEL) = "hd51" -o $(BOXMODEL) = "bre2ze4k"]; then \
                        [ ! -e $(BASE_DIR)/my-skel-root-arm ] && ln -s $(SKEL_ROOT_DIR) $(BASE_DIR)/my-skel-root-arm; \
                        cp --remove-destination -a my-skel-root-arm/* $(TARGETPREFIX)/; \
                else \