that multiple Linux kernel packages can be installed at same time.
Change PKGNAME scheme to allow it to be installed multiple times
simultaneously.
Use PKG_PRESERVE so the Linux kernel can't get accidently deinstalled.
Add a variable to choose where to install (but not used yet,
due to some problems when LOCALBASE is /).
Set NO_MTREE.
Make sure the boot and lib/modules directories are created.
Increased kernel version to 2.6.6. Sorry changes no listed here.
See kernel.org for change logs.
Honor the USE_INET6 so CONFIG_IPV6 is set.
For default configurations (for modules, etc.) add
change CONFIG_DRM_I830= to module and add:
CONFIG_USB_OHCI_HCD=y
CONFIG_SND_USB_AUDIO=m
CONFIG_USB_AUDIO=m
It is located at http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.3.
Also made other changes to the packaging including:
- build dependency changed from linux-modutils to
linux-module-init-tools which supports this new kernel.
- save the .config file for later reference.
- make sure modules are installed under $PREFIX
- add modules to PLIST
- update the TODO
- add several configs to the files/extra-configs, such as:
AGP modules, DRM modules, loopback module, eepro network card module,
ntfs module, and others.