From: Felix Fietkau Date: Sun, 29 Apr 2012 21:37:32 +0000 (+0000) Subject: rp-pppoe: mark the client as broken to avoid further user confusion (#11338) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ad94a3a47fe4e771497f8471ac6150ca7db7e592;p=openwrt%2Fsvn-archive%2Farchive.git rp-pppoe: mark the client as broken to avoid further user confusion (#11338) SVN-Revision: 31538 --- diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index d59f970a01..9f96f90feb 100644 --- a/net/rp-pppoe/Makefile +++ b/net/rp-pppoe/Makefile @@ -35,6 +35,7 @@ endef define Package/rp-pppoe-client $(call Package/rp-pppoe/Default) + DEPENDS += @BROKEN TITLE+= client endef