diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-19 22:30:47 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-19 22:30:47 +0000 |
commit | ccd99b0e57dc2aad671f24be2bb4b2934a4f6837 (patch) | |
tree | b268ad9e89e95f1a813fdd29143e110bf7ab8eb1 /target/linux/Config.in | |
parent | 979718c8d9c1003d59b086aa76594bfc24838389 (diff) | |
download | buildroot-novena-ccd99b0e57dc2aad671f24be2bb4b2934a4f6837.tar.gz buildroot-novena-ccd99b0e57dc2aad671f24be2bb4b2934a4f6837.zip |
Remove target specific things from Linux config
Diffstat (limited to 'target/linux/Config.in')
-rw-r--r-- | target/linux/Config.in | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/target/linux/Config.in b/target/linux/Config.in index 441e47e31..2b3d58c00 100644 --- a/target/linux/Config.in +++ b/target/linux/Config.in @@ -191,14 +191,7 @@ menu "Patches" depends on BR2_PACKAGE_LINUX config BR2_LINUX_BSP_PATCH - string "Additional Atmel patch to apply" - default "linux-2.6.20.4-atmel.patch.bz2" if BR2_TARGET_AVR32 - default "linux-2.6.20.4-atmel.patch.bz2" if BR2_TARGET_AT91 - - -config BR2_LINUX_BSP_PATCH - string "Additional patch to apply" - depends on ! (BR2_TARGET_AVR32 || BR2_TARGET_AT91) + string "Additional patch to apply (supply full path)" default "" endmenu |