sitecom.mk 321 B

123456789101112
  1. #
  2. # Copyright (C) 2010 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/sitecom
  8. NAME:=Devices from Sitecom (WL-153, DC-230)
  9. PACKAGES:=kmod-rt61-pci kmod-usb-core kmod-usb-ohci kmod-usb2
  10. endef
  11. $(eval $(call Profile,sitecom))