lamobo-r1.mk 410 B

12345678910111213141516171819
  1. #
  2. # Copyright (C) 2015 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/Lamobo_R1
  8. NAME:=Lamobo R1
  9. PACKAGES:=\
  10. uboot-sunxi-Lamobo_R1 kmod-ata-sunxi kmod-rtl8192cu \
  11. swconfig wpad-mini
  12. endef
  13. define Profile/Lamobo_R1/Description
  14. Package set optimized for the Lamobo R1
  15. endef
  16. $(eval $(call Profile,Lamobo_R1))