InternetBox.mk 460 B

123456789101112131415161718
  1. #
  2. # Copyright (C) 2007-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/InternetBox
  8. NAME:=T-Mobile "InternetBox"
  9. PACKAGES:=kmod-ath5k kmod-usb-core kmod-usb-ohci kmod-usb-serial kmod-usb-serial-option \
  10. comgt
  11. endef
  12. define Profile/InternetBox/Description
  13. Package set for the T-Mobile "InternetBox" (TMD SB1-S)
  14. endef
  15. $(eval $(call Profile,InternetBox))