OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 2 Rev 3
1 if PACKAGE_busybox 1 if PACKAGE_busybox
2   2  
3 config BUSYBOX_CUSTOM 3 config BUSYBOX_CUSTOM
4 bool "Customize busybox options" 4 bool "Customize busybox options"
5 default n 5 default n
6 help 6 help
7 Enabling this allows full customization of busybox settings. 7 Enabling this allows full customization of busybox settings.
8 Note that there are many options here that can result in a build 8 Note that there are many options here that can result in a build
9 that doesn't work properly. Enabling customization will mark your 9 that doesn't work properly. Enabling customization will mark your
10 build as "tainted" for the purpose of bug reports. 10 build as "tainted" for the purpose of bug reports.
11 See the variables written to /etc/openwrt_release 11 See the variables written to /etc/openwrt_release
12   12  
13 Unless you know what you are doing, you should leave this as 'n' 13 Unless you know what you are doing, you should leave this as 'n'
14   14  
15 source "Config-defaults.in" 15 source "Config-defaults.in"
16   16  
17 if BUSYBOX_CUSTOM 17 if BUSYBOX_CUSTOM
18 source "config/Config.in" 18 source "config/Config.in"
19 endif 19 endif
-   20  
-   21 config BUSYBOX_USE_LIBRPC
-   22 bool
-   23 default y if BUSYBOX_CUSTOM && BUSYBOX_CONFIG_FEATURE_HAVE_RPC
-   24 default y if !BUSYBOX_CUSTOM && BUSYBOX_DEFAULT_FEATURE_HAVE_RPC
20   25  
21 endif 26 endif
22   27