sfr.mk 597 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/Neufbox4
  8. NAME:=SFR Neufbox4
  9. PACKAGES:=kmod-b43 wpad-mini \
  10. kmod-usb2 kmod-usb-ohci
  11. endef
  12. define Profile/Neufbox4/Description
  13. Package set optimized for Neufbox4.
  14. endef
  15. $(eval $(call Profile,Neufbox4))
  16. define Profile/Neufbox6
  17. NAME:=SFR Neufbox6
  18. PACKAGES:=kmod-b43 wpad-mini \
  19. kmod-usb2 kmod-usb-ohci
  20. endef
  21. define Profile/Neufbox6/Description
  22. Package set optimized for Neufbox6.
  23. endef
  24. $(eval $(call Profile,Neufbox6))