remove igb, as its now part of kernel
authorMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 17 Jul 2009 04:22:21 +0000 (04:22 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 17 Jul 2009 04:22:21 +0000 (04:22 +0000)
coblitz-tags.mk
coblitz.mk
config.coblitz/bootstrapfs.pkgs
planetlab-k27-tags.mk
planetlab-tags.mk
planetlab.mk

index f6680e2..01757b9 100644 (file)
@@ -42,7 +42,6 @@ MyPLC-SVNPATH                 := http://svn.planet-lab.org/svn/MyPLC/tags/MyPLC-4.3-21
 sfa-SVNPATH                     := http://svn.planet-lab.org/svn/geniwrapper/tags/geniwrapper-0.8-5
 pyopenssl-SVNPATH               := http://svn.planet-lab.org/svn/pyopenssl/tags/pyopenssl-0.9-1
 PLCRT-SVNPATH                  := http://svn.planet-lab.org/svn/PLCRT/tags/PLCRT-1.0-5
-igb-SVNPATH                    := http://svn.planet-lab.org/svn/igb/trunk
 
 # locating the right test directory - see make tests_svnpath
 tests-SVNPATH                   := http://svn.planet-lab.org/svn/tests/tags/tests-4.3-2
index 9e863ff..363b34c 100644 (file)
@@ -38,24 +38,6 @@ IN_BOOTSTRAPFS += $(KERNELS)
 # turns out myplc installs kernel-vserver
 IN_MYPLC += $(KERNELS)
 
-#
-# igb : Intel gigabit ethernet driver 
-#
-
-# using some other name than myplc-release, as this is a make target already
-igb-MODULES := igb
-igb-SPEC := igb.spec
-ifeq "$(HOSTARCH)" "i386"
-igb-RPMFLAGS:= --target i686
-else
-igb-RPMFLAGS:= --target $(HOSTARCH)
-endif
-igb-DEPEND-DEVEL-RPMS := kernel-devel
-ALL += igb
-IN_BOOTSTRAPFS += igb
-IN_BOOTCD += igb
-
-
 #
 # madwifi
 #
index 2b4e72f..f4926c0 100644 (file)
@@ -7,7 +7,6 @@ kexclude: @KEXCLUDE@
 # fedora-release or centos-release are pulled from deps
 # define packages
 package: kernel
-package: igb
 package: udev
 package: basesystem
 package: filesystem
index af76ed3..e848167 100644 (file)
@@ -40,7 +40,6 @@ MyPLC-SVNPATH                 := http://svn.planet-lab.org/svn/MyPLC/tags/MyPLC-4.3-21
 sfa-SVNPATH                     := http://svn.planet-lab.org/svn/geniwrapper/trunk
 pyopenssl-SVNPATH               := http://svn.planet-lab.org/svn/pyopenssl/tags/pyopenssl-0.9-1
 PLCRT-SVNPATH                   := http://svn.planet-lab.org/svn/PLCRT/tags/PLCRT-1.0-5
-igb-SVNPATH                    := http://svn.planet-lab.org/svn/igb/trunk
 
 # locating the right test directory - see make tests_svnpath
 tests-SVNPATH                   := http://svn.planet-lab.org/svn/tests/tags/tests-4.3-2
index 77fa5b9..673dcdd 100644 (file)
@@ -42,7 +42,6 @@ MyPLC-SVNPATH                 := http://svn.planet-lab.org/svn/MyPLC/tags/MyPLC-4.3-21
 sfa-SVNPATH                     := http://svn.planet-lab.org/svn/geniwrapper/tags/geniwrapper-0.8-5
 pyopenssl-SVNPATH               := http://svn.planet-lab.org/svn/pyopenssl/tags/pyopenssl-0.9-1
 PLCRT-SVNPATH                  := http://svn.planet-lab.org/svn/PLCRT/tags/PLCRT-1.0-5
-igb-SVNPATH                    := http://svn.planet-lab.org/svn/igb/trunk
 
 # locating the right test directory - see make tests_svnpath
 tests-SVNPATH                   := http://svn.planet-lab.org/svn/tests/tags/tests-4.3-2
index 2361b58..3b03327 100644 (file)
@@ -38,20 +38,6 @@ IN_BOOTSTRAPFS += $(KERNELS)
 # turns out myplc installs kernel-vserver
 IN_MYPLC += $(KERNELS)
 
-
-# using some other name than myplc-release, as this is a make target already
-igb-MODULES := igb
-igb-SPEC := igb.spec
-ifeq "$(HOSTARCH)" "i386"
-igb-RPMFLAGS:= --target i686
-else
-igb-RPMFLAGS:= --target $(HOSTARCH)
-endif
-igb-DEPEND-DEVEL-RPMS := kernel-devel
-ALL += igb
-IN_BOOTSTRAPFS += igb
-IN_BOOTCD += igb
-
 #
 # madwifi
 #