旧版本linux内核升级到新版本内核编译选择

general setup

    ---> enable deprecated sysfs features which may confuse old userspace tools

 

kernel 3.0

 

执行完make menuconfig后,修改.config

将#CONFIG_SYSFS_DEPRECATED_V2 is not set
默认被注释掉的,将其改为y。即修改为
CONFIG_SYSFS_DEPRECATED_V2=y



make menuconfig
make
make modules
make modules_install
make install


你可能感兴趣的:(features,deprecated,linux内核)