Revision: 6460 http://ipcop.svn.sourceforge.net/ipcop/?rev=6460&view=rev Author: gespinasse Date: 2012-03-08 06:49:11 +0000 (Thu, 08 Mar 2012) Log Message: ----------- Switch to using .xz package for the kernel source, for the smaller size and very marginaly faster to open.
Modified Paths: -------------- ipcop/trunk/lfs/linux Modified: ipcop/trunk/lfs/linux =================================================================== --- ipcop/trunk/lfs/linux 2012-03-07 17:28:47 UTC (rev 6459) +++ ipcop/trunk/lfs/linux 2012-03-08 06:49:11 UTC (rev 6460) @@ -40,7 +40,7 @@ OTHER_SRC = yes THISAPP = linux-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_KERNEL)/linux/kernel/v3.x DIR_APP = $(DIR_SRC)/$(THISAPP)$(IPCOPKRELEASE) CFLAGS = @@ -71,7 +71,7 @@ # alternative location: $(GRSECURITYPATCH) = http://ipcop-addons.ath.cx/misc/IPCop/$(GRSECURITYPATCH) -$(DL_FILE)_MD5 = 398e95866794def22b12dfbc15ce89c0 +$(DL_FILE)_MD5 = ecf932280e2441bdd992423ef3d55f8f patch-$(PATCHLEVEL).xz_MD5 = 3cfe9375eb5093d8245f6229d3c04a9b $(GRSECURITYPATCH)_MD5 = b15bb91a07aa2fb030e18c47c91940bb @@ -104,7 +104,7 @@ # so list of installed files is always real, even if .config is changed and a module removed @rm -rf /lib/modules /boot/System.map* /boot/vmlinuz* $(DIR_SRC)/lsalr $(TARGET) @$(PREBUILD) - @rm -rf $(DIR_APP) $(DIR_SRC)/$(THISAPP) && cd $(DIR_SRC) && tar --no-same-owner --no-same-permissions -jxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) $(DIR_SRC)/$(THISAPP) && cd $(DIR_SRC) && tar --no-same-owner --no-same-permissions -xf $(DIR_DL)/$(DL_FILE) mv $(DIR_SRC)/$(THISAPP) $(DIR_APP) cd $(DIR_APP) && xzcat $(DIR_DL)/patch-$(PATCHLEVEL).xz | patch -p1 # Remove patch level in EXTRAVERSION and add our own versioning (wanpipe-3.5.11 does not support localversion). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn