Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Commit

Permalink
[settings] Added LEDE in OpenWrt backend label
Browse files Browse the repository at this point in the history
  • Loading branch information
cappe87 authored and nemesifier committed Mar 1, 2017
1 parent ca975b8 commit 8fa29c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_netjsonconfig/settings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from django.conf import settings

BACKENDS = getattr(settings, 'NETJSONCONFIG_BACKENDS', (
('netjsonconfig.OpenWrt', 'OpenWRT'),
('netjsonconfig.OpenWrt', 'OpenWRT/LEDE'),
('netjsonconfig.OpenWisp', 'OpenWISP Firmware 1.x'),
))
VPN_BACKENDS = getattr(settings, 'NETJSONCONFIG_VPN_BACKENDS', (
Expand Down

0 comments on commit 8fa29c0

Please sign in to comment.