build: fix subtarget descriptions

Move Target/Description above the target.mk include

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Felix Fietkau 8 years ago
parent a810e7789a
commit aa53f78038

@ -14,11 +14,11 @@ MAINTAINER:=Florian Fainelli <florian@openwrt.org>
KERNEL_PATCHVER:=3.18 KERNEL_PATCHVER:=3.18
include $(INCLUDE_DIR)/target.mk
define Target/Description define Target/Description
Build firmware images for Infineon WildPass (ADM8668) based routers Build firmware images for Infineon WildPass (ADM8668) based routers
(e.g. T-Mobile branded Linksys WRTU54G-TM) (e.g. T-Mobile branded Linksys WRTU54G-TM)
endef endef
include $(INCLUDE_DIR)/target.mk
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))

@ -15,6 +15,10 @@ SUBTARGETS:=nand sata
KERNEL_PATCHVER:=4.4 KERNEL_PATCHVER:=4.4
define Target/Description
Build images for AppliedMicro APM821xx based boards.
endef
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk
KERNELNAME:=uImage KERNELNAME:=uImage
@ -22,8 +26,4 @@ KERNELNAME:=uImage
DEFAULT_PACKAGES += \ DEFAULT_PACKAGES += \
kmod-leds-gpio kmod-i2c-core kmod-gpio-button-hotplug kmod-leds-gpio kmod-i2c-core kmod-gpio-button-hotplug
define Target/Description
Build images for AppliedMicro APM821xx based boards.
endef
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))

@ -15,12 +15,12 @@ SUBTARGETS:=generic ac49x
KERNEL_PATCHVER:=3.18 KERNEL_PATCHVER:=3.18
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES+= swconfig
define Target/Description define Target/Description
Build firmware images for TI AR7 based routers. Build firmware images for TI AR7 based routers.
endef endef
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES+= swconfig
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))

@ -16,10 +16,10 @@ KERNEL_PATCHVER:=4.4
DEVICE_TYPE:=developerboard DEVICE_TYPE:=developerboard
include $(INCLUDE_DIR)/target.mk
define Target/Description define Target/Description
Synopsys DesignWare boards Synopsys DesignWare boards
endef endef
include $(INCLUDE_DIR)/target.mk
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))

@ -17,10 +17,10 @@ KERNEL_PATCHVER:=4.4
DEVICE_TYPE:=developerboard DEVICE_TYPE:=developerboard
include $(INCLUDE_DIR)/target.mk
define Target/Description define Target/Description
Synopsys DesignWare boards Synopsys DesignWare boards
endef endef
include $(INCLUDE_DIR)/target.mk
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))

@ -17,12 +17,12 @@ KERNEL_PATCHVER:=4.4
DEVICE_TYPE:=developerboard DEVICE_TYPE:=developerboard
include $(INCLUDE_DIR)/target.mk
define Target/Description define Target/Description
Build multi-platform images for the ARMv8 instruction set architecture Build multi-platform images for the ARMv8 instruction set architecture
endef endef
include $(INCLUDE_DIR)/target.mk
KERNELNAME:=Image dtbs KERNELNAME:=Image dtbs
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))

@ -14,12 +14,12 @@ MAINTAINER:=Sergey Ryazanov <ryazanov.s.a@gmail.com>
KERNEL_PATCHVER:=4.4 KERNEL_PATCHVER:=4.4
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += wpad-mini kmod-ath5k swconfig kmod-gpio-button-hotplug
define Target/Description define Target/Description
Build firmware images for Atheros SoC boards Build firmware images for Atheros SoC boards
endef endef
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += wpad-mini kmod-ath5k swconfig kmod-gpio-button-hotplug
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))

@ -15,14 +15,14 @@ MAINTAINER:=Florian Fainelli <florian@openwrt.org>
KERNEL_PATCHVER:=3.18 KERNEL_PATCHVER:=3.18
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += wpad-mini yamonenv
define Target/Description define Target/Description
Build firmware for RMI/AMD Alchemy 1500,1550 boards Build firmware for RMI/AMD Alchemy 1500,1550 boards
(e.g. 4G-Systems Mesh/Access Cube, DBAu1550 ...) (e.g. 4G-Systems Mesh/Access Cube, DBAu1550 ...)
endef endef
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += wpad-mini yamonenv
define Kernel/BuildImage define Kernel/BuildImage
$(call Kernel/BuildImage/Default) $(call Kernel/BuildImage/Default)
$(CP) $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.flash.srec $(LINUX_DIR)/zImage.flash.srec $(CP) $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.flash.srec $(LINUX_DIR)/zImage.flash.srec

