From 2c8e3c1fc2edfb37ebeed8f3abc020574594dd03 Mon Sep 17 00:00:00 2001 From: edrikk Date: Fri, 5 Jun 2015 22:14:47 -0400 Subject: [PATCH] Align with active Tomato builds genconfig.sh entry The current active Tomato builds do not incorporate these two lines. Removing to ease merging upstream changes. Toastman: http://repo.or.cz/w/tomato.git/blob/refs/heads/Toastman-RT-N:/release/src/router/miniupnpd/genconfig.sh#l249 Shibby: https://bitbucket.org/pl_shibby/tomato-arm/src/f799186a9d7fd02f9e2e286b7b46c7c94447fe65/release/src-rt-6.x.4708/router/miniupnpd/genconfig.sh?at=shibby-arm#cl-265 --- miniupnpd/genconfig.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/miniupnpd/genconfig.sh b/miniupnpd/genconfig.sh index ee63817..6410c26 100755 --- a/miniupnpd/genconfig.sh +++ b/miniupnpd/genconfig.sh @@ -265,8 +265,6 @@ case $OS_NAME in OS_NAME=UPnP OS_URL=http://tomatousb.org/ echo "" >> ${CONFIGFILE} - echo "#include " >> ${CONFIGFILE} - echo "" >> ${CONFIGFILE} echo "#ifdef LINUX26" >> ${CONFIGFILE} echo "#define USE_IFACEWATCHER 1" >> ${CONFIGFILE} echo "#endif" >> ${CONFIGFILE}