mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-14 02:44:45 +00:00
bcm53xx: image: prepare for generating serial flash images
There are some rare devices without NAND, like Netgear EX6200 or TP-LINK Archer C8. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45545
This commit is contained in:
parent
a86e7330dc
commit
5b9d70c888
@ -34,6 +34,13 @@ define Build/mkfs/squashfs
|
|||||||
( cd $(KDIR); $(STAGING_DIR_HOST)/bin/ubinize -p 128KiB -m 2048 -o $(KDIR)/root-block-0x20000-min-0x800.ubi ubinize.cfg )
|
( cd $(KDIR); $(STAGING_DIR_HOST)/bin/ubinize -p 128KiB -m 2048 -o $(KDIR)/root-block-0x20000-min-0x800.ubi ubinize.cfg )
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Build/trx-serial
|
||||||
|
$(STAGING_DIR_HOST)/bin/trx \
|
||||||
|
-o $@ \
|
||||||
|
-f $(word 1,$^) -a 1024 \
|
||||||
|
-f $(KDIR)/root.squashfs -a 0x10000 -A $(KDIR)/fs_mark
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/trx-nand
|
define Build/trx-nand
|
||||||
# kernel: always use 4 MiB (-28 B or TRX header) to allow upgrades even
|
# kernel: always use 4 MiB (-28 B or TRX header) to allow upgrades even
|
||||||
# if it grows up between releases
|
# if it grows up between releases
|
||||||
|
Loading…
Reference in New Issue
Block a user