Browse Source

- move dboxshot softlink creation to fbshot target; do we really need this softlink?

master
vanhofen 6 years ago
parent
commit
931a957a9b
  1. 2
      make/rootfs.mk
  2. 1
      make/system-tools.mk

2
make/rootfs.mk

@ -120,8 +120,6 @@ endif
ln -sf crond K55crond && \
ln -sf inetd S53inetd && \
ln -sf inetd K80inetd
pushd $(BOX)/bin && \
ln -sf fbshot dboxshot
pushd $(BOX)/sbin && \
ln -sf ntfs-3g mount.ntfs
ifeq ($(BOXSERIES), hd1)

1
make/system-tools.mk

@ -797,6 +797,7 @@ $(TARGET_DIR)/bin/fbshot: $(D)/libpng $(ARCHIVE)/fbshot-$(FBSHOT_VER).tar.gz | $
$(call apply_patches, $(FBSHOT_PATCH)); \
$(TARGET)-gcc $(TARGET_CFLAGS) $(TARGET_LDFLAGS) fbshot.c -lpng -lz -o $@
$(REMOVE)/fbshot-$(FBSHOT_VER)
ln -sf fbshot $(TARGET_DIR)/bin/dboxshot
# -----------------------------------------------------------------------------

Loading…
Cancel
Save