mirror of https://github.com/hak5/openwrt-owl.git
ar71xx: Fix PowerCloud CAP324 No Cloud title
CAP324 nocloud was missing (No-Cloud) in description Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>owl
parent
9062c4fe99
commit
a775c5db46
|
@ -133,7 +133,7 @@ endef
|
||||||
TARGET_DEVICES += cap324
|
TARGET_DEVICES += cap324
|
||||||
|
|
||||||
define Device/cap324-nocloud
|
define Device/cap324-nocloud
|
||||||
DEVICE_TITLE := PowerCloud CAP324 Cloud AP
|
DEVICE_TITLE := PowerCloud CAP324 Cloud AP (No-Cloud)
|
||||||
DEVICE_PACKAGES := uboot-envtools
|
DEVICE_PACKAGES := uboot-envtools
|
||||||
BOARDNAME := CAP324
|
BOARDNAME := CAP324
|
||||||
DEVICE_PROFILE := CAP324
|
DEVICE_PROFILE := CAP324
|
||||||
|
|
Loading…
Reference in New Issue