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/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/Config.in.linux.patches')
-rw-r--r-- | target/device/Config.in.linux.patches | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/device/Config.in.linux.patches b/target/device/Config.in.linux.patches deleted file mode 100644 index 034479efb..000000000 --- a/target/device/Config.in.linux.patches +++ /dev/null @@ -1,13 +0,0 @@ -menuconfig BR2_KERNEL_ARCH_PATCH_ENABLED - bool "Add ARCH specific patch" - depends on BR2_PACKAGE_LINUX - depends on !BR2_KERNEL_PREPATCHED - default y if BR2_avr32 - default y if BR2_TARGET_ATMEL && BR2_arm - -if BR2_KERNEL_ARCH_PATCH_ENABLED - -source "target/device/Atmel/Config.in.linux.patches" - -endif - |