Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
85e377d3a9
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      package/fake/squashfs-tools/squashfs-tools.desc
  2. +2
    -2
      target/livecd/pkg_linux.conf

+ 2
- 2
package/fake/squashfs-tools/squashfs-tools.desc

@ -37,8 +37,8 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 2.0
[V] 2.0-r2
[P] X -1---5---- 106.100 [P] X -1---5---- 106.100
[D] 3710634052 squashfs2.0.tar.gz http://dl.sourceforge.net/sourceforge/squashfs/
[D] 1044314075 squashfs2.0-r2.tar.gz http://dl.sourceforge.net/sourceforge/squashfs/

+ 2
- 2
target/livecd/pkg_linux.conf

@ -3,8 +3,8 @@ echo_status "Customizing for LiveCD Target ..."
[ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf [ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf
extract_squashfspatch() { extract_squashfspatch() {
tar --use-compress-program=bzip2 -xOf $base/download/mirror/s/squashfs2.0.tar.bz2 \
squashfs2.0/linux-${vanilla_ver}/squashfs2.0-patch > $archdir/squashfs2.0.patch
tar --use-compress-program=bzip2 -xOf $base/download/mirror/s/squashfs2.0-r2.tar.bz2 \
squashfs2.0r2/linux-${vanilla_ver}/squashfs2.0-patch > $archdir/squashfs2.0.patch
} }
hook_add prepatch 1 extract_squashfspatch hook_add prepatch 1 extract_squashfspatch

Loading…
Cancel
Save