diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-08-06 12:55:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-08-06 12:55:23 +0000 |
commit | 4dde1753495a4e0e9f15a8b062b72db07488a049 (patch) | |
tree | 36c694adbc2e64aaf4aa9c5d543b7c225c986382 /target/linux/generic-2.6 | |
parent | ad92066a840c20b337c85f3045740e4304500ba5 (diff) | |
download | upstream-4dde1753495a4e0e9f15a8b062b72db07488a049.tar.gz upstream-4dde1753495a4e0e9f15a8b062b72db07488a049.tar.bz2 upstream-4dde1753495a4e0e9f15a8b062b72db07488a049.zip |
atheros: rename CONFIG_ATHEROS to CONFIG_ATHEROS_AR231X
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17145 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.30/081-mtd_myloader_partition_parser.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.30/081-mtd_myloader_partition_parser.patch b/target/linux/generic-2.6/patches-2.6.30/081-mtd_myloader_partition_parser.patch index 503fce6c3f..3ec97c6d8c 100644 --- a/target/linux/generic-2.6/patches-2.6.30/081-mtd_myloader_partition_parser.patch +++ b/target/linux/generic-2.6/patches-2.6.30/081-mtd_myloader_partition_parser.patch @@ -6,7 +6,7 @@ +config MTD_MYLOADER_PARTS + tristate "MyLoader partition parsing" -+ depends on MTD_PARTITIONS && (ADM5120 || ATHEROS || ATHEROS_AR71XX) ++ depends on MTD_PARTITIONS && (ADM5120 || ATHEROS_AR231X || ATHEROS_AR71XX) + ---help--- + MyLoader is a bootloader which allows the user to define partitions + in flash devices, by putting a table in the second erase block |