The install method is almost as same as the linux-2.6.30 except for the kernel configuration. The longene patch for linux-2.6.34 doesn't include the .config file. So you should copy the distribution config file /boot/config-*** to the Linux-2.6.34 top directory and rename it .config.
Then:
- 代码: 全选
make menuconfig
Included:
1. [*] General setup -> Longene support
2. -*- General setup -> Configure standard kernel features (for small systems) -> Load all symbols for debugging/ksymoops
3. [*] General setup -> Configure standard kernel features (for small systems) -> Do an extra kallsyms pass
4. [*] General setup -> Disable heap randomization
5. [*] File systems -> Native language support -> Simplified Chinese charset (CP936, GB2312)
Excluded:
1. [ ] General setup -> enable deprecated sysfs features to support old userspace tools
2. [ ] Enable loadable module support -> Module versioning support
3. [ ] Processor type and features -> Symmetric multi-processing support
4. [ ] Processor type and features -> Enable -fstack-protector buffer overflow detection
Save and exit, then:
- 代码: 全选
make
make modules_install
make install
Other installation steps are as same as Longene-0.3.0 for Linux-2.6.30. So for more details, just refer to http://www.longene.org/forum/viewtopic.php?f=19&t=4218

