Changeset 17997
- Timestamp:
- 12/10/11 15:37:03 (18 months ago)
- Location:
- src/linux/pb42/linux-2.6.34.6
- Files:
-
- 8 edited
-
.config_ap83 (modified) (1 diff)
-
.config_tew632brp (modified) (1 diff)
-
.config_tg2521 (modified) (1 diff)
-
.config_wr1043 (modified) (1 diff)
-
.config_wr941 (modified) (2 diffs)
-
.config_wrt160nl (modified) (1 diff)
-
arch/mips/Kconfig (modified) (2 diffs)
-
arch/mips/ar7100/platform.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/linux/pb42/linux-2.6.34.6/.config_ap83
r17742 r17997 50 50 CONFIG_MACH_AR7100=y 51 51 CONFIG_AR9100=y 52 # CONFIG_WR941 is not set 52 53 # CONFIG_AR7100_LOW is not set 53 54 # CONFIG_AR7100_EMULATION is not set -
src/linux/pb42/linux-2.6.34.6/.config_tew632brp
r17740 r17997 50 50 CONFIG_MACH_AR7100=y 51 51 CONFIG_AR9100=y 52 # CONFIG_WR941 is not set 52 53 CONFIG_AR7100_LOW=y 53 54 # CONFIG_AR7100_EMULATION is not set -
src/linux/pb42/linux-2.6.34.6/.config_tg2521
r17740 r17997 50 50 CONFIG_MACH_AR7100=y 51 51 CONFIG_AR9100=y 52 # CONFIG_WR941 is not set 52 53 CONFIG_AR7100_LOW=y 53 54 # CONFIG_AR7100_EMULATION is not set -
src/linux/pb42/linux-2.6.34.6/.config_wr1043
r17742 r17997 50 50 CONFIG_MACH_AR7100=y 51 51 CONFIG_AR9100=y 52 CONFIG_WR941=y 52 53 # CONFIG_AR7100_LOW is not set 53 54 # CONFIG_AR7100_EMULATION is not set -
src/linux/pb42/linux-2.6.34.6/.config_wr941
r17742 r17997 2 2 # Automatically generated make config: don't edit 3 3 # Linux kernel version: 2.6.34.10 4 # Wed Jul 20 23:52:3320114 # Sat Dec 10 15:33:56 2011 5 5 # 6 6 CONFIG_MIPS=y … … 50 50 CONFIG_MACH_AR7100=y 51 51 CONFIG_AR9100=y 52 CONFIG_WR941=y 52 53 # CONFIG_AR7100_LOW is not set 53 54 # CONFIG_AR7100_EMULATION is not set -
src/linux/pb42/linux-2.6.34.6/.config_wrt160nl
r17742 r17997 50 50 CONFIG_MACH_AR7100=y 51 51 CONFIG_AR9100=y 52 # CONFIG_WR941 is not set 52 53 CONFIG_AR7100_LOW=y 53 54 # CONFIG_AR7100_EMULATION is not set -
src/linux/pb42/linux-2.6.34.6/arch/mips/Kconfig
r17897 r17997 704 704 depends on MACH_AR7100 705 705 706 config WR941 707 bool "wr941 wireless mac?" 708 depends on AR9100 709 default n 710 706 711 config AR7100_LOW 707 712 bool "Support for loading AR7100 in low memory" … … 743 748 default n 744 749 750 745 751 config AR7240_EMULATION 746 752 bool "build system for AR7240 emulation board?" -
src/linux/pb42/linux-2.6.34.6/arch/mips/ar7100/platform.c
r16082 r17997 206 206 207 207 208 static char wmac_mac[6]; 208 209 209 210 … … 213 214 memcpy(&ath9k_pdata.eeprom_data, (void *) KSEG1ADDR(0x1fff1000), sizeof(ath9k_pdata.eeprom_data)); 214 215 #endif 216 #ifdef CONFIG_WR941 217 u8 *mac = (u8 *) KSEG1ADDR(0x1f01fc00); 218 memcpy(wmac_mac, mac, sizeof(wmac_mac)); 219 ath9k_pdata.macaddr = wmac_mac; 220 #endif 221 215 222 /* need to set clock appropriately */ 216 223 ar7100_uart_data[0].uartclk = ar71xx_ahb_freq;
Note: See TracChangeset
for help on using the changeset viewer.
