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
|
||||||
|
|
||||||
|
|
|
@ -66,7 +66,7 @@ define Device/tplink
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/tplink-nolzma
|
define Device/tplink-nolzma
|
||||||
$(Device/tplink)
|
$(Device/tplink)
|
||||||
LOADER_FLASH_OFFS := 0x22000
|
LOADER_FLASH_OFFS := 0x22000
|
||||||
COMPILE := loader-$(1).gz
|
COMPILE := loader-$(1).gz
|
||||||
COMPILE/loader-$(1).gz := loader-okli-compile
|
COMPILE/loader-$(1).gz := loader-okli-compile
|
||||||
|
@ -75,31 +75,31 @@ $(Device/tplink)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/tplink-4m
|
define Device/tplink-4m
|
||||||
$(Device/tplink-nolzma)
|
$(Device/tplink-nolzma)
|
||||||
TPLINK_FLASHLAYOUT := 4M
|
TPLINK_FLASHLAYOUT := 4M
|
||||||
IMAGE_SIZE := 3904k
|
IMAGE_SIZE := 3904k
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/tplink-8m
|
define Device/tplink-8m
|
||||||
$(Device/tplink-nolzma)
|
$(Device/tplink-nolzma)
|
||||||
TPLINK_FLASHLAYOUT := 8M
|
TPLINK_FLASHLAYOUT := 8M
|
||||||
IMAGE_SIZE := 7936k
|
IMAGE_SIZE := 7936k
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/tplink-4mlzma
|
define Device/tplink-4mlzma
|
||||||
$(Device/tplink)
|
$(Device/tplink)
|
||||||
TPLINK_FLASHLAYOUT := 4Mlzma
|
TPLINK_FLASHLAYOUT := 4Mlzma
|
||||||
IMAGE_SIZE := 3904k
|
IMAGE_SIZE := 3904k
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/tplink-8mlzma
|
define Device/tplink-8mlzma
|
||||||
$(Device/tplink)
|
$(Device/tplink)
|
||||||
TPLINK_FLASHLAYOUT := 8Mlzma
|
TPLINK_FLASHLAYOUT := 8Mlzma
|
||||||
IMAGE_SIZE := 7936k
|
IMAGE_SIZE := 7936k
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/tplink-16mlzma
|
define Device/tplink-16mlzma
|
||||||
$(Device/tplink)
|
$(Device/tplink)
|
||||||
TPLINK_FLASHLAYOUT := 16Mlzma
|
TPLINK_FLASHLAYOUT := 16Mlzma
|
||||||
IMAGE_SIZE := 15872k
|
IMAGE_SIZE := 15872k
|
||||||
endef
|
endef
|
||||||
|
@ -150,7 +150,7 @@ define Device/cpe510-520
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/cpe210-220
|
define Device/cpe210-220
|
||||||
$(Device/cpe510-520)
|
$(Device/cpe510-520)
|
||||||
DEVICE_TITLE := TP-LINK CPE210/220
|
DEVICE_TITLE := TP-LINK CPE210/220
|
||||||
DEVICE_PACKAGES := rssileds
|
DEVICE_PACKAGES := rssileds
|
||||||
BOARDNAME := CPE210
|
BOARDNAME := CPE210
|
||||||
|
@ -158,7 +158,7 @@ $(Device/cpe510-520)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/wbs210
|
define Device/wbs210
|
||||||
$(Device/cpe510-520)
|
$(Device/cpe510-520)
|
||||||
DEVICE_TITLE := TP-LINK WBS210
|
DEVICE_TITLE := TP-LINK WBS210
|
||||||
DEVICE_PACKAGES := rssileds
|
DEVICE_PACKAGES := rssileds
|
||||||
BOARDNAME := WBS210
|
BOARDNAME := WBS210
|
||||||
|
@ -166,7 +166,7 @@ $(Device/cpe510-520)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/wbs510
|
define Device/wbs510
|
||||||
$(Device/cpe510-520)
|
$(Device/cpe510-520)
|
||||||
DEVICE_TITLE := TP-LINK WBS510
|
DEVICE_TITLE := TP-LINK WBS510
|
||||||
DEVICE_PACKAGES := rssileds
|
DEVICE_PACKAGES := rssileds
|
||||||
BOARDNAME := WBS510
|
BOARDNAME := WBS510
|
||||||
|
@ -206,7 +206,7 @@ endef
|
||||||
TARGET_DEVICES += eap120
|
TARGET_DEVICES += eap120
|
||||||
|
|
||||||
define Device/tl-wdr4300-v1
|
define Device/tl-wdr4300-v1
|
||||||
$(Device/tplink-8mlzma)
|
$(Device/tplink-8mlzma)
|
||||||
DEVICE_TITLE := TP-LINK TL-WDR4300 v1
|
DEVICE_TITLE := TP-LINK TL-WDR4300 v1
|
||||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
||||||
BOARDNAME := TL-WDR4300
|
BOARDNAME := TL-WDR4300
|
||||||
|
@ -216,7 +216,7 @@ $(Device/tplink-8mlzma)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/tl-wdr3500-v1
|
define Device/tl-wdr3500-v1
|
||||||
$(Device/tplink-8mlzma)
|
$(Device/tplink-8mlzma)
|
||||||
DEVICE_TITLE := TP-LINK TL-WDR3500 v1
|
DEVICE_TITLE := TP-LINK TL-WDR3500 v1
|
||||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
||||||
BOARDNAME := TL-WDR3500
|
BOARDNAME := TL-WDR3500
|
||||||
|
@ -225,7 +225,7 @@ $(Device/tplink-8mlzma)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/tl-wdr3600-v1
|
define Device/tl-wdr3600-v1
|
||||||
$(Device/tplink-8mlzma)
|
$(Device/tplink-8mlzma)
|
||||||
DEVICE_TITLE := TP-LINK TL-WDR3600 v1
|
DEVICE_TITLE := TP-LINK TL-WDR3600 v1
|
||||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
||||||
BOARDNAME := TL-WDR4300
|
BOARDNAME := TL-WDR4300
|
||||||
|
@ -235,7 +235,7 @@ $(Device/tplink-8mlzma)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/tl-wdr4300-v1-il
|
define Device/tl-wdr4300-v1-il
|
||||||
$(Device/tplink-8mlzma)
|
$(Device/tplink-8mlzma)
|
||||||
DEVICE_TITLE := TP-LINK TL-WDR4300 v1 IL
|
DEVICE_TITLE := TP-LINK TL-WDR4300 v1 IL
|
||||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
||||||
BOARDNAME := TL-WDR4300
|
BOARDNAME := TL-WDR4300
|
||||||
|
@ -244,7 +244,7 @@ $(Device/tplink-8mlzma)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/tl-wdr4310-v1
|
define Device/tl-wdr4310-v1
|
||||||
$(Device/tplink-8mlzma)
|
$(Device/tplink-8mlzma)
|
||||||
DEVICE_TITLE := TP-LINK TL-WDR4310 v1
|
DEVICE_TITLE := TP-LINK TL-WDR4310 v1
|
||||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
||||||
BOARDNAME := TL-WDR4300
|
BOARDNAME := TL-WDR4300
|
||||||
|
@ -253,14 +253,14 @@ $(Device/tplink-8mlzma)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/mw4530r-v1
|
define Device/mw4530r-v1
|
||||||
$(Device/tl-wdr4300-v1)
|
$(Device/tl-wdr4300-v1)
|
||||||
DEVICE_TITLE := Mercury MW4530R v1
|
DEVICE_TITLE := Mercury MW4530R v1
|
||||||
TPLINK_HWID := 0x45300001
|
TPLINK_HWID := 0x45300001
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += tl-wdr3500-v1 tl-wdr3600-v1 tl-wdr4300-v1 tl-wdr4300-v1-il tl-wdr4310-v1 mw4530r-v1
|
TARGET_DEVICES += tl-wdr3500-v1 tl-wdr3600-v1 tl-wdr4300-v1 tl-wdr4300-v1-il tl-wdr4310-v1 mw4530r-v1
|
||||||
|
|
||||||
define Device/tl-wdr6500-v2
|
define Device/tl-wdr6500-v2
|
||||||
$(Device/tplink-8mlzma)
|
$(Device/tplink-8mlzma)
|
||||||
DEVICE_TITLE := TP-LINK TL-WDR6500v2
|
DEVICE_TITLE := TP-LINK TL-WDR6500v2
|
||||||
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
|
||||||
KERNEL := kernel-bin | patch-cmdline | lzma | uImage lzma
|
KERNEL := kernel-bin | patch-cmdline | lzma | uImage lzma
|
||||||
|
@ -273,7 +273,7 @@ endef
|
||||||
TARGET_DEVICES += tl-wdr6500-v2
|
TARGET_DEVICES += tl-wdr6500-v2
|
||||||
|
|
||||||
define Device/tl-wdr3320-v2
|
define Device/tl-wdr3320-v2
|
||||||
$(Device/tplink-4mlzma)
|
$(Device/tplink-4mlzma)
|
||||||
DEVICE_TITLE := TP-LINK TL-WDR3320v2
|
DEVICE_TITLE := TP-LINK TL-WDR3320v2
|
||||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
||||||
BOARDNAME = TL-WDR3320-v2
|
BOARDNAME = TL-WDR3320-v2
|
||||||
|
|
|
@ -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