alfa.mk 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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/HORNETUB
  16. NAME:=ALFA Network Hornet-UB board (8MB flash, 32MB ram)
  17. PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
  18. endef
  19. define Profile/HORNETUB/Description
  20. Package set optimized for the ALFA Network Hornet-UB board with 8MB
  21. flash and 32MB ram.
  22. endef
  23. $(eval $(call Profile,HORNETUB))
  24. define Profile/HORNETUBx2
  25. NAME:=ALFA Network Hornet-UB-x2 board (16MB flash, 64MB ram)
  26. PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
  27. endef
  28. define Profile/HORNETUBx2/Description
  29. Package set optimized for the ALFA Network Hornet-UB board with 16MB
  30. flash and 64MB ram.
  31. endef
  32. $(eval $(call Profile,HORNETUBx2))
  33. define Profile/ALFANX
  34. NAME:=ALFA Network N2/N5 board
  35. PACKAGES:=
  36. endef
  37. define Profile/ALFANX/Description
  38. Package set optimized for the ALFA Network N2/N5 boards.
  39. endef
  40. $(eval $(call Profile,ALFANX))
  41. define Profile/TUBE2H
  42. NAME:=ALFA Network Tube2H board
  43. PACKAGES:=
  44. endef
  45. define Profile/TUBE2H/Description
  46. Package set optimized for the ALFA Network Tube2H board.
  47. endef
  48. $(eval $(call Profile,TUBE2H))