diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:04:57 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:04:57 +0000 |
commit | 24a2a2127a35bdb2ed414a1ed109813ba951e2d1 (patch) | |
tree | 1e2ab15a4d4d91d337dda1172e08a533eb0c453c /packages/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb | |
parent | 0e6cb32199b61cdafaeefa1f0ee09b1fe486a10b (diff) |
kernels: fix parse errors
Diffstat (limited to 'packages/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb')
-rw-r--r-- | packages/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb b/packages/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb index 34ccfb14f3..24f63f98dc 100644 --- a/packages/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb +++ b/packages/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb @@ -53,7 +53,7 @@ inherit kernel # Compensate for sucky bootloader on all Sharp Zaurus models # FILES_kernel-image = "" -ALLOW_EMPTY = 1 +ALLOW_EMPTY = "1" KERNEL_CCSUFFIX = "-2.95" KERNEL_LDSUFFIX = "-2.11.2" |