projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dd66c7
)
rp-pppoe: mark the client as broken to avoid further user confusion (#11338)
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 29 Apr 2012 21:37:32 +0000
(21:37 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 29 Apr 2012 21:37:32 +0000
(21:37 +0000)
SVN-Revision: 31538
net/rp-pppoe/Makefile
patch
|
blob
|
history
diff --git
a/net/rp-pppoe/Makefile
b/net/rp-pppoe/Makefile
index d59f970a010e959fa48358dc251b6458e0565499..9f96f90febd339ad3d2dd2380900553276680a02 100644
(file)
--- 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