110-Annex-B.mk 441 B

123456789101112131415161718
  1. #
  2. # Copyright (C) 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/Annex-B
  8. NAME:=Annex-B DSL firmware
  9. PACKAGES:=kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl \
  10. kmod-sangam-atm-annex-b
  11. endef
  12. define Profile/Annex-B/Description
  13. Package set compatible with Annex-B DSL lines (Germany).
  14. endef
  15. $(eval $(call Profile,Annex-B))