|
|
@ -101,14 +101,18 @@ endif |
|
|
|
# create softlinks in filesystem
|
|
|
|
softlinks: $(BOX) |
|
|
|
pushd $(BOX) && \
|
|
|
|
ln -sf /var/root root && \
|
|
|
|
ln -sf /var/root root |
|
|
|
ifeq ($(BOXSERIES), hd51) |
|
|
|
pushd $(BOX) && \
|
|
|
|
ln -sf /var/root home |
|
|
|
endif |
|
|
|
pushd $(BOX)/usr && \
|
|
|
|
ln -sf /share share && \
|
|
|
|
ln -sf /share share |
|
|
|
pushd $(BOX)/usr/bin && \
|
|
|
|
ln -sf /bin/env env && \
|
|
|
|
ln -sf /bin/env env |
|
|
|
pushd $(BOX)/var && \
|
|
|
|
ln -sf /tmp run && \
|
|
|
|
ln -sf /tmp tmp && \
|
|
|
|
ln -sf /tmp tmp |
|
|
|
pushd $(BOX)/etc/init.d && \
|
|
|
|
ln -sf fstab K99fstab && \
|
|
|
|
ln -sf fstab S01fstab && \
|
|
|
@ -152,9 +156,9 @@ ifeq ($(BOXSERIES), hd2) |
|
|
|
ln -sf libuClibc-$(UCLIBC_VER).so libpthread.so.0 && \
|
|
|
|
ln -sf libuClibc-$(UCLIBC_VER).so libm.so.0 && \
|
|
|
|
ln -sf libuClibc-$(UCLIBC_VER).so librt.so.0 |
|
|
|
ifeq ($(NEWIMAGE), yes) |
|
|
|
ifeq ($(NEWIMAGE), yes) |
|
|
|
touch -f $(BOX)/var/etc/.newimage |
|
|
|
endif |
|
|
|
endif |
|
|
|
endif |
|
|
|
mkdir -p $(BOX)/var/tuxbox/config && \
|
|
|
|
pushd $(BOX)/var/tuxbox/config && \
|
|
|
|