diff options
author | Sungbo Eo <mans0n@gorani.run> | 2022-01-17 01:32:59 +0900 |
---|---|---|
committer | Sungbo Eo <mans0n@gorani.run> | 2022-01-17 20:38:43 +0900 |
commit | e257405c1bfa566a876104c3d4270643a27c336f (patch) | |
tree | a792f58fa00e88802053a73cb40ad305fb805a9e /target/linux/ipq40xx/image | |
parent | 88204bfa82f982a986d2aa3e166a4c5946040308 (diff) | |
download | upstream-e257405c1bfa566a876104c3d4270643a27c336f.tar.gz upstream-e257405c1bfa566a876104c3d4270643a27c336f.tar.bz2 upstream-e257405c1bfa566a876104c3d4270643a27c336f.zip |
ipq40xx: image: remove unused DTB_SIZE variable
It is not included in DEVICE_VARS anyways.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'target/linux/ipq40xx/image')
-rw-r--r-- | target/linux/ipq40xx/image/generic.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index 73a77a8bf8..b22d261d65 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -217,7 +217,6 @@ define Device/asus_rt-ac42u SOC := qcom-ipq4019 BLOCKSIZE := 128k PAGESIZE := 2048 - DTB_SIZE := 65536 IMAGE_SIZE := 20439364 FILESYSTEMS := squashfs # RT-AC82U is nowhere to be found online @@ -237,7 +236,6 @@ define Device/asus_rt-ac58u SOC := qcom-ipq4018 BLOCKSIZE := 128k PAGESIZE := 2048 - DTB_SIZE := 65536 IMAGE_SIZE := 20439364 FILESYSTEMS := squashfs # Someone - in their infinite wisdom - decided to put the firmware |