diff options
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 - |