ar71xx: image: fix indentation
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
parent
4436979c83
commit
597c9f0be5
4 changed files with 553 additions and 553 deletions
|
@ -239,7 +239,7 @@ define Device/wndr3700
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/wndr3700v2
|
define Device/wndr3700v2
|
||||||
$(Device/wndr3700)
|
$(Device/wndr3700)
|
||||||
DEVICE_TITLE := NETGEAR WNDR3700 v2
|
DEVICE_TITLE := NETGEAR WNDR3700 v2
|
||||||
NETGEAR_BOARD_ID = WNDR3700v2
|
NETGEAR_BOARD_ID = WNDR3700v2
|
||||||
NETGEAR_KERNEL_MAGIC = 0x33373031
|
NETGEAR_KERNEL_MAGIC = 0x33373031
|
||||||
|
@ -250,26 +250,26 @@ $(Device/wndr3700)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/wndr3800
|
define Device/wndr3800
|
||||||
$(Device/wndr3700v2)
|
$(Device/wndr3700v2)
|
||||||
DEVICE_TITLE := NETGEAR WNDR3800
|
DEVICE_TITLE := NETGEAR WNDR3800
|
||||||
NETGEAR_BOARD_ID = WNDR3800
|
NETGEAR_BOARD_ID = WNDR3800
|
||||||
NETGEAR_HW_ID = 29763654+16+128
|
NETGEAR_HW_ID = 29763654+16+128
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/wndr3800ch
|
define Device/wndr3800ch
|
||||||
$(Device/wndr3800)
|
$(Device/wndr3800)
|
||||||
DEVICE_TITLE := NETGEAR WNDR3800 (Ch)
|
DEVICE_TITLE := NETGEAR WNDR3800 (Ch)
|
||||||
NETGEAR_BOARD_ID = WNDR3800CH
|
NETGEAR_BOARD_ID = WNDR3800CH
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/wndrmac
|
define Device/wndrmac
|
||||||
$(Device/wndr3700v2)
|
$(Device/wndr3700v2)
|
||||||
DEVICE_TITLE := NETGEAR WNDRMAC
|
DEVICE_TITLE := NETGEAR WNDRMAC
|
||||||
NETGEAR_BOARD_ID = WNDRMAC
|
NETGEAR_BOARD_ID = WNDRMAC
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/wndrmacv2
|
define Device/wndrmacv2
|
||||||
$(Device/wndr3800)
|
$(Device/wndr3800)
|
||||||
DEVICE_TITLE := NETGEAR WNDRMAC v2
|
DEVICE_TITLE := NETGEAR WNDRMAC v2
|
||||||
NETGEAR_BOARD_ID = WNDRMACv2
|
NETGEAR_BOARD_ID = WNDRMACv2
|
||||||
endef
|
endef
|
||||||
|
@ -695,7 +695,7 @@ define Device/seama
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/dir-869-a1
|
define Device/dir-869-a1
|
||||||
$(Device/seama)
|
$(Device/seama)
|
||||||
DEVICE_TITLE := D-Link DIR-869 rev. A1
|
DEVICE_TITLE := D-Link DIR-869 rev. A1
|
||||||
DEVICE_PACKAGES := kmod-ath10k ath10k-firmware-qca988x
|
DEVICE_PACKAGES := kmod-ath10k ath10k-firmware-qca988x
|
||||||
BOARDNAME = DIR-869-A1
|
BOARDNAME = DIR-869-A1
|
||||||
|
@ -709,7 +709,7 @@ $(Device/seama)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/mynet-n600
|
define Device/mynet-n600
|
||||||
$(Device/seama)
|
$(Device/seama)
|
||||||
DEVICE_TITLE := Western Digital My Net N600
|
DEVICE_TITLE := Western Digital My Net N600
|
||||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2
|
||||||
BOARDNAME = MYNET-N600
|
BOARDNAME = MYNET-N600
|
||||||
|
@ -719,7 +719,7 @@ $(Device/seama)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/mynet-n750
|
define Device/mynet-n750
|
||||||
$(Device/seama)
|
$(Device/seama)
|
||||||
DEVICE_TITLE := Western Digital My Net N750
|
DEVICE_TITLE := Western Digital My Net N750
|
||||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2
|
||||||
BOARDNAME = MYNET-N750
|
BOARDNAME = MYNET-N750
|
||||||
|
@ -729,7 +729,7 @@ $(Device/seama)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/qihoo-c301
|
define Device/qihoo-c301
|
||||||
$(Device/seama)
|
$(Device/seama)
|
||||||
DEVICE_TITLE := Qihoo C301
|
DEVICE_TITLE := Qihoo C301
|
||||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k ath10k-firmware-qca988x
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k ath10k-firmware-qca988x
|
||||||
BOARDNAME = QIHOO-C301
|
BOARDNAME = QIHOO-C301
|
||||||
|
|
|
@ -11,14 +11,14 @@ define Device/mikrotik
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/nand-64m
|
define Device/nand-64m
|
||||||
|
$(Device/mikrotik)
|
||||||
DEVICE_TITLE := MikroTik RouterBoard with 64 MB NAND flash
|
DEVICE_TITLE := MikroTik RouterBoard with 64 MB NAND flash
|
||||||
$(Device/mikrotik)
|
|
||||||
KERNEL := kernel-bin | kernel2minor -s 512 -e -c
|
KERNEL := kernel-bin | kernel2minor -s 512 -e -c
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/nand-large
|
define Device/nand-large
|
||||||
|
$(Device/mikrotik)
|
||||||
DEVICE_TITLE := MikroTik RouterBoard with >= 128 MB NAND flash
|
DEVICE_TITLE := MikroTik RouterBoard with >= 128 MB NAND flash
|
||||||
$(Device/mikrotik)
|
|
||||||
KERNEL := kernel-bin | kernel2minor -s 2048 -e -c
|
KERNEL := kernel-bin | kernel2minor -s 2048 -e -c
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -219,7 +219,7 @@ define Device/ubnt-routerstation
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/ubnt-rs
|
define Device/ubnt-rs
|
||||||
$(Device/ubnt-routerstation)
|
$(Device/ubnt-routerstation)
|
||||||
DEVICE_TITLE := Ubiquiti RouterStation
|
DEVICE_TITLE := Ubiquiti RouterStation
|
||||||
BOARDNAME := UBNT-RS
|
BOARDNAME := UBNT-RS
|
||||||
DEVICE_PROFILE := UBNT UBNTRS
|
DEVICE_PROFILE := UBNT UBNTRS
|
||||||
|
@ -229,7 +229,7 @@ $(Device/ubnt-routerstation)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/ubnt-rspro
|
define Device/ubnt-rspro
|
||||||
$(Device/ubnt-routerstation)
|
$(Device/ubnt-routerstation)
|
||||||
DEVICE_TITLE := Ubiquiti RouterStation Pro
|
DEVICE_TITLE := Ubiquiti RouterStation Pro
|
||||||
BOARDNAME := UBNT-RSPRO
|
BOARDNAME := UBNT-RSPRO
|
||||||
DEVICE_PROFILE := UBNT UBNTRSPRO
|
DEVICE_PROFILE := UBNT UBNTRSPRO
|
||||||
|
@ -239,7 +239,7 @@ $(Device/ubnt-routerstation)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/ubnt-ls-sr71
|
define Device/ubnt-ls-sr71
|
||||||
$(Device/ubnt-routerstation)
|
$(Device/ubnt-routerstation)
|
||||||
DEVICE_TITLE := Ubiquiti LS-SR71
|
DEVICE_TITLE := Ubiquiti LS-SR71
|
||||||
BOARDNAME := UBNT-LS-SR71
|
BOARDNAME := UBNT-LS-SR71
|
||||||
DEVICE_PROFILE := UBNT
|
DEVICE_PROFILE := UBNT
|
||||||
|
@ -266,7 +266,7 @@ define Device/ubnt-uap-pro
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/ubnt-unifi-outdoor-plus
|
define Device/ubnt-unifi-outdoor-plus
|
||||||
$(Device/ubnt-uap-pro)
|
$(Device/ubnt-uap-pro)
|
||||||
DEVICE_TITLE := Ubiquiti UniFi Outdoor Plus
|
DEVICE_TITLE := Ubiquiti UniFi Outdoor Plus
|
||||||
UBNT_CHIP := ar7240
|
UBNT_CHIP := ar7240
|
||||||
BOARDNAME := UBNT-UOP
|
BOARDNAME := UBNT-UOP
|
||||||
|
|
Loading…
Reference in a new issue