mirror of https://github.com/hak5/openwrt-owl.git
kernel: remove ATHEROS_AR{231X,71XX} config symbols from the patches
Those don't exist anymore. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 45314owl
parent
80971cd0f9
commit
1630498e4c
|
@ -12,7 +12,7 @@
|
||||||
+
|
+
|
||||||
config MTD_MYLOADER_PARTS
|
config MTD_MYLOADER_PARTS
|
||||||
tristate "MyLoader partition parsing"
|
tristate "MyLoader partition parsing"
|
||||||
depends on ADM5120 || ATHEROS_AR231X || ATHEROS_AR71XX || ATH79
|
depends on ADM5120 || ATH25 || ATH79
|
||||||
--- a/drivers/mtd/Makefile
|
--- a/drivers/mtd/Makefile
|
||||||
+++ b/drivers/mtd/Makefile
|
+++ b/drivers/mtd/Makefile
|
||||||
@@ -16,6 +16,7 @@ obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o
|
@@ -16,6 +16,7 @@ obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
+config MTD_MYLOADER_PARTS
|
+config MTD_MYLOADER_PARTS
|
||||||
+ tristate "MyLoader partition parsing"
|
+ tristate "MyLoader partition parsing"
|
||||||
+ depends on ADM5120 || ATHEROS_AR231X || ATHEROS_AR71XX || ATH79
|
+ depends on ADM5120 || ATH79
|
||||||
+ ---help---
|
+ ---help---
|
||||||
+ MyLoader is a bootloader which allows the user to define partitions
|
+ MyLoader is a bootloader which allows the user to define partitions
|
||||||
+ in flash devices, by putting a table in the second erase block
|
+ in flash devices, by putting a table in the second erase block
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
+config MTD_MYLOADER_PARTS
|
+config MTD_MYLOADER_PARTS
|
||||||
+ tristate "MyLoader partition parsing"
|
+ tristate "MyLoader partition parsing"
|
||||||
+ depends on ADM5120 || ATHEROS_AR231X || ATHEROS_AR71XX || ATH79
|
+ depends on ADM5120 || ATH79
|
||||||
+ ---help---
|
+ ---help---
|
||||||
+ MyLoader is a bootloader which allows the user to define partitions
|
+ MyLoader is a bootloader which allows the user to define partitions
|
||||||
+ in flash devices, by putting a table in the second erase block
|
+ in flash devices, by putting a table in the second erase block
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
+config MTD_MYLOADER_PARTS
|
+config MTD_MYLOADER_PARTS
|
||||||
+ tristate "MyLoader partition parsing"
|
+ tristate "MyLoader partition parsing"
|
||||||
+ depends on ADM5120 || ATH25 || ATHEROS_AR71XX || ATH79
|
+ depends on ADM5120 || ATH25 || ATH79
|
||||||
+ ---help---
|
+ ---help---
|
||||||
+ MyLoader is a bootloader which allows the user to define partitions
|
+ MyLoader is a bootloader which allows the user to define partitions
|
||||||
+ in flash devices, by putting a table in the second erase block
|
+ in flash devices, by putting a table in the second erase block
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
+config MTD_MYLOADER_PARTS
|
+config MTD_MYLOADER_PARTS
|
||||||
+ tristate "MyLoader partition parsing"
|
+ tristate "MyLoader partition parsing"
|
||||||
+ depends on ADM5120 || ATH25 || ATHEROS_AR71XX || ATH79
|
+ depends on ADM5120 || ATH25 || ATH79
|
||||||
+ ---help---
|
+ ---help---
|
||||||
+ MyLoader is a bootloader which allows the user to define partitions
|
+ MyLoader is a bootloader which allows the user to define partitions
|
||||||
+ in flash devices, by putting a table in the second erase block
|
+ in flash devices, by putting a table in the second erase block
|
||||||
|
|
Loading…
Reference in New Issue