RB1xx.mk 463 B

123456789101112131415161718
  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/RouterBoard
  8. NAME:=Mikrotik RouterBoard 1xx family
  9. PACKAGES:=kmod-ath5k kmod-pata-rb153-cf
  10. endef
  11. define Profile/RouterBoard/Description
  12. Package set compatible with the RouterBoard RB1xx devices. Contains RouterOS to OpenWrt\\\
  13. installation scripts.
  14. endef
  15. $(eval $(call Profile,RouterBoard))