Skip to content

Commit

Permalink
Move device makefile definition down to keep alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingMarco committed Dec 18, 2023
1 parent e7b53bf commit 559a649
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions target/linux/ath79/image/generic.mk
Original file line number Diff line number Diff line change
Expand Up @@ -284,19 +284,6 @@ define Device/airtight_c-75
endef
TARGET_DEVICES += airtight_c-75

define Device/huawei_ap5030dn
SOC := qca9550
DEVICE_VENDOR := Huawei
DEVICE_MODEL := AP5030DN
DEVICE_PACKAGES := ath10k-firmware-qca988x-ct kmod-ath10k-ct
ROOTFS_MIN_SIZE := 12240k
IMAGE_SIZE := 30720k
IMAGES += kernel.bin squashfs.bin
IMAGE/kernel.bin := | append-kernel
IMAGE/squashfs.bin := append-rootfs | pad-rootfs | pad-to $$$$(ROOTFS_MIN_SIZE) | pad-to $$$$(BLOCKSIZE)
endef
TARGET_DEVICES += huawei_ap5030dn

define Device/alfa-network_ap121f
SOC := ar9331
DEVICE_VENDOR := ALFA Network
Expand Down Expand Up @@ -1777,6 +1764,19 @@ define Device/hiwifi_hc6361
endef
TARGET_DEVICES += hiwifi_hc6361

define Device/huawei_ap5030dn
SOC := qca9550
DEVICE_VENDOR := Huawei
DEVICE_MODEL := AP5030DN
DEVICE_PACKAGES := ath10k-firmware-qca988x-ct kmod-ath10k-ct
ROOTFS_MIN_SIZE := 12240k
IMAGE_SIZE := 30720k
IMAGES += kernel.bin squashfs.bin
IMAGE/kernel.bin := | append-kernel
IMAGE/squashfs.bin := append-rootfs | pad-rootfs | pad-to $$$$(ROOTFS_MIN_SIZE) | pad-to $$$$(BLOCKSIZE)
endef
TARGET_DEVICES += huawei_ap5030dn

define Device/iodata_etg3-r
SOC := ar9342
DEVICE_VENDOR := I-O DATA
Expand Down

0 comments on commit 559a649

Please sign in to comment.