From fecde1ad9059e649ffd0890ecff9ce417bbd213d Mon Sep 17 00:00:00 2001 From: gixxpunk <thomas.harfmann@gmail.com> Date: Wed, 4 Oct 2017 13:46:22 +0200 Subject: [PATCH] - rework softlinks target --- make/rootfs.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/rootfs.mk b/make/rootfs.mk index fa3a7d21..34621eac 100644 --- a/make/rootfs.mk +++ b/make/rootfs.mk @@ -98,8 +98,6 @@ softlinks: $(BOX) pushd $(BOX)/var && \ ln -sf /tmp run && \ ln -sf /tmp tmp && \ - pushd $(BOX)/lib/firmware && \ - ln -sf rt2870.bin rt3070.bin && \ pushd $(BOX)/etc/init.d && \ ln -sf fstab K99fstab && \ ln -sf fstab S01fstab && \ @@ -123,6 +121,8 @@ softlinks: $(BOX) ifeq ($(BOXSERIES), hd1) pushd $(BOX)/lib && \ ln -sf libnxp.so libconexant.so + pushd $(BOX)/lib/firmware && \ + ln -sf rt2870.bin rt3070.bin endif ifeq ($(BOXSERIES), hd2) pushd $(BOX)/etc && \