mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
bcm53xx: bump maximum TRX size for devices with serial flash
It was already increased for NAND devices so do the same for the ones with serial memory. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Backport of r49207 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@49208 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
53c70521a6
commit
8bcff05acc
@ -37,6 +37,7 @@ endef
|
||||
define Build/trx-serial
|
||||
$(STAGING_DIR_HOST)/bin/trx \
|
||||
-o $@ \
|
||||
-m 33554432 \
|
||||
-f $(word 1,$^) -a 1024 \
|
||||
-f $(KDIR)/root.squashfs -a 0x10000 -A $(KDIR)/fs_mark
|
||||
endef
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user