[openwrt/openwrt] ipq807x: image: cleanup unused variables
LEDE Commits
lede-commits at lists.infradead.org
Tue Jun 13 07:49:55 PDT 2023
ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/f8d26ece2550ebd66ae8934661ea737606ad862d
commit f8d26ece2550ebd66ae8934661ea737606ad862d
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Tue May 30 16:31:39 2023 +0200
ipq807x: image: cleanup unused variables
BLOCKSIZE and PAGESIZE seems to be unused on qnap_301w and zyxel_nbg7815
device which use eMMC storage.
Signed-off-by: Petr Štetiar <ynezz at true.cz>
(cherry picked from commit fdea7cb61776192ddb808a639af0a585d5b01b5b)
---
target/linux/ipq807x/image/generic.mk | 3 ---
1 file changed, 3 deletions(-)
diff --git a/target/linux/ipq807x/image/generic.mk b/target/linux/ipq807x/image/generic.mk
index f4a872ce09..d57099e5b4 100644
--- a/target/linux/ipq807x/image/generic.mk
+++ b/target/linux/ipq807x/image/generic.mk
@@ -102,7 +102,6 @@ define Device/qnap_301w
DEVICE_MODEL := 301w
DEVICE_DTS_CONFIG := config at hk01
KERNEL_SIZE := 16384k
- BLOCKSIZE := 512k
SOC := ipq8072
DEVICE_PACKAGES += ipq-wifi-qnap_301w
endef
@@ -159,8 +158,6 @@ define Device/zyxel_nbg7815
DEVICE_VENDOR := ZYXEL
DEVICE_MODEL := NBG7815
DEVICE_DTS_CONFIG := config at nbg7815
- BLOCKSIZE := 128k
- PAGESIZE := 2048
SOC := ipq8074
DEVICE_PACKAGES += ipq-wifi-zyxel_nbg7815 kmod-ath11k-pci kmod-hwmon-tmp103 \
kmod-bluetooth
More information about the lede-commits
mailing list