OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 1... Line 1...
1 # DO NOT EDIT. This file is generated from Config.src 1 # DO NOT EDIT. This file is generated from Config.src
2 # 2 #
3 # For a description of the syntax of this configuration file, 3 # For a description of the syntax of this configuration file,
4 # see docs/Kconfig-language.txt. 4 # see scripts/kbuild/config-language.txt.
5 # 5 #
Line 6... Line 6...
6   6  
Line 7... Line 7...
7 menu "Print Utilities" 7 menu "Print Utilities"
8   8  
9 config BUSYBOX_CONFIG_LPD 9 config BUSYBOX_CONFIG_LPD
10 bool "lpd (5.5 kb)" 10 bool "lpd"
11 default BUSYBOX_DEFAULT_LPD 11 default BUSYBOX_DEFAULT_LPD
12 help 12 help
13 lpd is a print spooling daemon. 13 lpd is a print spooling daemon.
14 config BUSYBOX_CONFIG_LPR 14 config BUSYBOX_CONFIG_LPR
15 bool "lpr (9.9 kb)" 15 bool "lpr"
16 default BUSYBOX_DEFAULT_LPR 16 default BUSYBOX_DEFAULT_LPR
Line 17... Line 17...
17 help 17 help
18 lpr sends files (or standard input) to a print spooling daemon. 18 lpr sends files (or standard input) to a print spooling daemon.
19   19  
20 config BUSYBOX_CONFIG_LPQ 20 config BUSYBOX_CONFIG_LPQ
21 bool "lpq (9.9 kb)" 21 bool "lpq"
Line 22... Line 22...
22 default BUSYBOX_DEFAULT_LPQ 22 default BUSYBOX_DEFAULT_LPQ