linksys.mk 554 B

123456789101112131415161718192021222324252627
  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/WRT160NL
  8. NAME:=Linksys WRT160NL
  9. PACKAGES:=kmod-usb-core kmod-usb2
  10. endef
  11. define Profile/WRT160NL/Description
  12. Package set optimized for the Linksys WRT160NL.
  13. endef
  14. define Profile/WRT400N
  15. NAME:=Linksys WRT400N
  16. PACKAGES:=
  17. endef
  18. define Profile/WRT400N/Description
  19. Package set optimized for the Linksys WRT400N.
  20. endef
  21. $(eval $(call Profile,WRT160NL))
  22. $(eval $(call Profile,WRT400N))