rt3883.mk 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. #
  2. # RT3662/RT3883 Profiles
  3. #
  4. define Build/mkrtn56uimg
  5. $(STAGING_DIR_HOST)/bin/mkrtn56uimg $(1) $@
  6. endef
  7. define Device/asus_rt-n56u
  8. SOC := rt3662
  9. IMAGE_SIZE := 7872k
  10. IMAGE/sysupgrade.bin := $$(sysupgrade_bin) | check-size | \
  11. mkrtn56uimg -s | append-metadata
  12. DEVICE_VENDOR := ASUS
  13. DEVICE_MODEL := RT-N56U
  14. DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2
  15. SUPPORTED_DEVICES += rt-n56u
  16. endef
  17. TARGET_DEVICES += asus_rt-n56u
  18. define Device/belkin_f9k1109v1
  19. $(Device/uimage-lzma-loader)
  20. SOC := rt3883
  21. DEVICE_VENDOR := Belkin
  22. DEVICE_MODEL := F9K1109
  23. DEVICE_VARIANT := Version 1.0
  24. DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport
  25. IMAGE_SIZE := 7808k
  26. # Stock firmware checks for this uImage image name during upload.
  27. UIMAGE_NAME := N750F9K1103VB
  28. endef
  29. TARGET_DEVICES += belkin_f9k1109v1
  30. define Device/dlink_dir-645
  31. $(Device/seama-lzma-loader)
  32. SOC := rt3662
  33. IMAGE_SIZE := 7872k
  34. SEAMA_SIGNATURE := wrgn39_dlob.hans_dir645
  35. DEVICE_VENDOR := D-Link
  36. DEVICE_MODEL := DIR-645
  37. DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2
  38. SUPPORTED_DEVICES += dir-645
  39. endef
  40. TARGET_DEVICES += dlink_dir-645
  41. define Device/edimax_br-6475nd
  42. SOC := rt3662
  43. IMAGE_SIZE := 7744k
  44. IMAGE/sysupgrade.bin := append-kernel | append-rootfs | \
  45. edimax-header -s CSYS -m RN54 -f 0x70000 -S 0x01100000 | pad-rootfs | \
  46. check-size | append-metadata
  47. DEVICE_VENDOR := Edimax
  48. DEVICE_MODEL := BR-6475nD
  49. SUPPORTED_DEVICES += br-6475nd
  50. endef
  51. TARGET_DEVICES += edimax_br-6475nd
  52. define Device/engenius_esr600h
  53. $(Device/uimage-lzma-loader)
  54. SOC := rt3662
  55. IMAGE_SIZE := 7872k
  56. IMAGES += factory.dlf
  57. IMAGE/factory.dlf := $$(sysupgrade_bin) | check-size | \
  58. senao-header -r 0x101 -p 0x44 -t 2
  59. DEVICE_VENDOR := EnGenius
  60. DEVICE_MODEL := ESR600H
  61. DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 uboot-envtools
  62. endef
  63. TARGET_DEVICES += engenius_esr600h
  64. define Device/loewe_wmdr-143n
  65. SOC := rt3662
  66. IMAGE_SIZE := 7872k
  67. DEVICE_VENDOR := Loewe
  68. DEVICE_MODEL := WMDR-143N
  69. SUPPORTED_DEVICES += wmdr-143n
  70. DEFAULT := n
  71. endef
  72. TARGET_DEVICES += loewe_wmdr-143n
  73. define Device/omnima_hpm
  74. SOC := rt3662
  75. IMAGE_SIZE := 16064k
  76. DEVICE_VENDOR := Omnima
  77. DEVICE_MODEL := HPM
  78. DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2
  79. SUPPORTED_DEVICES += hpm
  80. endef
  81. TARGET_DEVICES += omnima_hpm
  82. define Device/samsung_cy-swr1100
  83. $(Device/seama)
  84. SOC := rt3662
  85. IMAGE_SIZE := 7872k
  86. KERNEL := $(KERNEL_DTB)
  87. SEAMA_SIGNATURE := wrgnd10_samsung_ss815
  88. DEVICE_VENDOR := Samsung
  89. DEVICE_MODEL := CY-SWR1100
  90. DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport
  91. SUPPORTED_DEVICES += cy-swr1100
  92. endef
  93. TARGET_DEVICES += samsung_cy-swr1100
  94. define Device/sitecom_wlr-6000
  95. $(Device/uimage-lzma-loader)
  96. SOC := rt3883
  97. IMAGE_SIZE := 7244k
  98. IMAGES += factory.dlf
  99. IMAGE/factory.dlf := $$(sysupgrade_bin) | check-size | \
  100. senao-header -r 0x0202 -p 0x41 -t 2
  101. DEVICE_VENDOR := Sitecom
  102. DEVICE_MODEL := WLR-6000
  103. DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2
  104. SUPPORTED_DEVICES += wlr-6000
  105. endef
  106. TARGET_DEVICES += sitecom_wlr-6000
  107. define Device/trendnet_tew-691gr
  108. SOC := rt3883
  109. IMAGE_SIZE := 7872k
  110. IMAGES += factory.bin
  111. IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | umedia-header 0x026910
  112. DEVICE_VENDOR := TRENDnet
  113. DEVICE_MODEL := TEW-691GR
  114. SUPPORTED_DEVICES += tew-691gr
  115. endef
  116. TARGET_DEVICES += trendnet_tew-691gr
  117. define Device/trendnet_tew-692gr
  118. SOC := rt3883
  119. IMAGE_SIZE := 7872k
  120. IMAGES += factory.bin
  121. IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | umedia-header 0x026920
  122. DEVICE_VENDOR := TRENDnet
  123. DEVICE_MODEL := TEW-692GR
  124. SUPPORTED_DEVICES += tew-692gr
  125. endef
  126. TARGET_DEVICES += trendnet_tew-692gr