source: freewrt/package/busybox/patches/patch-archival_Config_in@ c6b195c

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: 484 bytes
Line 
1$FreeWRT$
2--- busybox-1.1.3.orig/archival/Config.in Wed Mar 22 22:16:20 2006
3+++ busybox-1.1.3/archival/Config.in Sat Nov 25 19:54:19 2006
4@@ -121,6 +121,14 @@ config CONFIG_GZIP
5 gzip is used to compress files.
6 It's probably the most widely used UNIX compression program.
7
8+config CONFIG_IPKG
9+ bool "ipkg"
10+ default n
11+ select CONFIG_MD5SUM
12+ select CONFIG_WGET
13+ help
14+ ipkg is the itsy package management system.
15+
16 config CONFIG_RPM2CPIO
17 bool "rpm2cpio"
18 default n
Note: See TracBrowser for help on using the repository browser.