-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
45 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,40 +7,40 @@ | |
|
||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=luci-bwc | ||
PKG_NAME:=juci-bwc | ||
PKG_VERSION:=2015-01-10 | ||
PKG_RELEASE=$(PKG_SOURCE_VERSION) | ||
|
||
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_URL:=https://github.com/mkschreder/luci-bwc.git | ||
PKG_SOURCE_VERSION:=105d5b36ce5c3e75891c30cd67722372bce997ab | ||
PKG_SOURCE_URL:=https://github.com/mkschreder/juci-bwc.git | ||
PKG_SOURCE_VERSION:=8ebc015cde4bcdccb2d5f8413244d3838cdd29f6 | ||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) | ||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz | ||
PKG_MAINTAINER:=Martin K. Schröder <[email protected]> | ||
|
||
PKG_LICENSE:=ISC | ||
PKG_LICENSE:=ASL | ||
PKG_LICENSE_FILES:= | ||
|
||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR) | ||
PKG_BUILD_PARALLEL:=1 | ||
|
||
include $(INCLUDE_DIR)/package.mk | ||
|
||
define Package/luci-bwc | ||
define Package/juci-bwc | ||
SECTION:=utils | ||
CATEGORY:=Utilities | ||
TITLE:=Realtime Graphs utility | ||
DEPENDS:=+libiwinfo | ||
DEPENDS:=+libiwinfo +librt +libpthread | ||
endef | ||
|
||
define Package/luci-bwc/description | ||
This package provides the binary luci-bwc utility for juci. | ||
define Package/juci-bwc/description | ||
This package provides the binary juci-bwc utility for juci. | ||
endef | ||
|
||
define Package/luci-bwc/install | ||
define Package/juci-bwc/install | ||
$(INSTALL_DIR) $(1)/usr/bin | ||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/luci-bwc $(1)/usr/bin/luci-bwc | ||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/juci-bwc $(1)/usr/bin/juci-bwc | ||
endef | ||
|
||
$(eval $(call BuildPackage,luci-bwc)) | ||
$(eval $(call BuildPackage,juci-bwc)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ PKG_NAME:=juci | |
|
||
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_URL:=https://github.com/mkschreder/juci.git | ||
PKG_SOURCE_VERSION:=89c48fdf3609d9612d53d2a4f7658accd165e21d | ||
PKG_SOURCE_VERSION:=d5d3d2b8537d830756eae2a6c895f83c2329f35a | ||
PKG_VERSION:=2.16.09 | ||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) | ||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz | ||
|
@@ -61,7 +61,7 @@ export CONFIG_PACKAGE_$(2):=$(CONFIG_PACKAGE_$(2)) | |
define Package/$(2) | ||
SECTION:=juci | ||
CATEGORY:=JUCI | ||
URL:=https://github.com/mkschreder/luci-express | ||
URL:=https://github.com/mkschreder/juci.git | ||
MAINTAINER:=Martin K. Schröder <[email protected]> | ||
SUBMENU:=$(1) | ||
TITLE:=$(if $(3),$(3),JUCI $(2) plugin) | ||
|
@@ -92,7 +92,7 @@ $(eval $(call RegisterAddon,Plugins,juci-event, JUCI Event Subsystem )) | |
$(eval $(call RegisterAddon,Plugins,juci-firewall-fw3, FW3 Firewall Configuration /etc/config/firewall )) | ||
$(eval $(call RegisterAddon,Plugins,juci-igmpinfo, IGMP Snooping Info through kernel snooping tables )) | ||
$(eval $(call RegisterAddon,Plugins,juci-jquery-console, Quake Style Dropdown Console for JUCI in browser)) | ||
$(eval $(call RegisterAddon,Plugins,juci-realtime-graphs,Realtime Graphs based on luci-bwc,+luci-bwc)) | ||
$(eval $(call RegisterAddon,Plugins,juci-realtime-graphs,Realtime Graphs based on juci-bwc,+luci-bwc)) | ||
$(eval $(call RegisterAddon,Plugins,juci-macdb, MAC Address to Manufacturer Name resolution for juci)) | ||
$(eval $(call RegisterAddon,Plugins,juci-minidlna, MiniDLNA Configuration)) | ||
$(eval $(call RegisterAddon,Plugins,juci-mod-status, Deprecated JUCI Status Reporting Module)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
config ORANGE_PARALLEL | ||
depends on PACKAGE_orange-rpcd | ||
bool "Enable parallel processing of requests" | ||
default y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters