Advertisement
codekipper

[PATCH 1/2] sunxi: add Mele A1000/A2000 boards

Mar 10th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. om c2918cc40058dc548062420b035bd2b01806ad64 Mon Sep 17 00:00:00 2001
  2. From: Marcus Cooper <codekipper@gmail.com>
  3. Date: Thu, 3 Apr 2014 09:50:22 +0200
  4. Subject: [PATCH 1/2] sunxi: add Mele A1000/A2000 boards
  5.  
  6. Signed-off-by: Marcus Cooper <codekipper@gmail.com>
  7. ---
  8. target/linux/sunxi/image/Makefile | 4 ++++
  9. target/linux/sunxi/profiles/mele_a1000.mk | 18 ++++++++++++++++++
  10. 2 files changed, 22 insertions(+)
  11. create mode 100644 target/linux/sunxi/profiles/mele_a1000.mk
  12.  
  13. diff --git a/target/linux/sunxi/image/Makefile b/target/linux/sunxi/image/Makefile
  14. index bda690e..ce974d7 100644
  15. --- a/target/linux/sunxi/image/Makefile
  16. +++ b/target/linux/sunxi/image/Makefile
  17. @@ -95,6 +95,10 @@ define Image/Build/Profile/OLIMEX_A13_SOM
  18. $(call Image/Build/SDCard,$(1),sun5i-a13-olinuxino)
  19. endef
  20.  
  21. +define Image/Build/Profile/Mele_A1000
  22. + $(call Image/Build/SDCard,$(1),sun4i-a10-a1000)
  23. +endef
  24. +
  25. define Image/Build/Profile/Mele_M9
  26. $(call Image/Build/SDCard,$(1),sun6i-a31-hummingbird)
  27. endef
  28. diff --git a/target/linux/sunxi/profiles/mele_a1000.mk b/target/linux/sunxi/profiles/mele_a1000.mk
  29. new file mode 100644
  30. index 0000000..0723c96
  31. --- /dev/null
  32. +++ b/target/linux/sunxi/profiles/mele_a1000.mk
  33. @@ -0,0 +1,18 @@
  34. +#
  35. +# Copyright (C) 2015 OpenWrt.org
  36. +#
  37. +# This is free software, licensed under the GNU General Public License v2.
  38. +# See /LICENSE for more information.
  39. +#
  40. +
  41. +define Profile/Mele_A1000
  42. + NAME:=Mele_A1000
  43. + PACKAGES:=\
  44. + uboot-sunxi-Mele_A1000 kmod-sun4i-emac kmod-rtc-sunxi kmod-rtl8188cu
  45. +endef
  46. +
  47. +define Profile/Mele_A1000/Description
  48. + Package set optimized for the Mele A1000/A2000
  49. +endef
  50. +
  51. +$(eval $(call Profile,Mele_A1000))
  52. --
  53. 2.7.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement