diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-23 22:57:54 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-23 22:57:54 +0200 |
commit | 4aeb8c851ac1952908ec1b89e8e6e432d30c2dfd (patch) | |
tree | 8f45e0750646ae84c49bc426a6ac39d5a1a46fb3 /target/device/Atmel/arch-avr32/Config.in.linux.patches | |
parent | 6d34f1d3bfc22eb60d9bc9a1ff032dfd31945610 (diff) |
target/device: misc cleanup
Remove outdated and/or unused variables/files.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/Atmel/arch-avr32/Config.in.linux.patches')
-rw-r--r-- | target/device/Atmel/arch-avr32/Config.in.linux.patches | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/target/device/Atmel/arch-avr32/Config.in.linux.patches b/target/device/Atmel/arch-avr32/Config.in.linux.patches deleted file mode 100644 index b7867b139..000000000 --- a/target/device/Atmel/arch-avr32/Config.in.linux.patches +++ /dev/null @@ -1,33 +0,0 @@ -choice - prompt "Add AVR32 specific patches" - depends on BR2_KERNEL_ARCH_PATCH_ENABLED - depends on BR2_avr32 - default BR2_ARCH_AVR32_2_6_27_6 if BR2_LINUX_2_6_27_6 - default BR2_ARCH_AVR32_2_6_28_2 - help - Select a patch to add to the Linux kernel - -config BR2_ARCH_AVR32_2_6_28_2 - bool "2.6.28.2 (experimental)" - help - Apply the avr32 linux-2.6.28.2 patches - -config BR2_ARCH_AVR32_2_6_27_6 - bool "2.6.27.6" - help - Apply the avr32 linux-2.6.27.6 patches - -endchoice - -config BR2_KERNEL_ARCH_PATCH_VERSION - string - depends on BR2_KERNEL_ARCH_PATCH_ENABLED - depends on BR2_avr32 - default "2.6.28.2" if BR2_ARCH_AVR32_2_6_28_2 - default "2.6.27.6" if BR2_ARCH_AVR32_2_6_27_6 - -config BR2_KERNEL_ARCH_PATCH_DIR - string - default "target/device/Atmel/arch-avr32/kernel-patches-$(BR2_KERNEL_ARCH_PATCH_VERSION)" - - |