d-link.mk 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. #
  2. # Copyright (C) 2009 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. define Profile/DHP1565A1
  8. NAME:=D-Link DHP-1565 rev. A1
  9. PACKAGES:=kmod-usb-core kmod-usb2
  10. endef
  11. define Profile/DHP1565A1/Description
  12. Package set optimized for the D-Link DHP-1565 rev. A1.
  13. endef
  14. $(eval $(call Profile,DHP1565A1))
  15. define Profile/DIR505A1
  16. NAME:=D-Link DIR-505 rev. A1
  17. PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
  18. endef
  19. define Profile/DIR505A1/Description
  20. Package set optimized for the D-Link DIR-505 rev. A1.
  21. endef
  22. $(eval $(call Profile,DIR505A1))
  23. define Profile/DIR600A1
  24. NAME:=D-Link DIR-600 rev. A1
  25. PACKAGES:=
  26. endef
  27. define Profile/DIR600A1/Description
  28. Package set optimized for the D-Link DIR-600 rev. A1.
  29. endef
  30. $(eval $(call Profile,DIR600A1))
  31. define Profile/DIR601A1
  32. NAME:=D-Link DIR-601 rev. A1
  33. PACKAGES:=
  34. endef
  35. define Profile/DIR601A1/Description
  36. Package set optimized for the D-Link DIR-601 rev. A1.
  37. endef
  38. $(eval $(call Profile,DIR601A1))
  39. define Profile/DIR601B1
  40. NAME:=D-Link DIR-601 rev. B1
  41. PACKAGES:=
  42. endef
  43. define Profile/DIR601B1/Description
  44. Package set optimized for the D-Link DIR-601 rev. B1.
  45. endef
  46. $(eval $(call Profile,DIR601B1))
  47. define Profile/DIR615C1
  48. NAME:=D-Link DIR-615 rev. C1
  49. PACKAGES:=
  50. endef
  51. define Profile/DIR615C1/Description
  52. Package set optimized for the D-Link DIR-615 rev. C1.
  53. endef
  54. $(eval $(call Profile,DIR615C1))
  55. define Profile/DIR615E1
  56. NAME:=D-Link DIR-615 rev. E1
  57. PACKAGES:=
  58. endef
  59. define Profile/DIR615E1/Description
  60. Package set optimized for the D-Link DIR-615 rev. E1.
  61. endef
  62. $(eval $(call Profile,DIR615E1))
  63. define Profile/DIR615E4
  64. NAME:=D-Link DIR-615 rev. E4
  65. PACKAGES:=
  66. endef
  67. define Profile/DIR615E4/Description
  68. Package set optimized for the D-Link DIR-615 rev. E4.
  69. endef
  70. $(eval $(call Profile,DIR615E4))
  71. define Profile/DIR615IX
  72. NAME:=D-Link DIR-615 rev. I1
  73. PACKAGES:=
  74. endef
  75. define Profile/DIR615IX/Description
  76. Package set optimized for the D-Link DIR-615 rev. I1.
  77. endef
  78. $(eval $(call Profile,DIR615IX))
  79. define Profile/DIR825B1
  80. NAME:=D-Link DIR-825 rev. B1
  81. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
  82. endef
  83. define Profile/DIR825B1/Description
  84. Package set optimized for the D-Link DIR-825 rev. B1.
  85. endef
  86. $(eval $(call Profile,DIR825B1))
  87. define Profile/DIR825C1
  88. NAME:=D-Link DIR-825 rev. C1
  89. PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
  90. endef
  91. define Profile/DIR825C1/Description
  92. Package set optimized for the D-Link DIR-825 rev. C1.
  93. endef
  94. $(eval $(call Profile,DIR825C1))
  95. define Profile/DIR835A1
  96. NAME:=D-Link DIR-835 rev. A1
  97. PACKAGES:=kmod-usb-core kmod-usb2
  98. endef
  99. define Profile/DIR835A1/Description
  100. Package set optimized for the D-Link DIR-835 rev. A1.
  101. endef
  102. $(eval $(call Profile,DIR835A1))
  103. define Profile/DGL5500A1
  104. NAME:=D-Link DGL-5500 rev. A1
  105. PACKAGES:=kmod-usb-core kmod-usb2 kmod-ath10k
  106. endef
  107. define Profile/DIR5500A1/Description
  108. Package set optimized for the D-Link DGL-5500 rev. A1.
  109. endef
  110. $(eval $(call Profile,DGL5500A1))