@ -15,12 +15,12 @@ CPU_TYPE:=cortex-a9
KERNEL_PATCHVER:=4.4 KERNEL_PATCHVER:=4.4
include $(INCLUDE_DIR)/target.mk
define Target/Description define Target/Description
Build firmware images for Broadcom based BCM47xx/53xx routers with ARM CPU, *not* MIPS. Build firmware images for Broadcom based BCM47xx/53xx routers with ARM CPU, *not* MIPS.
endef endef
include $(INCLUDE_DIR)/target.mk
KERNELNAME:=zImage dtbs KERNELNAME:=zImage dtbs
DEFAULT_PACKAGES += swconfig wpad-mini nvram oseama otrx \ DEFAULT_PACKAGES += swconfig wpad-mini nvram oseama otrx \

@ -16,14 +16,14 @@ SUBTARGETS:=bcm2708 bcm2709 bcm2710
KERNEL_PATCHVER:=4.4 KERNEL_PATCHVER:=4.4
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += brcm2708-gpu-fw kmod-usb-hid kmod-sound-core kmod-sound-arm-bcm2835 kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1
define Target/Description define Target/Description
Build firmware image for Broadcom BCM27xx SoC devices. Build firmware image for Broadcom BCM27xx SoC devices.
Currently produces SD Card image for Raspberry Pi. Currently produces SD Card image for Raspberry Pi.
endef endef
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += brcm2708-gpu-fw kmod-usb-hid kmod-sound-core kmod-sound-arm-bcm2835 kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1
KERNELNAME:=Image dtbs KERNELNAME:=Image dtbs
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))

@ -15,13 +15,12 @@ MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>
KERNEL_PATCHVER:=4.1 KERNEL_PATCHVER:=4.1
include $(INCLUDE_DIR)/target.mk
define Target/Description define Target/Description
Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM. Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM.
endef endef
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += swconfig wpad-mini nvram otrx \ DEFAULT_PACKAGES += swconfig wpad-mini nvram otrx \
kmod-leds-gpio kmod-gpio-button-hotplug \ kmod-leds-gpio kmod-gpio-button-hotplug \
kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev

@ -15,14 +15,14 @@ FEATURES:=squashfs usb atm pci pcmcia usbgadget
KERNEL_PATCHVER:=4.4 KERNEL_PATCHVER:=4.4
MAINTAINER:=Jonas Gorski <jogo@openwrt.org> MAINTAINER:=Jonas Gorski <jogo@openwrt.org>
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += swconfig kmod-gpio-button-hotplug
define Target/Description define Target/Description
Build firmware images for Broadcom based xDSL/routers Build firmware images for Broadcom based xDSL/routers
currently supports BCM6338, BCM6348 and BCM6358 based devices. currently supports BCM6338, BCM6348 and BCM6358 based devices.
(e.g. Inventel Livebox, Siemens SE515, Neufbox 4) (e.g. Inventel Livebox, Siemens SE515, Neufbox 4)
endef endef
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += swconfig kmod-gpio-button-hotplug
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))

@ -16,13 +16,13 @@ MAINTAINER:=Felix Fietkau <nbd@nbd.name>
KERNEL_PATCHVER:=4.4 KERNEL_PATCHVER:=4.4
include $(INCLUDE_DIR)/target.mk
define Target/Description define Target/Description
Build images for Cavium Networks Econa CNS3xxx based boards, Build images for Cavium Networks Econa CNS3xxx based boards,
eg. the Gateworks Laguna family eg. the Gateworks Laguna family
endef endef
include $(INCLUDE_DIR)/target.mk
KERNELNAME:=zImage KERNELNAME:=zImage
DEFAULT_PACKAGES += kmod-ath9k kmod-usb2 wpad-mini DEFAULT_PACKAGES += kmod-ath9k kmod-usb2 wpad-mini

@ -16,6 +16,10 @@ SUBTARGETS=generic p1020
KERNEL_PATCHVER:=4.4 KERNEL_PATCHVER:=4.4
define Target/Description
Build images for the Freescale MPC85xx based boards.
endef
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk
KERNEL_IMAGES := zImage KERNEL_IMAGES := zImage
@ -27,8 +31,4 @@ DEFAULT_PACKAGES += \
kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \ kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \
kmod-leds-gpio swconfig kmod-ath9k wpad-mini kmod-leds-gpio swconfig kmod-ath9k wpad-mini
define Target/Description
Build images for the Freescale MPC85xx based boards.
endef
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))

@ -15,11 +15,10 @@ MAINTAINER:=John Crispin <john@phrozen.org>
KERNEL_PATCHVER:=4.4 KERNEL_PATCHVER:=4.4
include $(INCLUDE_DIR)/target.mk
define Target/Description define Target/Description
Build firmware images for Cavium Networks Octeon-based boards. Build firmware images for Cavium Networks Octeon-based boards.
endef endef
include $(INCLUDE_DIR)/target.mk
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))

@ -19,12 +19,12 @@ MAINTAINER:=Alexander Couzens <lynxis@fe80.eu>
KERNELNAME:=zImage dtbs KERNELNAME:=zImage dtbs
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap3_overo uboot-omap-omap4_panda
define Target/Description define Target/Description
TI OMAP boards TI OMAP boards
endef endef
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap3_overo uboot-omap-omap4_panda
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))

@ -15,12 +15,12 @@ MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
KERNEL_PATCHVER:=3.18 KERNEL_PATCHVER:=3.18
include $(INCLUDE_DIR)/target.mk
define Target/Description define Target/Description
Build firmware images for AMCC/IBM PPC40x based boards. Build firmware images for AMCC/IBM PPC40x based boards.
endef endef
include $(INCLUDE_DIR)/target.mk
KERNELNAME:=uImage cuImage.magicbox cuImage.openrb KERNELNAME:=uImage cuImage.magicbox cuImage.openrb
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))

@ -15,12 +15,12 @@ MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
KERNEL_PATCHVER:=3.18 KERNEL_PATCHVER:=3.18
include $(INCLUDE_DIR)/target.mk
define Target/Description define Target/Description
Build firmware images for AMCC/IBM PPC44x based boards. Build firmware images for AMCC/IBM PPC44x based boards.
endef endef
include $(INCLUDE_DIR)/target.mk
KERNELNAME:=uImage cuImage.taishan KERNELNAME:=uImage cuImage.taishan
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))

@ -15,12 +15,12 @@ MAINTAINER:=John Crispin <john@phrozen.org>
KERNEL_PATCHVER:=4.4 KERNEL_PATCHVER:=4.4
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
kmod-leds-gpio kmod-gpio-button-hotplug wpad-mini swconfig
define Target/Description define Target/Description
Build firmware images for Ralink RT288x/RT3xxx based boards. Build firmware images for Ralink RT288x/RT3xxx based boards.
endef endef
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
kmod-leds-gpio kmod-gpio-button-hotplug wpad-mini swconfig
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))

@ -18,12 +18,12 @@ KERNEL_PATCHVER:=4.4
DEVICE_TYPE:=developerboard DEVICE_TYPE:=developerboard
include $(INCLUDE_DIR)/target.mk
define Target/Description define Target/Description
Build images for ARM Ltd. Realview boards to be run with qemu Build images for ARM Ltd. Realview boards to be run with qemu
endef endef
include $(INCLUDE_DIR)/target.mk
KERNELNAME:=zImage KERNELNAME:=zImage
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))

@ -16,10 +16,10 @@ KERNEL_PATCHVER:=3.18
DEVICE_TYPE=other DEVICE_TYPE=other
include $(INCLUDE_DIR)/target.mk
define Target/Description define Target/Description
Build firmware images for XBurst JZ47x0 based boards. Build firmware images for XBurst JZ47x0 based boards.
endef endef
include $(INCLUDE_DIR)/target.mk
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))

Loading…
Cancel
Save