diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-05-06 10:14:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-05-06 10:14:39 +0000 |
commit | b48047bd018032505691fbfe04635e4253f09e2f (patch) | |
tree | b53e3bd217f71b16b7b76174708536e529c94a6f /package/iproute2/Makefile | |
parent | 51ee44008242273ceee2796d97d20f45fc8680c4 (diff) | |
download | upstream-b48047bd018032505691fbfe04635e4253f09e2f.tar.gz upstream-b48047bd018032505691fbfe04635e4253f09e2f.tar.bz2 upstream-b48047bd018032505691fbfe04635e4253f09e2f.zip |
the bison prereq check is no longer necessary
SVN-Revision: 15631
Diffstat (limited to 'package/iproute2/Makefile')
-rw-r--r-- | package/iproute2/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index 5ce9083e38..4fd34f20bb 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -74,10 +74,6 @@ define Package/genl/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/genl/genl $(1)/usr/sbin/ endef -$(eval $(call RequireCommand,bison, \ - $(PKG_NAME) requires GNU bison. \ -)) - $(eval $(call BuildPackage,ip)) $(eval $(call BuildPackage,tc)) $(eval $(call BuildPackage,genl)) |