$(REMOVE)/ofgwrite-git-$(OFGWRITE_VER)
$(TOUCH)
+#
+# ofgwrite
+#
+$(D)/aio-grab: $(D)/zlib $(D)/libpng $(D)/libjpeg | $(TARGETPREFIX)
+ $(START_BUILD)
+ $(REMOVE)/aio-grab
+ cd $(BUILD_TMP); \
+ git clone git://github.com/oe-alliance/aio-grab.git aio-grab; \
+ cd aio-grab; \
+ aclocal --force -I m4; \
+ libtoolize --copy --ltdl --force; \
+ autoconf --force; \
+ automake --add-missing --copy --force-missing --foreign; \
+ $(CONFIGURE) \
+ --target=$(TARGET) \
+ --prefix= \
+ --enable-silent-rules \
+ ; \
+ $(MAKE) all; \
+ $(MAKE) install DESTDIR=$(TARGETPREFIX)
+ $(REMOVE)/aio-grab
+ $(TOUCH)
+
#
# ethtool
#
SYSTEM_TOOLS = $(D)/busybox
SYSTEM_TOOLS += $(D)/zlib
SYSTEM_TOOLS += $(D)/e2fsprogs
-SYSTEM_TOOLS += $(D)/fbshot
SYSTEM_TOOLS += $(D)/vsftpd
SYSTEM_TOOLS += $(D)/mtd-utils
SYSTEM_TOOLS += $(D)/procps
SYSTEM_TOOLS += $(D)/ntp
SYSTEM_TOOLS += $(D)/timezone
+ifeq ($(BOXTYPE), coolstream)
+SYSTEM_TOOLS += $(D)/fbshot
+endif
ifeq ($(BOXTYPE), armbox)
SYSTEM_TOOLS += $(D)/ofgwrite
+SYSTEM_TOOLS += $(D)/aio-grab
SYSTEM_TOOLS += $(D)/ethtool
endif
$(D)/neutrino-hd-libs:
$(START_BUILD)
$(MAKE) $(D)/libsigc $(D)/giflib $(D)/openssl \
- $(D)/libcurl $(D)/freetype $(D)/libjpeg \
+ $(D)/libcurl $(D)/libpng $(D)/libjpeg $(D)/freetype \
$(D)/libdvbsi++ $(D)/pugixml $(D)/ffmpeg \
$(D)/libbluray $(D)/libopenthreads $(D)/libusb $(D)/libfribidi \
$(D)/luaposix $(D)/luacurl $(D)/luasocket $(D)/lua-expat $(D)/lua-feedparser