mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 22:52:11 -05:00
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@true.cz>
This commit is contained in:
parent
38c7cf0e69
commit
fdea7cb617
@ -107,7 +107,6 @@ define Device/qnap_301w
|
|||||||
DEVICE_MODEL := 301w
|
DEVICE_MODEL := 301w
|
||||||
DEVICE_DTS_CONFIG := config@hk01
|
DEVICE_DTS_CONFIG := config@hk01
|
||||||
KERNEL_SIZE := 16384k
|
KERNEL_SIZE := 16384k
|
||||||
BLOCKSIZE := 512k
|
|
||||||
SOC := ipq8072
|
SOC := ipq8072
|
||||||
IMAGES += factory.bin sysupgrade.bin
|
IMAGES += factory.bin sysupgrade.bin
|
||||||
IMAGE/factory.bin := append-rootfs | pad-rootfs | pad-to 64k
|
IMAGE/factory.bin := append-rootfs | pad-rootfs | pad-to 64k
|
||||||
@ -166,8 +165,6 @@ define Device/zyxel_nbg7815
|
|||||||
DEVICE_VENDOR := ZYXEL
|
DEVICE_VENDOR := ZYXEL
|
||||||
DEVICE_MODEL := NBG7815
|
DEVICE_MODEL := NBG7815
|
||||||
DEVICE_DTS_CONFIG := config@nbg7815
|
DEVICE_DTS_CONFIG := config@nbg7815
|
||||||
BLOCKSIZE := 128k
|
|
||||||
PAGESIZE := 2048
|
|
||||||
SOC := ipq8074
|
SOC := ipq8074
|
||||||
IMAGES += factory.bin sysupgrade.bin
|
IMAGES += factory.bin sysupgrade.bin
|
||||||
IMAGE/factory.bin := append-rootfs | pad-rootfs | pad-to 64k
|
IMAGE/factory.bin := append-rootfs | pad-rootfs | pad-to 64k
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user