WL500GPv1-ATH.mk 479 B

12345678910111213141516
  1. #
  2. # Copyright (C) 2008 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/WL500GPv1
  8. NAME:=ASUS WL-500g Premium v1 (Atheros WiFi using ath5k)
  9. PACKAGES:=kmod-b44 kmod-ath5k kmod-usb-core kmod-usb-uhci kmod-usb2
  10. endef
  11. define Profile/WL500GPv1/Description
  12. Package set optimized for the WL-500g Premium v1 with USB and Atheros WiFi card support
  13. endef
  14. $(eval $(call Profile,WL500GPv1))