freewrt_1_0
freewrt_2_0
|
Last change
on this file since c6b195c was c6b195c, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago |
|
use make update-patches to generate patches. start ucdhcp as background process, so that you can later attach a cable and still get an ip address without reboot. add address/broadcast parameters to ip link set
git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1215 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
713 bytes
|
| Line | |
|---|
| 1 | $FreeWRT$
|
|---|
| 2 | --- busybox-1.1.3.orig/archival/libunarchive/Makefile.in Wed Mar 22 22:16:20 2006
|
|---|
| 3 | +++ busybox-1.1.3/archival/libunarchive/Makefile.in Sat Nov 25 19:54:19 2006
|
|---|
| 4 | @@ -58,6 +58,7 @@ LIBUNARCHIVE-$(CONFIG_FEATURE_DEB_TAR_BZ
|
|---|
| 5 | LIBUNARCHIVE-$(CONFIG_FEATURE_DEB_TAR_LZMA) += decompress_unlzma.o get_header_tar_lzma.o
|
|---|
| 6 | LIBUNARCHIVE-$(CONFIG_GUNZIP) += $(GUNZIP_FILES)
|
|---|
| 7 | LIBUNARCHIVE-$(CONFIG_FEATURE_GUNZIP_UNCOMPRESS) += decompress_uncompress.o
|
|---|
| 8 | +LIBUNARCHIVE-$(CONFIG_IPKG) += $(GUNZIP_FILES) get_header_tar.o get_header_tar_gz.o
|
|---|
| 9 | LIBUNARCHIVE-$(CONFIG_RPM2CPIO) += $(GUNZIP_FILES) get_header_cpio.o
|
|---|
| 10 | LIBUNARCHIVE-$(CONFIG_RPM) += $(GUNZIP_FILES) get_header_cpio.o
|
|---|
| 11 | LIBUNARCHIVE-$(CONFIG_TAR) += get_header_tar.o
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.