diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-22 23:43:08 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-22 23:43:08 +0200 |
commit | f3050b0b9ed14596d74a1bcb340ff7f5d86e1b1a (patch) | |
tree | 2b1e7628b5bad58c4b4065b9de30321bd02ff502 /target/linux/Config.in | |
parent | b10197dcf2ca1d6afbdf8f131560a3a0a8b9c72d (diff) | |
parent | 7b7b4260966a5d991b1dabc82c792fbecd77c63a (diff) |
Merge branch 'linux-cleanup' of git://git.busybox.net/~tpetazzoni/git/buildroot
Conflicts:
target/Makefile.in
Diffstat (limited to 'target/linux/Config.in')
-rw-r--r-- | target/linux/Config.in | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/target/linux/Config.in b/target/linux/Config.in deleted file mode 100644 index c79fca2dd..000000000 --- a/target/linux/Config.in +++ /dev/null @@ -1,33 +0,0 @@ -#comment "Linux kernel options" - -if BR2_KERNEL_LINUX -config BR2_PACKAGE_LINUX_KCONFIG - string ".config file" - depends on BR2_PACKAGE_LINUX - default "" - help - kernel's .config to use to build a kernel for the target. - - If the above setting is empty, you can change the default - board-imposed value by passing LINUX26_KCONFIG=<path> to - make. - -config BR2_PACKAGE_LINUX_FORMAT - string "kernel binary format" - depends on BR2_PACKAGE_LINUX - default "" - help - kernel binary format. - Popular values include: - - bzImage - - zImage - and other, architecture dependant formats. - - Note that the default format is supposed to be set by your - board-description, if any. - i386 and compatible default to bzImage if nothing was given - above. - If the above setting is empty, you can change the default - board-imposed value by passing LINUX26_FORMAT=<string> to - make. -endif |