Kernel 2.6 is long gone, remove any reference to it for MIPS

suites/ascii
Aurelien Jarno 11 years ago
parent cf5262c0d2
commit 2ae41107d9
  1. 8
      build/config/mips.cfg
  2. 4
      build/config/mips/malta.cfg
  3. 3
      build/config/mips/malta/netboot.cfg
  4. 7
      build/config/mips/miniiso.cfg
  5. 6
      build/config/mips/r4k-ip22.cfg
  6. 3
      build/config/mips/r4k-ip22/cdrom.cfg
  7. 3
      build/config/mips/r4k-ip22/netboot.cfg
  8. 4
      build/config/mips/r5k-ip32.cfg
  9. 3
      build/config/mips/r5k-ip32/netboot.cfg
  10. 4
      build/config/mips/sb1-bcm91250a.cfg
  11. 3
      build/config/mips/sb1-bcm91250a/netboot.cfg

@ -1,13 +1,11 @@
SUBARCH_SUPPORTED = malta r4k-ip22 r5k-ip32 sb1-bcm91250a miniiso
KERNELMAJOR = 2.4
KERNELMINOR = 27
# Targets for 2.6 kernel images will use this version instead.
KERNELVERSION_2.6 = 3.12-1
KERNELMAJOR = 2.6
# Targets for 3.x kernel images will use this version instead.
KERNELVERSION = 3.12-1
KERNEL_FLAVOUR = di
KERNELIMAGEVERSION = $(KERNELVERSION)
KERNELNAME = $(foreach ver,$(KERNELVERSION),vmlinux-$(ver))
KERNELNAME_2.6 = $(foreach ver,${KERNELVERSION_2.6}, vmlinuz-$(ver))
VERSIONED_SYSTEM_MAP = t

@ -1,5 +1,5 @@
MEDIUM_SUPPORTED = netboot-2.6
MEDIUM_SUPPORTED = netboot
# The version of the kernel to use.
KERNELVERSION_2.6 := $(KERNELVERSION_2.6)-4kc-malta
KERNELVERSION := $(KERNELVERSION)-4kc-malta

@ -1,8 +1,5 @@
MEDIA_TYPE = netboot image
KERNELVERSION = $(KERNELVERSION_2.6)
KERNELMAJOR = 2.6
TARGET = $(INITRD) $(KERNEL)
TYPE = netboot
EXTRANAME = $(TYPE)/

@ -1,14 +1,13 @@
# This is completely meaningless, since the mini-ISO uses prebuilt
# boot images, but some Makefile magic depends on those definitions.
KERNELVERSION = $(KERNELMAJOR).$(KERNELMINOR)-r4k-ip22
KERNELVERSION := $(KERNELVERSION)-r4k-ip22
KERNELNAME =
KERNELMAJOR = 2.6
MEDIA_TYPE = CD-ROM
# Hack, hack!
TARGET =
EXTRATARGETS = build_r4k-ip22_netboot-2.6 $(MINIISO)
EXTRATARGETS = build_r4k-ip22_netboot $(MINIISO)
EXTRANAME = cdrom-
MANIFEST-MINIISO = "tiny bootable CD image for pure network install"
@ -16,7 +15,7 @@ MANIFEST-MINIISO = "tiny bootable CD image for pure network install"
.PHONY: arch_miniiso
arch_miniiso:
-rm -rf $(TEMP_CD_TREE)/*
install -m 644 -D $(BASE_TMP)r4k-ip22_netboot-2.6/boot.img $(TEMP_CD_TREE)/install/r4k-ip22-boot.img
install -m 644 -D $(BASE_TMP)r4k-ip22_netboot/boot.img $(TEMP_CD_TREE)/install/r4k-ip22-boot.img
genisoimage -r -J -o $(TEMP_MINIISO) $(TEMP_CD_TREE)
set -e; \
ISOVH_BOOTFILES= ; \

@ -1,7 +1,5 @@
MEDIUM_SUPPORTED = cdrom-2.6 netboot-2.6
MEDIUM_SUPPORTED = cdrom netboot
MEDIUM_SUPPORTED_EXTRA = monolithic
# The version of the kernel to use.
KERNELVERSION = $(KERNELMAJOR).$(KERNELMINOR)-r4k-ip22
KERNELVERSION_2.6 := $(KERNELVERSION_2.6)-r4k-ip22
KERNELVERSION := $(KERNELVERSION)-r4k-ip22

@ -1,8 +1,5 @@
MEDIA_TYPE = CD-ROM
KERNELVERSION = $(KERNELVERSION_2.6)
KERNELMAJOR = 2.6
TARGET = $(BOOT)
TYPE = cdrom
EXTRANAME = $(TYPE)-

@ -1,8 +1,5 @@
MEDIA_TYPE = netboot image
KERNELVERSION = $(KERNELVERSION_2.6)
KERNELMAJOR = 2.6
TARGET = $(BOOT)
TYPE = netboot
EXTRANAME = $(TYPE)-

@ -1,5 +1,5 @@
MEDIUM_SUPPORTED = netboot-2.6
MEDIUM_SUPPORTED = netboot
# The version of the kernel to use.
KERNELVERSION_2.6 := $(KERNELVERSION_2.6)-r5k-ip32
KERNELVERSION := $(KERNELVERSION)-r5k-ip32

@ -1,8 +1,5 @@
MEDIA_TYPE = netboot image
KERNELVERSION = $(KERNELVERSION_2.6)
KERNELMAJOR = 2.6
TARGET = $(BOOT)
TYPE = netboot
EXTRANAME = $(TYPE)-

@ -1,5 +1,5 @@
MEDIUM_SUPPORTED = netboot-2.6
MEDIUM_SUPPORTED = netboot
# The version of the kernel to use.
KERNELVERSION_2.6 := $(KERNELVERSION_2.6)-sb1-bcm91250a
KERNELVERSION := $(KERNELVERSION)-sb1-bcm91250a

@ -1,8 +1,5 @@
MEDIA_TYPE = netboot image
KERNELVERSION = $(KERNELVERSION_2.6)
KERNELMAJOR = 2.6
TARGET = $(INITRD) $(KERNEL) $(SOME_DEST)/$(EXTRANAME)sibyl $(SOME_DEST)/$(EXTRANAME)sibyl.conf
TYPE = netboot
EXTRANAME = $(TYPE)/
Loading…
Cancel
Save