mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
jsonfilter: update makefile url
Specify URL as PKG_SOURCE_URL in the jsonfilter Makefile. Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
This commit is contained in:
parent
c98027d936
commit
830009b72d
@ -21,7 +21,7 @@ define Package/jsonfilter
|
||||
CATEGORY:=Base system
|
||||
DEPENDS:=+libubox +libjson-c
|
||||
TITLE:=OpenWrt JSON filter utility
|
||||
URL:=http://git.openwrt.org/?p=project/jsonpath.git
|
||||
URL:=$(PKG_SOURCE_URL)
|
||||
endef
|
||||
|
||||
define Package/jsonfilter/install
|
||||
|
Loading…
Reference in New Issue
Block a user