X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=onelab.mk;h=9b6deec4f68e1088a2e3b65af59edd295036abfa;hb=4bfad922a62b5782224598da4a17bd9419b744b1;hp=adf3525de12697e01dedb936014dffc590e98e7e;hpb=097f21d660e377b6263e65d07df4e0c743f3f054;p=build.git diff --git a/onelab.mk b/onelab.mk index adf3525d..9b6deec4 100644 --- a/onelab.mk +++ b/onelab.mk @@ -40,6 +40,23 @@ IN_BOOTSTRAPFS += $(KERNELS) # turns out myplc installs kernel-vserver IN_MYPLC += $(KERNELS) +# +# ipfw: root context module, and slice companion +# +ipfw-MODULES := ipfw +ipfw-SPEC := ipfw.spec +ipfw-DEPEND-DEVEL-RPMS := kernel-devel +ipfw-SPECVARS = kernel_version=$(kernel.rpm-version) \ + kernel_release=$(kernel.rpm-release) \ + kernel_arch=$(kernel.rpm-arch) +IN_BOOTSTRAPFS += ipfw +ALL += ipfw + +ipfwslice-MODULES := ipfw +ipfwslice-SPEC := ipfw-slice.spec +IN_VSERVER += ipfwslice +ALL += ipfwslice + # # madwifi # @@ -298,6 +315,13 @@ monitor-SPEC := Monitor.spec ALL += monitor IN_BOOTSTRAPFS += monitor +# +# PLC RT +# +plcrt-MODULES := PLCRT +plcrt-SPEC := plcrt.spec +ALL += plcrt + # # zabbix # @@ -316,7 +340,7 @@ ALL += pyopenssl # -# sfa - Slice Facility Architecture - fka geniwrapper +# sfa - Slice Facility Architecture # sfa-MODULES := sfa sfa-SPEC := sfa.spec