Changeset ca73306 in freewrt
- Timestamp:
- Oct 23, 2006, 10:17:52 PM (19 years ago)
- Children:
- ea5d44e4
- Parents:
- a30702e
- Location:
- package/busybox/config
- Files:
-
- 4 edited
-
archival/Config.in (modified) (2 diffs)
-
miscutils/Config.in (modified) (2 diffs)
-
networking/Config.in (modified) (5 diffs)
-
util-linux/Config.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/busybox/config/archival/Config.in
ra30702e rca73306 160 160 config BUSYBOX_CONFIG_FEATURE_TAR_BZIP2 161 161 bool "Enable -j option to handle .tar.bz2 files" 162 default y162 default n 163 163 depends on BUSYBOX_CONFIG_TAR 164 164 help … … 200 200 config BUSYBOX_CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY 201 201 bool "Enable support for old tar header format" 202 default N202 default n 203 203 depends on BUSYBOX_CONFIG_TAR 204 204 help -
package/busybox/config/miscutils/Config.in
ra30702e rca73306 179 179 Get/Set hard drive parameters. Primarily intended for ATA 180 180 drives. Adds about 13k (or around 30k if you enable the 181 CONFIG_FEATURE_HDPARM_GET_IDENTITY option)....181 BUSYBOX_CONFIG_FEATURE_HDPARM_GET_IDENTITY option).... 182 182 183 183 config BUSYBOX_CONFIG_FEATURE_HDPARM_GET_IDENTITY … … 344 344 345 345 endmenu 346 -
package/busybox/config/networking/Config.in
ra30702e rca73306 23 23 default n 24 24 help 25 Small and static DNS server daemon. 25 Small and static DNS server daemon. 26 26 27 27 config BUSYBOX_CONFIG_ETHER_WAKE 28 28 bool "ether-wake" 29 default n29 default y 30 30 help 31 31 Send a magic packet to wake up sleeping machines. … … 132 132 depends on BUSYBOX_CONFIG_FEATURE_HTTPD_CGI 133 133 help 134 This option enables support for running scripts through an 135 interpreter. Turn this on if you want PHP scripts to work 136 properly. You need to supply an addition line in your httpd 134 This option enables support for running scripts through an 135 interpreter. Turn this on if you want PHP scripts to work 136 properly. You need to supply an addition line in your httpd 137 137 config BUSYBOX_file: 138 138 *.php:/path/to/your/php … … 211 211 use of either "ifconfig" and "route" or the "ip" command to actually 212 212 configure network interfaces. Therefore, you will probably also want 213 to enable either CONFIG_IFCONFIG andCONFIG_ROUTE, or enable214 CONFIG_FEATURE_IFUPDOWN_IP and the variousCONFIG_IP options. Of213 to enable either BUSYBOX_CONFIG_IFCONFIG and BUSYBOX_CONFIG_ROUTE, or enable 214 BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IP and the various BUSYBOX_CONFIG_IP options. Of 215 215 course you could use non-busybox versions of these programs, so 216 216 against my better judgement (since this will surely result in plenty … … 446 446 A simple Unix utility which reads and writes data across network 447 447 connections. 448 448 449 449 config BUSYBOX_CONFIG_NETMSG 450 450 bool "netmsg" … … 685 685 config BUSYBOX_CONFIG_FEATURE_WGET_IP6_LITERAL 686 686 bool "Enable IPv6 literal addresses" 687 default y687 default n 688 688 depends on BUSYBOX_CONFIG_WGET && BUSYBOX_CONFIG_FEATURE_IPV6 689 689 help -
package/busybox/config/util-linux/Config.in
ra30702e rca73306 457 457 bool "Support for the old /etc/mtab file" 458 458 default n 459 depends on CONFIG_MOUNT ||CONFIG_UMOUNT459 depends on BUSYBOX_CONFIG_MOUNT || BUSYBOX_CONFIG_UMOUNT 460 460 help 461 461 Historically, Unix systems kept track of the currently mounted … … 478 478 479 479 endmenu 480
Note:
See TracChangeset
for help on using the changeset viewer.
