Skip to content

Commit

Permalink
devices: Remove initramfs image from Mikrotik
Browse files Browse the repository at this point in the history
Remove initramfs image from Mikrotik descriptors due to imagebuilder not generating them
  • Loading branch information
robimarko committed Nov 18, 2017
1 parent 559d2b8 commit 6fdf0ca
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion nodewatcher/modules/devices/mikrotik/lhg.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class MikrotikRBLHG_5nD(cgm_devices.DeviceBase):
'name': 'rb-nor-flash-16M',
'files': [
'*-ar71xx-mikrotik-rb-nor-flash-16M-squashfs-sysupgrade.bin',
'*-ar71xx-mikrotik-vmlinux-initramfs.elf',
]
}
}
Expand Down
1 change: 0 additions & 1 deletion nodewatcher/modules/devices/mikrotik/rb912.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class MikrotikRB912UAG_2HPnD(cgm_devices.DeviceBase):
'name': 'nand-large',
'files': [
'*-ar71xx-mikrotik-nand-large-squashfs-sysupgrade.bin',
'*-ar71xx-mikrotik-vmlinux-initramfs.elf',
]
}
}
Expand Down
1 change: 0 additions & 1 deletion nodewatcher/modules/devices/mikrotik/rbmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ class MikrotikRBmAP2nD(cgm_devices.DeviceBase):
'name': 'rb-nor-flash-16M',
'files': [
'*-ar71xx-mikrotik-rb-nor-flash-16M-squashfs-sysupgrade.bin',
'*-ar71xx-mikrotik-vmlinux-initramfs.elf',
]
}
}
Expand Down
1 change: 0 additions & 1 deletion nodewatcher/modules/devices/mikrotik/rbwap.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class MikrotikRBwAP2nD(cgm_devices.DeviceBase):
'name': 'rb-nor-flash-16M',
'files': [
'*-ar71xx-mikrotik-rb-nor-flash-16M-squashfs-sysupgrade.bin',
'*-ar71xx-mikrotik-vmlinux-initramfs.elf',
]
}
}
Expand Down
1 change: 0 additions & 1 deletion nodewatcher/modules/devices/mikrotik/sxt.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class MikrotikRBSXT5nDr2(cgm_devices.DeviceBase):
'lede': {
'name': 'nand-large',
'files': [
'*-ar71xx-mikrotik-vmlinux-initramfs.elf',
'*-ar71xx-mikrotik-nand-large-squashfs-sysupgrade.bin'
],
}
Expand Down

0 comments on commit 6fdf0ca

Please sign in to comment.