diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2016-12-07 10:39:12 -0600 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2016-12-07 10:39:12 -0600 |
commit | daf919ea0ab8ed52382dda882843f59571e4fd00 (patch) | |
tree | 5cd763e8e03f29c3be888821a866b53ad471a17c /recipes-connectivity/lora/lora-gateway | |
parent | 5a80e25f8fe510c38634163adb32ba18e4be2880 (diff) | |
download | meta-mlinux-daf919ea0ab8ed52382dda882843f59571e4fd00.tar.gz meta-mlinux-daf919ea0ab8ed52382dda882843f59571e4fd00.tar.bz2 meta-mlinux-daf919ea0ab8ed52382dda882843f59571e4fd00.zip |
Added Gateway 4.1.0 with patch to support fpga v28. Added pkt fwder 3.1.0
Diffstat (limited to 'recipes-connectivity/lora/lora-gateway')
-rw-r--r-- | recipes-connectivity/lora/lora-gateway/lora-gateway-add-fpga-version-28-31-33.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-connectivity/lora/lora-gateway/lora-gateway-add-fpga-version-28-31-33.patch b/recipes-connectivity/lora/lora-gateway/lora-gateway-add-fpga-version-28-31-33.patch new file mode 100644 index 0000000..1950573 --- /dev/null +++ b/recipes-connectivity/lora/lora-gateway/lora-gateway-add-fpga-version-28-31-33.patch @@ -0,0 +1,12 @@ +diff --git a/libloragw/src/loragw_reg.c b/libloragw/src/loragw_reg.c +index 7e396bc..e71e695 100644 +--- a/libloragw/src/loragw_reg.c ++++ b/libloragw/src/loragw_reg.c +@@ -48,7 +48,7 @@ Maintainer: Sylvain Miermont + #define PAGE_ADDR 0x00 + #define PAGE_MASK 0x03 + +-const uint8_t FPGA_VERSION[] = { 31, 33 }; /* several versions could be supported */ ++const uint8_t FPGA_VERSION[] = { 28, 31, 33 }; /* several versions could be supported */ + + /*
\ No newline at end of file |