configuration and update to linux kernel…

configuration and update to linux kernel 2.6.30.4

using root account do following.

#make mrproper #check kernel .o and .config files

next configuration kernel. there are three kinds of configuration UI.

#make config #Text UI
#make menuconfig #Text graph UI
#make xconfig

before using menuconfig mode, ncurses should be installed.

#apt-get install libncurses*

and before using xconfig mode, following package should be installed.

#apt-get install libqt3-headers libqt3-mt-dev

after all configuration work done. using make command to compile kernel.