Changeset 29651
- Timestamp:
- 2012-01-04T18:30:47+01:00 (6 years ago)
- Location:
- trunk/target/linux/ar71xx
- Files:
-
- 1 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/ar71xx/base-files/etc/uci-defaults/network
r29635 r29651 109 109 eap7660d |\ 110 110 rb-411 |\ 111 tl-mr3020 |\ 111 112 tl-wa901nd-v2 |\ 112 113 tl-wr703n |\ -
trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh
r29635 r29651 95 95 model="TP-Link TL-WR1043N/ND" 96 96 ;; 97 "302000"*) 98 model="TP-Link TL-MR3020" 99 ;; 97 100 "322000"*) 98 101 model="TP-Link TL-MR3220" … … 239 242 name="dir-615-c1" 240 243 ;; 244 *TL-MR3020) 245 name="tl-mr3020" 246 ;; 241 247 *TL-MR3220) 242 248 name="tl-mr3220" -
trunk/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
r29635 r29651 120 120 return 0 121 121 ;; 122 tl-mr3020 | \ 122 123 tl-mr3220 | \ 123 124 tl-mr3420 | \ -
trunk/target/linux/ar71xx/config-2.6.39
r29635 r29651 44 44 CONFIG_AR71XX_MACH_TL_WR1043ND=y 45 45 CONFIG_AR71XX_MACH_TL_WR703N=y 46 CONFIG_AR71XX_MACH_TL_MR3020=y 46 47 CONFIG_AR71XX_MACH_TL_WR741ND=y 47 48 CONFIG_AR71XX_MACH_TL_WR741ND_V4=y -
trunk/target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig
r29635 r29651 278 278 select AR71XX_DEV_LEDS_GPIO 279 279 280 config AR71XX_MACH_TL_MR3020 281 bool "TP-LINK TL-MR3020 support" 282 select SOC_AR933X 283 select AR71XX_DEV_M25P80 284 select AR71XX_DEV_GPIO_BUTTONS 285 select AR71XX_DEV_LEDS_GPIO 286 select AR71XX_DEV_USB 287 select AR71XX_DEV_AR9XXX_WMAC 288 280 289 config AR71XX_MACH_TL_MR3X20 281 290 bool "TP-LINK TL-MR3220/3420 support" -
trunk/target/linux/ar71xx/files/arch/mips/ar71xx/Makefile
r29635 r29651 54 54 obj-$(CONFIG_AR71XX_MACH_RB750) += mach-rb750.o 55 55 obj-$(CONFIG_AR71XX_MACH_TEW_632BRP) += mach-tew-632brp.o 56 obj-$(CONFIG_AR71XX_MACH_TL_MR3020) += mach-tl-mr3020.o 56 57 obj-$(CONFIG_AR71XX_MACH_TL_MR3X20) += mach-tl-mr3x20.o 57 58 obj-$(CONFIG_AR71XX_MACH_TL_WA901ND) += mach-tl-wa901nd.o -
trunk/target/linux/ar71xx/files/arch/mips/ar71xx/machtype.h
r29635 r29651 50 50 AR71XX_MACH_RB_750, /* MikroTik RouterBOARD 750 */ 51 51 AR71XX_MACH_TEW_632BRP, /* TRENDnet TEW-632BRP */ 52 AR71XX_MACH_TL_MR3020, /* TP-LINK TL-MR3020 */ 52 53 AR71XX_MACH_TL_MR3220, /* TP-LINK TL-MR3220 */ 53 54 AR71XX_MACH_TL_MR3420, /* TP-LINK TL-MR3420 */ -
trunk/target/linux/ar71xx/generic/profiles/tp-link.mk
r29461 r29651 5 5 # See /LICENSE for more information. 6 6 # 7 8 define Profile/TLMR3020 9 NAME:=TP-LINK TL-MR3020 10 PACKAGES:=kmod-usb-core kmod-usb2 11 endef 12 13 define Profile/TLMR3020/Description 14 Package set optimized for the TP-LINK TL-MR3020. 15 endef 16 $(eval $(call Profile,TLMR3020)) 17 7 18 8 19 define Profile/TLMR3220 … … 32 43 PACKAGES:=kmod-usb-core kmod-usb2 33 44 endef 45 34 46 35 47 define Profile/TLWR703/Description -
trunk/target/linux/ar71xx/image/Makefile
r29637 r29651 764 764 define Image/Build/Profile/OM2P 765 765 $(call Image/Build/Template/$(fs_squash)/$(1),OpenMesh,om2p,OM2P) 766 endef 767 768 tlmr3020_cmdline=board=TL-MR3020 console=ttyATH0,115200 769 define Image/Build/Profile/TLMR3020 770 $(call Image/Build/Template/$(fs_64k)/$(1),TPLINK-LZMA,tl-mr3020-v1,$(tlmr3020_cmdline),0x30200001,1,4Mlzma) 766 771 endef 767 772 … … 934 939 $(call Image/Build/Profile/TEW632BRP,$(1)) 935 940 $(call Image/Build/Profile/TEW652BRP,$(1)) 941 $(call Image/Build/Profile/TLMR3020,$(1)) 936 942 $(call Image/Build/Profile/TLMR3220,$(1)) 937 943 $(call Image/Build/Profile/TLMR3420,$(1))
Note: See TracChangeset
for help on using the changeset viewer.