00-default.mk 569 B

1234567891011121314151617181920212223
  1. #
  2. # Copyright (C) 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/Default
  8. NAME:=Default Profile
  9. PACKAGES:= \
  10. kmod-usb-net \
  11. kmod-usb-net-asix kmod-usb-net-asix-ax88179 kmod-usb-net-hso \
  12. kmod-usb-net-kaweth kmod-usb-net-pegasus kmod-usb-net-mcs7830 \
  13. kmod-usb-net-smsc95xx kmod-usb-net-dm9601-ether \
  14. wpad-basic
  15. PRIORITY := 1
  16. endef
  17. define Profile/Default/Description
  18. Default package set compatible with most boards.
  19. endef
  20. $(eval $(call Profile,Default))