diff options
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.24_git.bb')
-rw-r--r-- | recipes/linux/linux-openmoko-2.6.24_git.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.24_git.bb b/recipes/linux/linux-openmoko-2.6.24_git.bb index 2a987d8763..8ecdbc15e6 100644 --- a/recipes/linux/linux-openmoko-2.6.24_git.bb +++ b/recipes/linux/linux-openmoko-2.6.24_git.bb @@ -14,14 +14,14 @@ PR = "r1" SRC_URI = "\ git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \ \ - file://0001-squashfs-with-lzma.patch;apply=yes \ - file://0002-squashfs-initrd.patch;apply=yes \ - file://0003-squashfs-force-O2.patch;apply=yes \ - file://0004-squashfs-Kconfig.patch;apply=yes \ - file://0005-squashfs-Makefile.patch;apply=yes \ + file://0001-squashfs-with-lzma.patch \ + file://0002-squashfs-initrd.patch \ + file://0003-squashfs-force-O2.patch \ + file://0004-squashfs-Kconfig.patch \ + file://0005-squashfs-Makefile.patch \ \ - file://openwrt-ledtrig-netdev.patch;apply=yes \ - file://gta01-fix-battery-class-name.patch;apply=yes \ + file://openwrt-ledtrig-netdev.patch \ + file://gta01-fix-battery-class-name.patch \ \ file://defconfig-oe \ " |