Loading package/gzip/Config.in +1 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,6 @@ config BR2_PACKAGE_GZIP default n help Standard GNU compressor. Provides things like gzip, gunzip, g$(ZCAT), etc... gunzip, gzcat, etc... http://www.gnu.org/software/gzip/gzip.html package/gzip/gzip.mk +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ $(GZIP_TARGET_BINARY): $(GZIP_BINARY) $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc (cd $(TARGET_DIR)/bin; \ ln -snf gzip gunzip; \ ln -snf gzip $(ZCAT); \ ln -snf gzip zcat; \ ln -snf zdiff zcmp; \ ln -snf zgrep zegrep; \ ln -snf zgrep zfgrep;) Loading Loading
package/gzip/Config.in +1 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,6 @@ config BR2_PACKAGE_GZIP default n help Standard GNU compressor. Provides things like gzip, gunzip, g$(ZCAT), etc... gunzip, gzcat, etc... http://www.gnu.org/software/gzip/gzip.html
package/gzip/gzip.mk +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ $(GZIP_TARGET_BINARY): $(GZIP_BINARY) $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc (cd $(TARGET_DIR)/bin; \ ln -snf gzip gunzip; \ ln -snf gzip $(ZCAT); \ ln -snf gzip zcat; \ ln -snf zdiff zcmp; \ ln -snf zgrep zegrep; \ ln -snf zgrep zfgrep;) Loading