Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Build Problem with 4 net #28

Closed
devid79 opened this issue Nov 20, 2021 · 1 comment
Closed

Build Problem with 4 net #28

devid79 opened this issue Nov 20, 2021 · 1 comment

Comments

@devid79
Copy link

devid79 commented Nov 20, 2021

Hello when add more net

"extra_cmdline": {
    "pid": "0x0951",
    "vid": "0x1625",
"netif_num": "4",
    "sn": "1710LWN023200",
    "mac1": "001132410000"
"mac2": "001132410000"
"mac3": "001132410000"
"mac4": "001132410000"
},
"synoinfo": {},
"ramdisk_copy": {},
"extensions": []

the result is
[#] Checking runtime for required tools... [OK]
include/json.sh: line 16: 2: unbound variable
Makefile:29: recipe for target 'build_redpill_load' failed
make: *** [build_redpill_load] Error 1

with one interface it's all ok

More thank in advantage

@devid79 devid79 changed the title Builf Problem with 4 net Build Problem with 4 net Nov 20, 2021
@tossp
Copy link
Owner

tossp commented Nov 21, 2021

JSON syntax error and the MAC address cannot be the same

"extra_cmdline": {
    "pid": "0x0951",
    "vid": "0x1625",
    "netif_num": "4",
    "sn": "1710LWN023200",
    "mac1": "001132410000",
    "mac2": "001132410001",
    "mac3": "001132410002",
    "mac4": "001132410003"
},
"synoinfo": {
    "maxlanport": "4"
},
"ramdisk_copy": {},
"extensions": []

@tossp tossp closed this as completed Nov 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants