OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 66... Line 66...
66 default n 66 default n
67 help 67 help
68 This removes all ipkg/opkg status data files from the target directory 68 This removes all ipkg/opkg status data files from the target directory
69 before building the root filesystem. 69 before building the root filesystem.
Line 70... Line -...
70   -  
71 config IPK_FILES_CHECKSUMS -  
72 bool -  
73 prompt "Record files checksums in package metadata" -  
74 default n -  
75 help -  
76 This makes file checksums part of package metadata. It increases size -  
77 but provides you with pkg_check command to check for flash coruptions. -  
78   70  
79 config INCLUDE_CONFIG 71 config INCLUDE_CONFIG
80 bool "Include build configuration in firmware" if DEVEL 72 bool "Include build configuration in firmware" if DEVEL
81 default n 73 default n
82 help 74 help
Line 240... Line 232...
240 config KERNEL_CC_STACKPROTECTOR_STRONG 232 config KERNEL_CC_STACKPROTECTOR_STRONG
241 depends on !GCC_VERSION_4_8 233 depends on !GCC_VERSION_4_8
242 bool "Strong" 234 bool "Strong"
243 endchoice 235 endchoice
Line 244... Line -...
244   -  
245 config KERNEL_STACKPROTECTOR -  
246 bool -  
247 default KERNEL_CC_STACKPROTECTOR_REGULAR || KERNEL_CC_STACKPROTECTOR_STRONG -  
248   -  
249 config KERNEL_STACKPROTECTOR_STRONG -  
250 bool -  
251 default KERNEL_CC_STACKPROTECTOR_STRONG -  
252   236  
253 choice 237 choice
254 prompt "Enable buffer-overflows detection (FORTIFY_SOURCE)" 238 prompt "Enable buffer-overflows detection (FORTIFY_SOURCE)"
255 default PKG_FORTIFY_SOURCE_1 239 default PKG_FORTIFY_SOURCE_1
256 help 240 help