mirror of https://github.com/hak5/openwrt.git
ath79: rename tplink-loader-okli to tplink-safeloader-okli
This renames Device/tplink-loader-okli to Device/tplink-safeloader-okli since the latter more accurately describes the combination of tplink-safeloader and loader-okli use there. The old version might be confused with other uses of the okli loader. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>master
parent
9c37c5ef2f
commit
8a6994eb03
|
@ -74,7 +74,7 @@ define Device/tplink-safeloader-uimage
|
||||||
KERNEL := kernel-bin | append-dtb | lzma | uImageArcher lzma
|
KERNEL := kernel-bin | append-dtb | lzma | uImageArcher lzma
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/tplink-loader-okli
|
define Device/tplink-safeloader-okli
|
||||||
$(Device/tplink-safeloader)
|
$(Device/tplink-safeloader)
|
||||||
LOADER_TYPE := elf
|
LOADER_TYPE := elf
|
||||||
LOADER_FLASH_OFFS := 0x43000
|
LOADER_FLASH_OFFS := 0x43000
|
||||||
|
|
|
@ -213,7 +213,7 @@ endef
|
||||||
TARGET_DEVICES += tplink_archer-d50-v1
|
TARGET_DEVICES += tplink_archer-d50-v1
|
||||||
|
|
||||||
define Device/tplink_cpe210-v1
|
define Device/tplink_cpe210-v1
|
||||||
$(Device/tplink-loader-okli)
|
$(Device/tplink-safeloader-okli)
|
||||||
SOC := ar9344
|
SOC := ar9344
|
||||||
IMAGE_SIZE := 7680k
|
IMAGE_SIZE := 7680k
|
||||||
DEVICE_MODEL := CPE210
|
DEVICE_MODEL := CPE210
|
||||||
|
@ -251,7 +251,7 @@ endef
|
||||||
TARGET_DEVICES += tplink_cpe210-v3
|
TARGET_DEVICES += tplink_cpe210-v3
|
||||||
|
|
||||||
define Device/tplink_cpe220-v2
|
define Device/tplink_cpe220-v2
|
||||||
$(Device/tplink-loader-okli)
|
$(Device/tplink-safeloader-okli)
|
||||||
SOC := ar9344
|
SOC := ar9344
|
||||||
IMAGE_SIZE := 7680k
|
IMAGE_SIZE := 7680k
|
||||||
DEVICE_MODEL := CPE220
|
DEVICE_MODEL := CPE220
|
||||||
|
@ -274,7 +274,7 @@ endef
|
||||||
TARGET_DEVICES += tplink_cpe220-v3
|
TARGET_DEVICES += tplink_cpe220-v3
|
||||||
|
|
||||||
define Device/tplink_cpe510-v1
|
define Device/tplink_cpe510-v1
|
||||||
$(Device/tplink-loader-okli)
|
$(Device/tplink-safeloader-okli)
|
||||||
SOC := ar9344
|
SOC := ar9344
|
||||||
IMAGE_SIZE := 7680k
|
IMAGE_SIZE := 7680k
|
||||||
DEVICE_MODEL := CPE510
|
DEVICE_MODEL := CPE510
|
||||||
|
@ -286,7 +286,7 @@ endef
|
||||||
TARGET_DEVICES += tplink_cpe510-v1
|
TARGET_DEVICES += tplink_cpe510-v1
|
||||||
|
|
||||||
define Device/tplink_cpe510-v2
|
define Device/tplink_cpe510-v2
|
||||||
$(Device/tplink-loader-okli)
|
$(Device/tplink-safeloader-okli)
|
||||||
SOC := ar9344
|
SOC := ar9344
|
||||||
IMAGE_SIZE := 7680k
|
IMAGE_SIZE := 7680k
|
||||||
DEVICE_MODEL := CPE510
|
DEVICE_MODEL := CPE510
|
||||||
|
@ -298,7 +298,7 @@ endef
|
||||||
TARGET_DEVICES += tplink_cpe510-v2
|
TARGET_DEVICES += tplink_cpe510-v2
|
||||||
|
|
||||||
define Device/tplink_cpe510-v3
|
define Device/tplink_cpe510-v3
|
||||||
$(Device/tplink-loader-okli)
|
$(Device/tplink-safeloader-okli)
|
||||||
SOC := ar9344
|
SOC := ar9344
|
||||||
IMAGE_SIZE := 7680k
|
IMAGE_SIZE := 7680k
|
||||||
DEVICE_MODEL := CPE510
|
DEVICE_MODEL := CPE510
|
||||||
|
@ -309,7 +309,7 @@ endef
|
||||||
TARGET_DEVICES += tplink_cpe510-v3
|
TARGET_DEVICES += tplink_cpe510-v3
|
||||||
|
|
||||||
define Device/tplink_cpe610-v1
|
define Device/tplink_cpe610-v1
|
||||||
$(Device/tplink-loader-okli)
|
$(Device/tplink-safeloader-okli)
|
||||||
SOC := ar9344
|
SOC := ar9344
|
||||||
IMAGE_SIZE := 7680k
|
IMAGE_SIZE := 7680k
|
||||||
DEVICE_MODEL := CPE610
|
DEVICE_MODEL := CPE610
|
||||||
|
@ -598,7 +598,7 @@ endef
|
||||||
TARGET_DEVICES += tplink_tl-wr902ac-v1
|
TARGET_DEVICES += tplink_tl-wr902ac-v1
|
||||||
|
|
||||||
define Device/tplink_wbs210-v2
|
define Device/tplink_wbs210-v2
|
||||||
$(Device/tplink-loader-okli)
|
$(Device/tplink-safeloader-okli)
|
||||||
SOC := ar9344
|
SOC := ar9344
|
||||||
IMAGE_SIZE := 7680k
|
IMAGE_SIZE := 7680k
|
||||||
DEVICE_MODEL := WBS210
|
DEVICE_MODEL := WBS210
|
||||||
|
@ -609,7 +609,7 @@ endef
|
||||||
TARGET_DEVICES += tplink_wbs210-v2
|
TARGET_DEVICES += tplink_wbs210-v2
|
||||||
|
|
||||||
define Device/tplink_wbs510-v1
|
define Device/tplink_wbs510-v1
|
||||||
$(Device/tplink-loader-okli)
|
$(Device/tplink-safeloader-okli)
|
||||||
SOC := ar9344
|
SOC := ar9344
|
||||||
IMAGE_SIZE := 7680k
|
IMAGE_SIZE := 7680k
|
||||||
DEVICE_MODEL := WBS510
|
DEVICE_MODEL := WBS510
|
||||||
|
@ -621,7 +621,7 @@ endef
|
||||||
TARGET_DEVICES += tplink_wbs510-v1
|
TARGET_DEVICES += tplink_wbs510-v1
|
||||||
|
|
||||||
define Device/tplink_wbs510-v2
|
define Device/tplink_wbs510-v2
|
||||||
$(Device/tplink-loader-okli)
|
$(Device/tplink-safeloader-okli)
|
||||||
SOC := ar9344
|
SOC := ar9344
|
||||||
IMAGE_SIZE := 7680k
|
IMAGE_SIZE := 7680k
|
||||||
DEVICE_MODEL := WBS510
|
DEVICE_MODEL := WBS510
|
||||||
|
|
Loading…
Reference in New Issue