Parent Directory
|
Revision Log
Comment out powerpc monolithic target again, since the images tarball is already quite enormous enough and monolithic is mainly intended for developer testing.
| 1 | MEDIUM_SUPPORTED = cdrom netboot # monolithic |
| 2 | |
| 3 | # The version of the kernel to use. |
| 4 | KERNELVERSION = 2.4.25-powerpc |
| 5 | # Targets for 2.6 kernel images will use this version instead. |
| 6 | KERNELVERSION_2.6 = 2.6.5-powerpc |
| 7 | KERNEL_FLAVOUR = di |
| 8 | KERNELNAME = vmlinux |
| 9 | KERNELIMAGEVERSION = $(KERNELVERSION) |
| 10 | |
| 11 | cd_content: cd_content_common |
| 12 | |
| 13 | arch_miniiso: arch_miniiso_common |
| 14 | |
| 15 | arch_boot_screens: |
| 16 | |
| 17 | arch_boot: arch_boot_initrd |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |