2013-07-12 13:46:27 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
include $(INCLUDE_DIR)/image.mk
|
|
|
|
|
|
|
|
define Image/Prepare
|
|
|
|
rm -f $(KDIR)/fs_mark
|
|
|
|
echo -ne '\xde\xad\xc0\xde' > $(KDIR)/fs_mark
|
|
|
|
$(call prepare_generic_squashfs,$(KDIR)/fs_mark)
|
2014-10-16 20:48:56 +00:00
|
|
|
|
2015-04-21 08:20:00 +00:00
|
|
|
# For UBI we want only one extra block
|
|
|
|
rm -f $(KDIR)/ubi_mark
|
|
|
|
echo -ne '\xde\xad\xc0\xde' > $(KDIR)/ubi_mark
|
2013-07-12 13:46:27 +00:00
|
|
|
endef
|
|
|
|
|
2015-03-25 17:57:44 +00:00
|
|
|
define Build/lzma-d16
|
|
|
|
$(STAGING_DIR_HOST)/bin/lzma e $@ -d16 $(1) $@.new
|
2016-07-14 09:31:26 +00:00
|
|
|
mv $@.new $@
|
2014-10-16 21:33:34 +00:00
|
|
|
endef
|
|
|
|
|
2015-04-21 08:42:41 +00:00
|
|
|
define Build/trx-serial
|
|
|
|
$(STAGING_DIR_HOST)/bin/trx \
|
2016-07-08 12:22:29 +00:00
|
|
|
-o $@.new \
|
2016-04-20 18:14:01 +00:00
|
|
|
-m 33554432 \
|
2016-07-30 12:19:11 +00:00
|
|
|
-f $(IMAGE_KERNEL) -a 1024 \
|
2016-07-08 12:22:29 +00:00
|
|
|
-f $@ -a 0x10000 -A $(KDIR)/fs_mark
|
|
|
|
mv $@.new $@
|
2015-04-21 08:42:41 +00:00
|
|
|
endef
|
|
|
|
|
2015-03-25 17:57:44 +00:00
|
|
|
define Build/trx-nand
|
2015-04-21 08:19:53 +00:00
|
|
|
# kernel: always use 4 MiB (-28 B or TRX header) to allow upgrades even
|
|
|
|
# if it grows up between releases
|
2015-04-21 08:20:00 +00:00
|
|
|
# root: UBI with one extra block containing UBI mark to trigger erasing
|
|
|
|
# rest of partition
|
2015-03-25 17:57:44 +00:00
|
|
|
$(STAGING_DIR_HOST)/bin/trx \
|
2016-07-08 12:22:29 +00:00
|
|
|
-o $@.new \
|
2015-04-16 20:09:15 +00:00
|
|
|
-m 33554432 \
|
2016-07-30 12:19:11 +00:00
|
|
|
-f $(IMAGE_KERNEL) -a 0x20000 -b 0x400000 \
|
2016-07-08 12:22:29 +00:00
|
|
|
-f $@ \
|
2015-04-21 08:20:00 +00:00
|
|
|
-A $(KDIR)/ubi_mark -a 0x20000
|
2016-07-08 12:22:29 +00:00
|
|
|
mv $@.new $@
|
2013-07-12 13:46:27 +00:00
|
|
|
endef
|
|
|
|
|
2015-05-27 16:20:06 +00:00
|
|
|
define Build/asus-trx
|
|
|
|
$(STAGING_DIR_HOST)/bin/asustrx \
|
|
|
|
-p $(PRODUCTID) -i $@ -o $@.new
|
|
|
|
mv $@.new $@
|
|
|
|
endef
|
|
|
|
|
2016-02-01 12:43:04 +00:00
|
|
|
define Build/seama-nand
|
|
|
|
# Seama entity
|
|
|
|
$(STAGING_DIR_HOST)/bin/oseama \
|
|
|
|
entity $@.entity \
|
|
|
|
-m "dev=/dev/mtdblock/7" \
|
|
|
|
-m "type=firmware" \
|
2016-07-30 12:19:11 +00:00
|
|
|
-f $(IMAGE_KERNEL) \
|
2016-02-01 12:43:04 +00:00
|
|
|
-b 0x400000 \
|
2016-07-08 12:22:29 +00:00
|
|
|
-f $@ \
|
2016-02-01 12:43:04 +00:00
|
|
|
-f $(KDIR)/ubi_mark
|
|
|
|
# Seama container
|
|
|
|
$(STAGING_DIR_HOST)/bin/seama \
|
|
|
|
-s $@ \
|
|
|
|
-m "signature=$(SIGNATURE)" \
|
|
|
|
-i $@.entity
|
|
|
|
endef
|
|
|
|
|
2016-07-14 11:58:23 +00:00
|
|
|
DEVICE_VARS += PRODUCTID SIGNATURE NETGEAR_BOARD_ID NETGEAR_REGION
|
2014-10-09 16:36:51 +00:00
|
|
|
|
2016-09-13 09:03:02 +00:00
|
|
|
BRCMFMAC_43602A1 := kmod-brcmfmac brcmfmac-firmware-43602a1-pcie
|
|
|
|
BRCMFMAC_4366B1 := kmod-brcmfmac brcmfmac-firmware-4366b1-pcie
|
2016-10-01 14:22:43 +00:00
|
|
|
USB2_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-phy-bcm-ns-usb2
|
|
|
|
USB3_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb3 kmod-phy-bcm-ns-usb2
|
2016-08-11 09:59:28 +00:00
|
|
|
|
2015-03-25 17:57:44 +00:00
|
|
|
define Device/Default
|
|
|
|
# .dtb files are prefixed by SoC type, e.g. bcm4708- which is not included in device/image names
|
|
|
|
# extract the full dtb name based on the device info
|
2016-06-17 14:00:17 +00:00
|
|
|
DEVICE_DTS := $(patsubst %.dtb,%,$(notdir $(wildcard $(if $(IB),$(KDIR),$(DTS_DIR))/*-$(1).dtb)))
|
2015-03-25 17:57:44 +00:00
|
|
|
KERNEL := kernel-bin | append-dtb | lzma-d16
|
2016-06-17 14:00:17 +00:00
|
|
|
KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts)
|
2015-03-25 17:57:44 +00:00
|
|
|
FILESYSTEMS := squashfs
|
2015-03-26 10:42:36 +00:00
|
|
|
KERNEL_NAME := zImage
|
2015-03-25 17:57:44 +00:00
|
|
|
IMAGE_NAME = $$(IMAGE_PREFIX)-$$(1).$$(2)
|
|
|
|
IMAGES := trx
|
2016-09-04 06:56:05 +00:00
|
|
|
BLOCKSIZE := 128k
|
2016-07-08 12:22:29 +00:00
|
|
|
PAGESIZE := 2048
|
|
|
|
IMAGE/trx := append-ubi | trx-nand
|
2014-10-09 16:36:05 +00:00
|
|
|
endef
|
|
|
|
|
2015-05-27 16:20:06 +00:00
|
|
|
define Device/asus
|
|
|
|
IMAGES := trx
|
2016-07-08 12:22:29 +00:00
|
|
|
IMAGE/trx := append-ubi | trx-nand | asus-trx
|
2015-05-27 16:20:06 +00:00
|
|
|
endef
|
|
|
|
|
2016-08-11 06:59:54 +00:00
|
|
|
define Device/asus-rt-ac56u
|
|
|
|
DEVICE_TITLE := Asus RT-AC56U
|
2016-08-11 09:59:28 +00:00
|
|
|
DEVICE_PACKAGES := kmod-b43 $(USB3_PACKAGES)
|
2015-05-27 16:20:06 +00:00
|
|
|
endef
|
2016-08-11 06:59:54 +00:00
|
|
|
TARGET_DEVICES += asus-rt-ac56u
|
2015-05-27 16:20:06 +00:00
|
|
|
|
2016-08-11 06:59:54 +00:00
|
|
|
define Device/asus-rt-ac68u
|
|
|
|
DEVICE_TITLE := Asus RT-AC68U
|
2016-08-11 09:59:28 +00:00
|
|
|
DEVICE_PACKAGES := $(USB3_PACKAGES)
|
2015-09-26 22:57:33 +00:00
|
|
|
endef
|
2016-08-11 06:59:54 +00:00
|
|
|
TARGET_DEVICES += asus-rt-ac68u
|
|
|
|
|
|
|
|
define Device/asus-rt-ac87u
|
|
|
|
DEVICE_TITLE := Asus RT-AC87U
|
2016-08-11 09:59:28 +00:00
|
|
|
DEVICE_PACKAGES := $(USB3_PACKAGES)
|
2016-08-11 06:59:54 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += asus-rt-ac87u
|
|
|
|
|
|
|
|
define Device/asus-rt-n18u
|
|
|
|
DEVICE_TITLE := Asus RT-N18U
|
2016-08-11 09:59:28 +00:00
|
|
|
DEVICE_PACKAGES := $(USB3_PACKAGES)
|
2016-08-11 06:59:54 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += asus-rt-n18u
|
2015-09-26 22:57:33 +00:00
|
|
|
|
2016-08-11 10:17:06 +00:00
|
|
|
define Device/buffalo-wxr-1900dhp
|
|
|
|
DEVICE_TITLE := Buffalo WXR-1900DHP
|
|
|
|
DEVICE_PACKAGES := $(USB3_PACKAGES)
|
|
|
|
endef
|
|
|
|
TARGET_DEVICES += buffalo-wxr-1900dhp
|
|
|
|
|
|
|
|
define Device/buffalo-wzr-600dhp2
|
|
|
|
DEVICE_TITLE := Buffalo WZR-600DHP2
|
|
|
|
DEVICE_PACKAGES := kmod-b43 $(USB2_PACKAGES)
|
|
|
|
endef
|
|
|
|
TARGET_DEVICES += buffalo-wzr-600dhp2
|
|
|
|
|
|
|
|
define Device/buffalo-wzr-900dhp
|
|
|
|
DEVICE_TITLE := Buffalo WZR-900DHP
|
|
|
|
DEVICE_PACKAGES := kmod-b43 $(USB3_PACKAGES)
|
|
|
|
endef
|
|
|
|
TARGET_DEVICES += buffalo-wzr-900dhp
|
|
|
|
|
|
|
|
define Device/buffalo-wzr-1750dhp
|
|
|
|
DEVICE_TITLE := Buffalo WZR-1750DHP
|
|
|
|
DEVICE_PACKAGES := kmod-b43 $(USB3_PACKAGES)
|
|
|
|
endef
|
|
|
|
TARGET_DEVICES += buffalo-wzr-1750dhp
|
|
|
|
|
2016-02-01 12:43:04 +00:00
|
|
|
define Device/dlink
|
|
|
|
IMAGES := bin
|
2016-07-08 12:22:29 +00:00
|
|
|
IMAGE/bin := append-ubi | seama-nand
|
2016-02-01 12:43:04 +00:00
|
|
|
endef
|
|
|
|
|
2016-08-10 17:23:35 +00:00
|
|
|
define Device/dlink-dir-885l
|
|
|
|
DEVICE_TITLE := D-Link DIR-885L
|
2016-09-13 09:03:02 +00:00
|
|
|
DEVICE_PACKAGES := $(BRCMFMAC_4366B1) $(USB3_PACKAGES)
|
2016-08-10 17:23:35 +00:00
|
|
|
$(Device/dlink)
|
|
|
|
SIGNATURE := wrgac42_dlink.2015_dir885l
|
|
|
|
endef
|
|
|
|
TARGET_DEVICES += dlink-dir-885l
|
|
|
|
|
2016-08-11 06:59:54 +00:00
|
|
|
define Device/linksys-ea6300-v1
|
|
|
|
DEVICE_TITLE := Linksys EA6300 V1
|
2016-08-11 09:59:28 +00:00
|
|
|
DEVICE_PACKAGES := kmod-b43 $(USB3_PACKAGES)
|
2016-08-11 06:59:54 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += linksys-ea6300-v1
|
|
|
|
|
2015-03-25 17:57:44 +00:00
|
|
|
define Device/netgear
|
|
|
|
IMAGES := chk
|
2016-07-08 12:22:29 +00:00
|
|
|
IMAGE/chk := append-ubi | trx-nand | netgear-chk
|
2015-08-14 13:03:36 +00:00
|
|
|
NETGEAR_REGION := 1
|
2014-09-22 08:04:26 +00:00
|
|
|
endef
|
|
|
|
|
2015-03-25 17:57:44 +00:00
|
|
|
define Device/netgear-r6250
|
2016-08-11 06:59:54 +00:00
|
|
|
DEVICE_TITLE := Netgear R6250
|
2016-08-11 09:59:28 +00:00
|
|
|
DEVICE_PACKAGES := kmod-b43 $(USB3_PACKAGES)
|
2015-03-25 17:57:44 +00:00
|
|
|
$(Device/netgear)
|
2015-08-14 13:03:36 +00:00
|
|
|
NETGEAR_BOARD_ID := U12H245T00_NETGEAR
|
2015-03-25 17:57:44 +00:00
|
|
|
endef
|
2014-10-16 20:48:56 +00:00
|
|
|
|
2015-03-25 17:57:44 +00:00
|
|
|
define Device/netgear-r6300-v2
|
2016-08-11 06:59:54 +00:00
|
|
|
DEVICE_TITLE := Netgear R6300 V2
|
2016-08-11 09:59:28 +00:00
|
|
|
DEVICE_PACKAGES := kmod-b43 $(USB3_PACKAGES)
|
2015-03-25 17:57:44 +00:00
|
|
|
$(Device/netgear)
|
2015-08-14 13:03:36 +00:00
|
|
|
NETGEAR_BOARD_ID := U12H240T00_NETGEAR
|
2013-07-12 13:46:27 +00:00
|
|
|
endef
|
|
|
|
|
2016-08-11 06:59:54 +00:00
|
|
|
define Device/netgear-r7000
|
|
|
|
DEVICE_TITLE := Netgear R7000
|
2016-08-11 09:59:28 +00:00
|
|
|
DEVICE_PACKAGES := $(USB3_PACKAGES)
|
2016-08-11 06:59:54 +00:00
|
|
|
$(Device/netgear)
|
|
|
|
NETGEAR_BOARD_ID := U12H270T00_NETGEAR
|
|
|
|
endef
|
|
|
|
TARGET_DEVICES += netgear-r7000
|
|
|
|
|
2016-08-11 05:45:19 +00:00
|
|
|
define Device/netgear-r7900
|
|
|
|
DEVICE_TITLE := Netgear R7900
|
2016-09-13 09:03:02 +00:00
|
|
|
DEVICE_PACKAGES := $(BRCMFMAC_43602A1) $(USB3_PACKAGES)
|
2016-08-11 05:45:19 +00:00
|
|
|
$(Device/netgear)
|
|
|
|
NETGEAR_BOARD_ID := U12H315T30_NETGEAR
|
|
|
|
endef
|
|
|
|
TARGET_DEVICES += netgear-r7900
|
|
|
|
|
2015-03-25 17:57:44 +00:00
|
|
|
define Device/netgear-r8000
|
2016-08-10 17:23:35 +00:00
|
|
|
DEVICE_TITLE := Netgear R8000
|
2016-09-13 09:03:02 +00:00
|
|
|
DEVICE_PACKAGES := $(BRCMFMAC_43602A1) $(USB3_PACKAGES)
|
2015-03-25 17:57:44 +00:00
|
|
|
$(Device/netgear)
|
2015-08-14 13:03:36 +00:00
|
|
|
NETGEAR_BOARD_ID := U12H315T00_NETGEAR
|
2014-09-22 08:04:26 +00:00
|
|
|
endef
|
2013-07-12 13:46:27 +00:00
|
|
|
|
2016-08-11 06:27:57 +00:00
|
|
|
define Device/netgear-r8500
|
|
|
|
DEVICE_TITLE := Netgear R8500
|
2016-09-13 09:03:02 +00:00
|
|
|
DEVICE_PACKAGES := $(BRCMFMAC_4366B1) $(USB3_PACKAGES)
|
2016-08-11 06:27:57 +00:00
|
|
|
$(Device/netgear)
|
|
|
|
NETGEAR_BOARD_ID := U12H334T00_NETGEAR
|
|
|
|
endef
|
|
|
|
# TARGET_DEVICES += netgear-r8500
|
|
|
|
|
2015-05-13 20:01:15 +00:00
|
|
|
define Device/smartrg-sr400ac
|
2016-08-10 17:23:35 +00:00
|
|
|
DEVICE_TITLE := SmartRG SR400ac
|
2016-09-13 09:03:02 +00:00
|
|
|
DEVICE_PACKAGES := $(BRCMFMAC_43602A1) $(USB3_PACKAGES)
|
2015-05-13 20:01:15 +00:00
|
|
|
IMAGES := trx
|
2016-07-08 12:22:29 +00:00
|
|
|
IMAGE/trx := append-rootfs | trx-serial
|
2015-05-13 20:01:15 +00:00
|
|
|
endef
|
|
|
|
|
2016-08-15 07:28:54 +00:00
|
|
|
define Device/tenda-ac9
|
|
|
|
DEVICE_TITLE := Tenda AC9
|
|
|
|
DEVICE_PACKAGES := $(USB2_PACKAGES)
|
|
|
|
IMAGES := trx
|
|
|
|
IMAGE/trx := append-rootfs | trx-serial
|
|
|
|
endef
|
2016-08-19 09:36:31 +00:00
|
|
|
TARGET_DEVICES += tenda-ac9
|
2016-08-15 07:28:54 +00:00
|
|
|
|
2015-03-25 17:57:44 +00:00
|
|
|
TARGET_DEVICES += \
|
2015-05-13 20:01:15 +00:00
|
|
|
netgear-r6250 netgear-r6300-v2 netgear-r8000 \
|
|
|
|
smartrg-sr400ac
|
2015-03-25 17:57:44 +00:00
|
|
|
|
2013-07-12 13:46:27 +00:00
|
|
|
$(eval $(call BuildImage))
|