1
0

000-Generic.mk 506 B

1234567891011121314151617181920
  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/Generic
  8. NAME:=Generic
  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. kmod-via-rhine
  14. endef
  15. define Profile/Generic/Description
  16. Generic Profile for all Geode boards.
  17. endef
  18. $(eval $(call Profile,Generic))