projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51ee440
)
the bison prereq check is no longer necessary
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 6 May 2009 10:14:39 +0000
(10:14 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 6 May 2009 10:14:39 +0000
(10:14 +0000)
SVN-Revision: 15631
package/iproute2/Makefile
patch
|
blob
|
history
diff --git
a/package/iproute2/Makefile
b/package/iproute2/Makefile
index 5ce9083e38e146e7c9bf381e345ecc3dd95735a1..4fd34f20bb1c2cde9ba040f38fcc321f803f82c9 100644
(file)
--- 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))