Changeset 32682
- Timestamp:
- 2012-07-12T15:29:46+02:00 (6 years ago)
- Location:
- trunk/target/linux/ramips
- Files:
-
- 1 added
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/ramips/base-files/etc/diag.sh
r32450 r32682 31 31 get_status_led() { 32 32 case $(ramips_board_name) in 33 3g-6200n) 34 status_led="edimax:green:power" 35 ;; 33 36 argus-atp52b) 34 37 status_led="argus-atp52b:green:run" -
trunk/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
r32450 r32682 49 49 ;; 50 50 51 3g-6200n | \ 51 52 all0256n | \ 52 53 argus-atp52b | \ -
trunk/target/linux/ramips/base-files/etc/uci-defaults/leds
r31993 r32682 15 15 16 16 case $board in 17 3g-6200n) 18 set_wifi_led "edimax:amber:wlan" 19 set_usb_led "edimax:blue:3g" 20 ;; 17 21 all0256n) 18 22 set_wifi_led "rt2800pci-phy0::radio" -
trunk/target/linux/ramips/base-files/etc/uci-defaults/network
r32490 r32682 22 22 ;; 23 23 24 3g-6200n | \ 24 25 argus-atp52b | \ 25 26 b2c | \ … … 90 91 lan_mac=$(ramips_get_mac_binary factory 40) 91 92 ;; 92 93 3g-6200n | \ 93 94 argus-atp52b | \ 94 95 b2c | \ -
trunk/target/linux/ramips/base-files/lib/preinit/06_set_iface_mac
r32490 r32682 9 9 10 10 case $(ramips_board_name) in 11 3g-6200n) 12 mac=$(ramips_get_mac_binary factory 4) 13 ifconfig eth0 hw ether $mac 2>/dev/null 14 ;; 11 15 bc2 |\ 12 16 esr-9753 |\ -
trunk/target/linux/ramips/base-files/lib/ramips.sh
r32450 r32682 48 48 49 49 case "$machine" in 50 *"Edimax 3g-6200n") 51 name="3g-6200n" 52 ;; 50 53 *"Allnet ALL0256N") 51 54 name="all0256n" -
trunk/target/linux/ramips/base-files/lib/upgrade/platform.sh
r32450 r32682 15 15 16 16 case "$board" in 17 3g-6200n | \ 17 18 all0256n | \ 18 19 bc2 | \ -
trunk/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h
r32450 r32682 22 22 23 23 /* RT3050 based machines */ 24 RAMIPS_MACH_3G_6200N, /* Edimax 3G-6200N */ 24 25 RAMIPS_MACH_ALL0256N, /* Allnet ALL0256N */ 25 26 RAMIPS_MACH_DIR_300_B1, /* D-Link DIR-300 B1 */ -
trunk/target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig
r32450 r32682 2 2 3 3 menu "Ralink RT350x machine selection" 4 5 config RT305X_MACH_3G_6200N 6 bool "Edimax 3G-6200N board support" 7 select RALINK_DEV_GPIO_BUTTONS 8 select RALINK_DEV_GPIO_LEDS 4 9 5 10 config RT305X_MACH_WR6202 -
trunk/target/linux/ramips/files/arch/mips/ralink/rt305x/Makefile
r32450 r32682 12 12 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o 13 13 14 obj-$(CONFIG_RT305X_MACH_3G_6200N) += mach-3g-6200n.o 14 15 obj-$(CONFIG_RT305X_MACH_ARGUS_ATP52B) += mach-argus-atp52b.o 15 16 obj-$(CONFIG_RT305X_MACH_BC2) += mach-bc2.o -
trunk/target/linux/ramips/image/Makefile
r32450 r32682 123 123 define BuildFirmware/GENERIC_8M/initramfs 124 124 $(call BuildFirmware/Generic/initramfs,$(1),$(2),$(call mkcmdline,$(3),$(4),$(5)) $(call mkmtd/$(6),$(mtdlayout_8M))) 125 endef 126 127 mtdlayout_edimax_3g6200n=192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,896k(kernel),2752k(rootfs),128k@0x3e0000(cimage)ro,3648k@0x50000(firmware) 128 define BuildFirmware/3G6200N 129 $(call BuildFirmware/Generic,$(1),$(2),$(call mkcmdline,$(3),$(4),$(5)) $(call mkmtd/$(6),$(mtdlayout_edimax_3g6200n)),917504,2818048) 125 130 endef 126 131 … … 313 318 # RT305X Profiles 314 319 # 320 define Image/Build/Profile/3G6200N 321 $(call Image/Build/Template/$(fs_squash)/$(1),3G6200N,3g-6200n,3G-6200N,ttyS1,57600,phys) 322 endef 323 315 324 define Image/Build/Profile/ALL0256N 316 325 $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,all0256n,ALL0256N,ttyS1,57600,spi) … … 445 454 ifeq ($(CONFIG_RALINK_RT305X),y) 446 455 define Image/Build/Profile/Default 456 $(call Image/Build/Profile/3G6200N,$(1)) 447 457 $(call Image/Build/Profile/ALL0256N,$(1)) 448 458 $(call Image/Build/Profile/ARGUS_ATP52B,$(1)) -
trunk/target/linux/ramips/rt305x/config-3.3
r32450 r32682 88 88 # CONFIG_RALINK_RT3883 is not set 89 89 CONFIG_RAMIPS_WDT=y 90 CONFIG_RT305X_MACH_3G_6200N=y 90 91 CONFIG_RT305X_MACH_ALL0256N=y 91 92 CONFIG_RT305X_MACH_ARGUS_ATP52B=y
Note: See TracChangeset
for help on using the changeset viewer.