-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small improvements #26
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
.idea/ | ||
.idea/ | ||
/*.iml |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,6 +82,7 @@ sites:{ | |
"domaene74" : {id: "domaene74",short:"d74",name:"Recklinghausen", version:"4.1.0", version_base:"2018.2.2", on_map: true}, | ||
"domaene75" : {id: "domaene75",short:"d75",name:"Gronau", version:"4.1.0", version_base:"2018.2.2", on_map: true}, | ||
"domaene76" : {id: "domaene76",short:"d76",name:"Herne", version:"4.1.0", version_base:"2018.2.2", on_map: true}, | ||
"domaene77" : {id: "domaene77",short:"d77",name:"Hamm", version:"4.1.0", version_base:"2018.2.2", on_map: true}, | ||
}, | ||
|
||
//router list for gluon v2018.2 | ||
|
@@ -93,7 +94,6 @@ manufacturers: { | |
"3allnet": {id: "allnet", name: "Allnet"}, | ||
"3buffalo": {id: "buffalo", name: "Buffalo"}, | ||
"4d-link": {id: "d-link", name: "D-Link"}, | ||
"5gl-inet": {id: "gl-inet", name: "GL-Inet"}, | ||
"5gl-inet": {id: "gl", name: "GL Innovations"}, | ||
"6linksys": {id: "linksys", name: "Linksys"}, | ||
"7netgear": {id: "netgear", name: "Netgear"}, | ||
|
@@ -103,7 +103,6 @@ manufacturers: { | |
"10nexx": {id: "nexx", name: "Nexx"}, | ||
"11openmesh": {id: "openmesh", name: "OpenMesh"}, | ||
"12onion": {id: "onion", name: "Onion"}, | ||
"13wd-ny-net": {id: "wd-ny-net", name: "WD My Net"}, | ||
"13wd-ny-net": {id: "raspberrypi", name: "Raspberry Pi"}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Das geht so nicht. Das sind 2 Unterschiedliche Modelle die einfach nur den gleichen Key nutzen. Richtig wäre gewesen den Key an zu passen. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. stimmt da war ich zu schnell. |
||
"14x86":{id:"x86",name:"x86"} | ||
}, | ||
|
@@ -315,4 +314,4 @@ name: "Münsterland", | |
|
||
url: "http://firmware.freifunk-muensterland.de/{{parse(downloadableSite).id}}/versions/v{{parse(downloadableSite).version}}/{{selectedMode=='sysupgrade'||parse(selectedRouter).sysupgrade_only=='true'?'sysupgrade':''}}{{parse(selectedRouter).bootloader=='true'&&selectedMode=='factory'?'other':''}}{{parse(selectedRouter).sysupgrade_only!='true'&&parse(selectedRouter).bootloader!='true'&&selectedMode=='factory'?'factory':''}}/gluon-ffms{{parse(downloadableSite).short}}-v" + | ||
"{{parse(downloadableSite).version_base}}+{{parse(downloadableSite).version}}-{{parse(selectedRouter).id}}{{selectedMode=='sysupgrade'||parse(selectedRouter).sysupgrade_only=='true'?'-sysupgrade':''}}{{parse(selectedRouter).bootloader=='true'&&selectedMode=='factory'?'-bootloader':''}}" | ||
} | ||
}; |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Das geht so nicht. Das sind 2 Unterschiedliche Modelle die einfach nur den gleichen Key nutzen. Richtig wäre gewesen den Key an zu passen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stimmt da war ich zu schnell.