diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-05-01 22:12:20 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-05-01 22:12:20 +0000 |
commit | a16460b11fee65207f3eed05ebf85478fba888c2 (patch) | |
tree | dca0973092ad0400057bb8d381fa51b8ec25ba18 /packages/linux/linux-magicbox_2.6.18.6.bb | |
parent | 6833b130eec096aaccbe49da91768d292baffb9d (diff) |
packages/linux/linux-magicbox_2.6.18.6.bb : Add squashfs-lzma support to the kernel
Diffstat (limited to 'packages/linux/linux-magicbox_2.6.18.6.bb')
-rw-r--r-- | packages/linux/linux-magicbox_2.6.18.6.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/linux/linux-magicbox_2.6.18.6.bb b/packages/linux/linux-magicbox_2.6.18.6.bb index 5e4dca3077..e306c54e7b 100644 --- a/packages/linux/linux-magicbox_2.6.18.6.bb +++ b/packages/linux/linux-magicbox_2.6.18.6.bb @@ -1,8 +1,8 @@ SECTION = "kernel" DESCRIPTION = "Linux kernel for Magicbox ver 1.1 and 2.0 router boards" LICENSE = "GPL" -PR = "r1" -#DEPENDS = "u-boot" +PR = "r2" +DEPENDS = "u-boot" KERNEL_CCSUFFIX = "-3.4.4" @@ -13,6 +13,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ file://010-load-ramdisk-even-if-rootdev-equals-ramdisk.patch;patch=1 \ file://magicbox2-ide-cf_2.6.18.patch;patch=1 \ file://squashfs3.1-patch;patch=1 \ + file://squashfs-lzma-support.patch;patch=1 \ file://kernel-2.6.18-layer7-2.6.patch;patch=1 \ file://config-2.6.18-magicbox2\ " |