Changeset 33387
- Timestamp:
- 2012-09-13T09:26:25+02:00 (5 years ago)
- Location:
- trunk/target/linux/ar71xx
- Files:
-
- 2 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/ar71xx/patches-3.3/602-MIPS-ath79-add-openwrt-stuff.patch
r33347 r33387 22 22 def_bool n 23 23 24 @@ -125,4 +139,13 @@ config ATH79_DEV_WMAC 24 @@ -115,6 +129,10 @@ config ATH79_DEV_GPIO_BUTTONS 25 config ATH79_DEV_LEDS_GPIO 26 def_bool n 27 28 +config ATH79_DEV_NFC 29 + depends on (SOC_AR934X) 30 + def_bool n 31 + 32 config ATH79_DEV_SPI 33 def_bool n 34 35 @@ -125,4 +143,13 @@ config ATH79_DEV_WMAC 25 36 depends on (SOC_AR913X || SOC_AR933X || SOC_AR934X || SOC_QCA955X) 26 37 def_bool n … … 38 49 --- a/arch/mips/ath79/Makefile 39 50 +++ b/arch/mips/ath79/Makefile 40 @@ -17,13 +17,2 4@@ obj-$(CONFIG_PCI) += pci.o51 @@ -17,13 +17,25 @@ obj-$(CONFIG_PCI) += pci.o 41 52 # Devices 42 53 # … … 48 59 obj-$(CONFIG_ATH79_DEV_LEDS_GPIO) += dev-leds-gpio.o 49 60 +obj-$(CONFIG_ATH79_DEV_M25P80) += dev-m25p80.o 61 +obj-$(CONFIG_ATH79_DEV_NFC) += dev-nfc.o 50 62 obj-$(CONFIG_ATH79_DEV_SPI) += dev-spi.o 51 63 obj-$(CONFIG_ATH79_DEV_USB) += dev-usb.o -
trunk/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch
r33348 r33387 672 672 673 673 config ATH79_DEV_GPIO_BUTTONS 674 @@ -1 56,4 +671,7 @@ config ATH79_PCI_ATH9K_FIXUP674 @@ -160,4 +675,7 @@ config ATH79_PCI_ATH9K_FIXUP 675 675 config ATH79_ROUTERBOOT 676 676 def_bool n … … 682 682 --- a/arch/mips/ath79/Makefile 683 683 +++ b/arch/mips/ath79/Makefile 684 @@ -3 7,9 +37,62 @@ obj-$(CONFIG_ATH79_ROUTERBOOT) += route684 @@ -38,9 +38,62 @@ obj-$(CONFIG_ATH79_ROUTERBOOT) += route 685 685 # 686 686 # Machines -
trunk/target/linux/ar71xx/patches-3.3/611-TEW-712BR-support.patch
r33348 r33387 20 20 --- a/arch/mips/ath79/Makefile 21 21 +++ b/arch/mips/ath79/Makefile 22 @@ -6 8,6 +68,7 @@ obj-$(CONFIG_ATH79_MACH_RB750) += mach-22 @@ -69,6 +69,7 @@ obj-$(CONFIG_ATH79_MACH_RB750) += mach- 23 23 obj-$(CONFIG_ATH79_MACH_RW2458N) += mach-rw2458n.o 24 24 obj-$(CONFIG_ATH79_MACH_TEW_632BRP) += mach-tew-632brp.o -
trunk/target/linux/ar71xx/patches-3.3/612-ALL0315N-support.patch
r33347 r33387 19 19 --- a/arch/mips/ath79/Makefile 20 20 +++ b/arch/mips/ath79/Makefile 21 @@ -4 0,6 +40,7 @@ obj-$(CONFIG_ATH79_ROUTERBOOT) += route21 @@ -41,6 +41,7 @@ obj-$(CONFIG_ATH79_ROUTERBOOT) += route 22 22 obj-$(CONFIG_ATH79_MACH_ALFA_AP96) += mach-alfa-ap96.o 23 23 obj-$(CONFIG_ATH79_MACH_ALFA_NX) += mach-alfa-nx.o -
trunk/target/linux/ar71xx/patches-3.3/613-RB2011-support.patch
r33348 r33387 25 25 --- a/arch/mips/ath79/Makefile 26 26 +++ b/arch/mips/ath79/Makefile 27 @@ -6 6,6 +66,7 @@ obj-$(CONFIG_ATH79_MACH_PB44) += mach-p27 @@ -67,6 +67,7 @@ obj-$(CONFIG_ATH79_MACH_PB44) += mach-p 28 28 obj-$(CONFIG_ATH79_MACH_PB92) += mach-pb92.o 29 29 obj-$(CONFIG_ATH79_MACH_RB4XX) += mach-rb4xx.o
Note: See TracChangeset
for help on using the changeset viewer.