Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions applications/luci-app-sysctl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-sysctl
PKG_VERSION:=1.5.9
PKG_VERSION:=1.7.6
PKG_RELEASE:=1

PKG_LICENSE:=Apache-2.0
Expand All @@ -25,9 +25,12 @@ LUCI_DESCRIPTION:=View live kernel parameters and manage custom sysctl entries \
Supports browsing /proc/sys, searching parameters, one-click apply and \
immediate runtime activation of single parameters.
LUCI_DEPENDS:=+luci-base +rpcd +rpcd-mod-ucode
LUCI_CONFFILES:=/etc/sysctl.d/99-luci-sysctl.conf
LUCI_PKGARCH:=all

define Package/luci-app-sysctl/conffiles
/etc/sysctl.d/99-luci-sysctl.conf
endef

include $(TOPDIR)/feeds/luci/luci.mk

# call BuildPackage - OpenWrt buildroot signature
Loading
Loading