Browse Source

linux26: disable CONFIG_SYSFS_DEPRECATED to make udev happy

user/chris/old/ruby
Alejandro Mery 16 years ago
parent
commit
1e32b6c546
  1. 4
      base/linux26/arch/config-common.sh

4
base/linux26/arch/config-common.sh

@ -27,6 +27,10 @@ CONFIG_LOGO=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
# recommended by udev (as of 136)
CONFIG_SYSFS_DEPRECATED=n
CONFIG_SYSFS_DEPRECATED_V2=n
# no debugging by default
CONFIG_DEBUG_.*=n
CONFIG_.*_DEBUG=n

Loading…
Cancel
Save