immortalwrt/target/linux/bcm4908
Sungbo Eo c9485a4fb9 bcm4908: fix calculation of new cferam index
The arithmetic expansion fails when idx becomes a two digit number.
Fix this by relying on expr command.

root@OpenWrt:/# echo $(((028 + 0) % 1000))
/bin/ash: arithmetic syntax error
root@OpenWrt:/# echo $(($(expr 028 + 0) % 1000))
28

Fixes: a6a0b252ba ("bcm4908: add sysupgrade support")
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
2021-11-04 23:57:08 +08:00
..
base-files bcm4908: fix calculation of new cferam index 2021-11-04 23:57:08 +08:00
files-5.4/drivers/net/ethernet/broadcom bcm4908: add Ethernet driver 2021-02-09 12:02:33 +08:00
files-5.10/drivers/net/ethernet/broadcom bcm4908: prepare kernel 5.10 support 2021-11-04 00:05:56 +08:00
generic bcm4908: initial work on the Broadcom BCM4908 target 2021-01-13 12:26:09 +08:00
image Merge Mainline 2021-09-23 10:13:31 +08:00
patches-5.4 kernel: bump 5.4 to 5.4.154 2021-10-22 23:56:43 +08:00
patches-5.10 bcm4908: prepare kernel 5.10 support 2021-11-04 00:05:56 +08:00
config-5.4 kernel: Deactivate some ARM64 errata workarounds 2021-10-07 00:04:20 +08:00
config-5.10 bcm4908: add testing support for kernel 5.10 2021-11-04 00:06:19 +08:00
Makefile bcm4908: add testing support for kernel 5.10 2021-11-04 00:06:19 +08:00