hostapd: use -ffunction-sections, -fdata-sections and --gc-sections, reduces binary...
[openwrt.git] / package / Makefile
index 8e8c6c9..2180df3 100644 (file)
@@ -89,7 +89,7 @@ $(curdir)/rootfs-prepare: $(TMP_DIR)/.build
        $(call mklibs)
 
 $(curdir)/index: FORCE
-       @(cd $(PACKAGE_DIR); $(SCRIPT_DIR)/ipkg-make-index.sh . > Packages && \
+       @(cd $(PACKAGE_DIR); $(SCRIPT_DIR)/ipkg-make-index.sh . 2>&1 > Packages && \
                gzip -9c Packages > Packages.gz \
        )
 
This page took 0.019979 seconds and 4 git commands to generate.