X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=blobdiff_plain;f=package%2Fsystem%2Fprocd%2FMakefile;h=2576734fd7c4b71ec1ebfd1cbd4d47ea536e650a;hp=30bcd2a7f2cf1a80ed71d0b1d8bbb426ed2dec59;hb=de64db7ee4241c2c5dfe6ecca6f6b12b738994dc;hpb=9912d02fa1d0e0f4a484180d23c812223bde7e11 diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 30bcd2a7f2..2576734fd7 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -8,18 +8,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2014-06-27 +PKG_VERSION:=2014-11-04 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/procd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=8e12022c3d00f8acca4471016d71794988113c34 +PKG_SOURCE_VERSION:=44803f0b48e6b0bbc56b1f9f8c2ea9c8e1003302 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 -PKG_LICENSE:=GPLv2 +PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:= PKG_MAINTAINER:=John Crispin @@ -43,6 +43,23 @@ define Package/procd-nand TITLE:=OpenWrt sysupgrade nand helper endef +define Package/procd/config +menu "Configuration" + depends on PACKAGE_procd + +config PROCD_SHOW_BOOT + bool + default n + prompt "Print the shutdown to the console as well as logging it to syslog" +endmenu +endef + +PKG_CONFIG_DEPENDS:= PROCD_SHOW_BOOT + +ifeq ($(CONFIG_PACKAGE_PROCD_SHOW_BOOT),y) + CMAKE_OPTIONS += -DSHOW_BOOT_ON_CONSOLE +endif + define Package/procd/install $(INSTALL_DIR) $(1)/sbin $(1)/etc $(1)/lib/functions