rp-pppoe: mark the client as broken to avoid further user confusion (#11338)
authorFelix Fietkau <nbd@openwrt.org>
Sun, 29 Apr 2012 21:37:32 +0000 (21:37 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 29 Apr 2012 21:37:32 +0000 (21:37 +0000)
SVN-Revision: 31538

net/rp-pppoe/Makefile

index d59f970a010e959fa48358dc251b6458e0565499..9f96f90febd339ad3d2dd2380900553276680a02 100644 (file)
@@ -35,6 +35,7 @@ endef
 
 define Package/rp-pppoe-client
   $(call Package/rp-pppoe/Default)
+  DEPENDS += @BROKEN
   TITLE+= client
 endef