summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2019-01-31 15:16:08 +0100
committerKarel Kočí <karel.koci@nic.cz>2019-01-31 15:16:08 +0100
commitc46cedfc312828831614ece2f365b53f07ddeb42 (patch)
treee241f8ab2a93cc454fdbc19079c24d760c785f06
parent16f1c6982db08545b6e3eaa5c2e5e4fa5879699b (diff)
downloadopenwrt-personal-pkgs-c46cedfc312828831614ece2f365b53f07ddeb42.tar.gz
openwrt-personal-pkgs-c46cedfc312828831614ece2f365b53f07ddeb42.tar.bz2
openwrt-personal-pkgs-c46cedfc312828831614ece2f365b53f07ddeb42.zip
python-uci: switch to branch add-euci
-rw-r--r--python-uci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-uci/Makefile b/python-uci/Makefile
index c724bf7..a4017be 100644
--- a/python-uci/Makefile
+++ b/python-uci/Makefile
@@ -12,7 +12,7 @@ PKG_LICENSE:=GPLv3
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://gitlab.labs.nic.cz/turris/pyuci.git
-PKG_SOURCE_BRANCH:=master
+PKG_SOURCE_BRANCH:=add-euci
PKG_BUILD_DEPENDS:=python-setuptools python3-setuptools
include $(TOPDIR)/package/autopkg-branch.mk