100-Geos.mk 476 B

12345678910111213141516171819
  1. #
  2. # Copyright (C) 2006-2009 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/Geos
  8. NAME:=Geos
  9. PACKAGES:= \
  10. soloscli linux-atm br2684ctl ppp-mod-pppoa pppdump pppstats \
  11. hwclock flashrom tc kmod-pppoa kmod-8139cp kmod-mppe \
  12. kmod-usb-ohci-pci kmod-hwmon-lm90
  13. endef
  14. define Profile/Geos/Description
  15. Traverse Technologies Geos ADSL router
  16. endef
  17. $(eval $(call Profile,Geos))