adb.mk 592 B

1234567891011121314151617181920212223242526
  1. #
  2. # Copyright (C) 2014 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/A4001N
  8. NAME:=ADB P.DG A4001N
  9. PACKAGES:=kmod-b43 wpad-mini \
  10. kmod-usb2 kmod-usb-ohci
  11. endef
  12. define Profile/A4001N/Description
  13. Package set optimized for A4001N.
  14. endef
  15. $(eval $(call Profile,A4001N))
  16. define Profile/A4001N1
  17. NAME:=ADB P.DG A4001N1
  18. PACKAGES:=kmod-b43 wpad-mini \
  19. kmod-usb2 kmod-usb-ohci
  20. endef
  21. define Profile/A4001N1/Description
  22. Package set optimized for A4001N1.
  23. endef
  24. $(eval $(call Profile,A4001N1))