diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-18 10:13:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-18 10:13:17 +0200 |
commit | 652e43378b41a15d4540b864a0603a68c1e50cf2 (patch) | |
tree | 4cf72441b967d694ec33f5b9a2de2a9309d2acba /target | |
parent | 94c0a7374ee0c980a34e134f93dca1d46e7af7bc (diff) |
remove empty line, disable kernel lzo compression (broken at the moment)
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 14 | ||||
-rw-r--r-- | target/bulkdef.lst | 1 |
2 files changed, 7 insertions, 8 deletions
diff --git a/target/Config.in b/target/Config.in index 8d18ad8c5..92d1fdc4b 100644 --- a/target/Config.in +++ b/target/Config.in @@ -1014,13 +1014,13 @@ config ADK_TARGET_INITRAMFS_COMPRESSION_BZIP2 help Select BZIP2 compression. -config ADK_TARGET_INITRAMFS_COMPRESSION_LZO - boolean - prompt "lzo" - select ADK_KERNEL_RD_LZO - select ADK_KERNEL_KERNEL_LZO - help - Select LZO compression. +#config ADK_TARGET_INITRAMFS_COMPRESSION_LZO +# boolean +# prompt "lzo" +# select ADK_KERNEL_RD_LZO +# select ADK_KERNEL_KERNEL_LZO +# help +# Select LZO compression. endchoice diff --git a/target/bulkdef.lst b/target/bulkdef.lst index 222bd7606..b1015387f 100644 --- a/target/bulkdef.lst +++ b/target/bulkdef.lst @@ -70,4 +70,3 @@ ibmx40 glibc initramfs-piggyback shuttle uclibc archive shuttle eglibc archive shuttle glibc archive - |