Revision: 7606 http://sourceforge.net/p/ipcop/svn/7606 Author: owes Date: 2014-06-19 12:06:10 +0000 (Thu, 19 Jun 2014) Log Message: ----------- Latest wanpipe still fails to build for us.
Modified Paths: -------------- ipcop/trunk/lfs/wanpipe ipcop/trunk/make.sh ipcop/trunk/src/patches/wanpipe_linux-3.0.patch Modified: ipcop/trunk/lfs/wanpipe =================================================================== --- ipcop/trunk/lfs/wanpipe 2014-06-17 14:48:14 UTC (rev 7605) +++ ipcop/trunk/lfs/wanpipe 2014-06-19 12:06:10 UTC (rev 7606) @@ -36,7 +36,7 @@ include Config PKG_NAME = wanpipe -VER = 7.0.3 +VER = 7.0.10 HOST_ARCH = i486 OTHER_SRC = yes KERNEL_MOD = yes @@ -55,7 +55,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3649f1f7e5a979f9a1566efb908433a6 +$(DL_FILE)_MD5 = ee1f34dbbf0e4ee340813b33d5f12de3 install : $(TARGET) @@ -87,6 +87,7 @@ @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(PKG_NAME)_linux-3.0.patch + cd $(DIR_APP) && sed -i -e 's+`uname -r`+$(KVER)+g' Setup # Source archive contains some .svn directories, remove that find $(DIR_APP) -name .svn -print | xargs --no-run-if-empty rm -rf Modified: ipcop/trunk/make.sh =================================================================== --- ipcop/trunk/make.sh 2014-06-17 14:48:14 UTC (rev 7605) +++ ipcop/trunk/make.sh 2014-06-19 12:06:10 UTC (rev 7606) @@ -1850,7 +1850,7 @@ chroot_make igb # supply newer kernel driver chroot_make pulsar chroot_make solos-pci - #chroot_make wanpipe # compilation broken with 3.4 kernel actually + #chroot_make wanpipe # compilation broken with 3.4 kernel chroot_make pcmciautils chroot_make eciadsl-usermode # end of linux kernel and drivers Modified: ipcop/trunk/src/patches/wanpipe_linux-3.0.patch =================================================================== --- ipcop/trunk/src/patches/wanpipe_linux-3.0.patch 2014-06-17 14:48:14 UTC (rev 7605) +++ ipcop/trunk/src/patches/wanpipe_linux-3.0.patch 2014-06-19 12:06:10 UTC (rev 7606) @@ -14,3 +14,12 @@ if [ "$KVER" -eq "3" ] && [ "$KPATCH" -eq "0" ]; then KERN_VER=30; +@@ -7363,7 +7369,7 @@ + PROD_PATCH=$PROD_HOME/patches + PROD_INIT=/usr/sbin/ + FILELIST=$PROD_HOME/Filelist +-SOURCEDIR=/lib/modules/$(uname -r)/build ++SOURCEDIR=/lib/modules/$KERNEL_UNAME/build + START_SCRIPT=S11$PROD + OLD_START=S05router + STOP_SCRIPT=K70$PROD This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn