X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fipq806x%2Fimage%2FMakefile;fp=target%2Flinux%2Fipq806x%2Fimage%2FMakefile;h=acb95347bfdc31fda3721d802056745821709704;hp=93e7ba315112044e95e15b1949d09ba931692ec7;hb=70c12d26ca6eb01a938feb38f89720d78df0ca6d;hpb=2c3e8bed3f04f426d676d6352018b33a49a72406 diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index 93e7ba3151..acb95347bf 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -284,6 +284,20 @@ define Device/netgear_r7800 endef TARGET_DEVICES += netgear_r7800 +define Device/netgear_xr500 + $(call Device/DniImage) + DEVICE_VENDOR := NETGEAR + DEVICE_MODEL := Nighthawk XR500 + SOC := qcom-ipq8065 + KERNEL_SIZE := 4096k + NETGEAR_BOARD_ID := XR500 + NETGEAR_HW_ID := 29764958+0+256+512+4x4+4x4+cascade + BLOCKSIZE := 128k + PAGESIZE := 2048 + DEVICE_PACKAGES := ath10k-firmware-qca9984-ct +endef +TARGET_DEVICES += netgear_xr500 + define Device/qcom_ipq8064-ap148 $(call Device/FitImage) $(call Device/UbiFit)