diff options
| author | Steven Barth | 2014-12-11 08:47:26 +0000 |
|---|---|---|
| committer | Steven Barth | 2014-12-11 08:47:26 +0000 |
| commit | 3c8e0c96703bfdcf395cc9baca4920f99c1d3c2d (patch) | |
| tree | 1891110fdac5a29284d4e137c50b7f5b262f9dbe | |
| parent | cd8234f10c3714058dc10c6bac9d8e7568dc3e13 (diff) | |
| download | routing-3c8e0c96703bfdcf395cc9baca4920f99c1d3c2d.tar.gz | |
quagga: mark as @BROKEN, unfixed since September
https://github.com/openwrt-routing/packages/issues/56
Signed-off-by: Steven Barth <steven@midlink.org>
| -rw-r--r-- | quagga/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quagga/Makefile b/quagga/Makefile index 46a4235..cb88b71 100644 --- a/quagga/Makefile +++ b/quagga/Makefile @@ -46,7 +46,7 @@ endef define Package/quagga $(call Package/quagga/Default) - DEPENDS:=+librt + DEPENDS:=@BROKEN +librt MENU:=1 endef |