choice
prompt "ramdisk compression"
depends TARGET_ROOTFS_INITRAMFS
- depends !LINUX_2_6_21
depends !LINUX_2_6_25
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ar71xx
default TARGET_INITRAMFS_COMPRESSION_NONE
endchoice
+config STRIP_ARGS
+ string
+ prompt "Strip arguments"
+ depends USE_STRIP
+ default "--strip-unneeded --remove-section=.comment --remove-section=.note" if DEBUG
+ default "--strip-all"
+ help
+ Specifies arguments passed to the strip command when stripping binaries
+
config USE_MKLIBS
bool "Strip unnecessary functions from libraries"
help