mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
Update dependencies
This commit is contained in:
parent
8ddb14094a
commit
e26cb5f186
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=juci
|
||||
PKG_VERSION=2015-06-11
|
||||
PKG_VERSION=15.6.15
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
|
|
@ -46,7 +46,7 @@ define Package/juci/config
|
|||
endef
|
||||
|
||||
define Build/Compile
|
||||
echo "$(CONFIG_PACKAGE_juci-theme-default)"
|
||||
echo "Using JUCI theme: $(CONFIG_PACKAGE_juci-theme-default)"
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) clean
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) DEFAULT_THEME=$(CONFIG_PACKAGE_juci-theme-default)
|
||||
endef
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue