WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Squashfs module with xz  (Read 1341 times)

Offline nimday

  • Jr. Member
  • **
  • Posts: 75
Squashfs module with xz
« on: February 15, 2016, 05:37:44 PM »
Hello , I tried squashfs module with xz by editing makefile from the source then tried the module but failed.
The message something like "unsupported" i think.
Do i have to compile the kernel as well not just the module ?

Thanks

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Squashfs module with xz
« Reply #1 on: February 16, 2016, 02:41:56 AM »
Yes, the kernel has no XZ support. You need to enable it in the kernel for squashfs to be able to use it.
The only barriers that can stop you are the ones you create yourself.

Offline nimday

  • Jr. Member
  • **
  • Posts: 75
Re: Squashfs module with xz
« Reply #2 on: February 16, 2016, 10:33:22 AM »
Thanks
Yes, the kernel has no XZ support. You need to enable it in the kernel for squashfs to be able to use it.

Thanks, i see ony lzo and gzip are enabled from the kernel ,i want to try tcz with xz
Maybe next time.