rp-pppoe: mark the client as broken to avoid further user confusion (#11338)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31538 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-04-29 21:37:32 +00:00
parent 0a1deda126
commit 45eedadf1f

View File

@ -35,6 +35,7 @@ endef
define Package/rp-pppoe-client
$(call Package/rp-pppoe/Default)
DEPENDS += @BROKEN
TITLE+= client
endef