alfa.mk 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. #
  2. # Copyright (C) 2011-2013 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/ALFAAP96
  8. NAME:=ALFA Network AP96 board
  9. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-rtc-pcf2123
  10. endef
  11. define Profile/ALFAAP96/Description
  12. Package set optimized for the ALFA Network AP96 board.
  13. endef
  14. $(eval $(call Profile,ALFAAP96))
  15. define Profile/ALFAAP120C
  16. NAME:=ALFA Network AP120C board
  17. PACKAGES:=uboot-envtools
  18. endef
  19. define Profile/ALFAAP120C/Description
  20. Package set optimized for the ALFA Network AP120C board.
  21. endef
  22. $(eval $(call Profile,ALFAAP120C))
  23. define Profile/HORNETUB
  24. NAME:=ALFA Network Hornet-UB board (8MB flash, 32MB ram)
  25. PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
  26. endef
  27. define Profile/HORNETUB/Description
  28. Package set optimized for the ALFA Network Hornet-UB board with 8MB
  29. flash and 32MB ram.
  30. endef
  31. $(eval $(call Profile,HORNETUB))
  32. define Profile/HORNETUBx2
  33. NAME:=ALFA Network Hornet-UB-x2 board (16MB flash, 64MB ram)
  34. PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
  35. endef
  36. define Profile/HORNETUBx2/Description
  37. Package set optimized for the ALFA Network Hornet-UB board with 16MB
  38. flash and 64MB ram.
  39. endef
  40. $(eval $(call Profile,HORNETUBx2))
  41. define Profile/ALFANX
  42. NAME:=ALFA Network N2/N5 board
  43. PACKAGES:=
  44. endef
  45. define Profile/ALFANX/Description
  46. Package set optimized for the ALFA Network N2/N5 boards.
  47. endef
  48. $(eval $(call Profile,ALFANX))
  49. define Profile/TUBE2H
  50. NAME:=ALFA Network Tube2H board
  51. PACKAGES:=
  52. endef
  53. define Profile/TUBE2H/Description
  54. Package set optimized for the ALFA Network Tube2H board.
  55. endef
  56. $(eval $(call Profile,TUBE2H))