InternetBox.mk 452 B

12345678910111213141516171819
  1. #
  2. # Copyright (C) 2007 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-madwifi \
  10. ldconfig ldd \
  11. hostapd hostapd-utils ip tc wpa-supplicant wpa-cli
  12. endef
  13. define Profile/InternetBox/Description
  14. Package set for the T-Mobile "InternetBox" (TMD SB1-S)
  15. endef
  16. $(eval $(call Profile,InternetBox))