Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
7cf8d8f6e2
3 changed files with 6 additions and 6 deletions
  1. +2
    -2
      package/fake/squashfs-tools/squashfs-tools.desc
  2. +1
    -1
      target/livecd/download.txt
  3. +3
    -3
      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-r2-fake
[V] 2.1
[P] X -X---5---- 106.100 [P] X -X---5---- 106.100
[D] 3130659066 squashfs2.0r2-fake.tar.bz2 http://www.rocklinux.net/people/fake/squashfs/
[D] 3903183588 squashfs2.1.tar.gz http://dl.sourceforge.net/squashfs/

+ 1
- 1
target/livecd/download.txt

@ -1 +1 @@
3130659066 squashfs2.0r2-fake.tar.bz2 http://www.rocklinux.net/people/fake/squashfs/
3903183588 squashfs2.1.tar.gz http://dl.sourceforge.net/squashfs/

+ 3
- 3
target/livecd/pkg_linux.conf

@ -3,9 +3,9 @@ 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.0r2-fake.tar.bz2 \
squashfs2.0r2-fake/linux-${vanilla_ver}/squashfs2.0-patch > $archdir/squashfs2.0.patch
tar --use-compress-program=bzip2 -xOf $base/download/mirror/s/squashfs2.1.tar.bz2 \
squashfs2.1/linux-${vanilla_ver}/squashfs2.1-patch > $archdir/squashfs2.1.patch
} }
hook_add prepatch 1 extract_squashfspatch hook_add prepatch 1 extract_squashfspatch
var_append patchfiles " " "$archdir/squashfs2.0.patch"
var_append patchfiles " " "$archdir/squashfs2.1.patch"

Loading…
Cancel
Save