[packages] shadow: remove menu
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36618 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d69e235b2f
commit
9704db8433
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=shadow
|
PKG_NAME:=shadow
|
||||||
PKG_VERSION:=4.1.5.1
|
PKG_VERSION:=4.1.5.1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://pkg-shadow.alioth.debian.org/releases
|
PKG_SOURCE_URL:=http://pkg-shadow.alioth.debian.org/releases
|
||||||
@ -43,7 +43,7 @@ endef
|
|||||||
|
|
||||||
define Package/shadow
|
define Package/shadow
|
||||||
$(call Package/shadow/Default)
|
$(call Package/shadow/Default)
|
||||||
MENU:=1
|
DEPENDS:=$(foreach u,$(SHADOW_APPLETS),+shadow-$(u))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/shadow/description
|
define Package/shadow/description
|
||||||
@ -60,7 +60,6 @@ endef
|
|||||||
define Package/shadow-common
|
define Package/shadow-common
|
||||||
$(call Package/shadow/Default)
|
$(call Package/shadow/Default)
|
||||||
TITLE:=Shared definitions for the PLD Linux shadow utilities
|
TITLE:=Shared definitions for the PLD Linux shadow utilities
|
||||||
DEPENDS:=shadow
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
@ -68,7 +67,7 @@ define GenPlugin
|
|||||||
define Package/shadow-$(1)
|
define Package/shadow-$(1)
|
||||||
$(call Package/shadow/Default)
|
$(call Package/shadow/Default)
|
||||||
TITLE:=Utility $(1) from the PLD Linux shadow utilities
|
TITLE:=Utility $(1) from the PLD Linux shadow utilities
|
||||||
DEPENDS:=shadow +shadow-common
|
DEPENDS:=+shadow-common
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/shadow-$(1)/description
|
define Package/shadow-$(1)/description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user