lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 9ea169eb1c39d25dcfe17c29cef1601170400a06
parent b5118019c2ca7a7a3bdce15fdf3b423a7dc528df
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Wed, 15 Mar 2017 16:11:38 +0200

Merge pull request #4023 from danrl/cshark

net/cshark: remove luci-app-cshark
Diffstat:
Mnet/cshark/Makefile | 16+---------------
1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/net/cshark/Makefile b/net/cshark/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cshark PKG_VERSION=2015-11-24-$(PKG_SOURCE_VERSION) -PKG_RELEASE=2 +PKG_RELEASE=3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/cloudshark/cshark.git @@ -32,15 +32,6 @@ define Package/cshark MAINTAINER:=Luka Perkov <luka@openwrt.org> endef -define Package/luci-app-cshark - SECTION:=luci - CATEGORY:=LuCI - SUBMENU:=3. Applications - TITLE:=Cloudshark capture tool Web UI - DEPENDS:=+cshark +luci - MAINTAINER:=Luka Perkov <luka@openwrt.org> -endef - CMAKE_OPTIONS = \ -DCMAKE_INSTALL_PREFIX=/usr \ -DWITH_DEBUG=OFF \ @@ -66,10 +57,5 @@ define Package/cshark/install $(1)/etc/ssl/certs/ endef -define Package/luci-app-cshark/install - $(INSTALL_DIR) $(1)/usr/lib/lua/luci - $(CP) -R $(PKG_BUILD_DIR)/openwrt/luci/luasrc/* $(1)/usr/lib/lua/luci/ -endef $(eval $(call BuildPackage,cshark)) -$(eval $(call BuildPackage,luci-app-cshark))