From e7ddf39851637811dfd117af41b61bfb04c01e3f Mon Sep 17 00:00:00 2001
From: lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Mon, 16 Mar 2009 18:54:35 +0000
Subject: [PATCH] Bison is not a prerequirement since it's build as part of the
 openwrt toolchain.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14900 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 include/prereq-build.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/prereq-build.mk b/include/prereq-build.mk
index f0e1da981..24b1974c2 100644
--- a/include/prereq-build.mk
+++ b/include/prereq-build.mk
@@ -93,10 +93,6 @@ $(eval $(call RequireCommand,gawk, \
 	Please install GNU awk. \
 ))
 
-$(eval $(call RequireCommand,bison, \
-	Please install GNU bison. \
-))
-
 $(eval $(call RequireCommand,flex, \
 	Please install flex. \
 ))
-- 
2.20.1