Zoltan Herpai
a9c21dd395
sunxi: add support for Orange Pi Plus (H3)
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 48618
2016-02-02 22:25:05 +00:00
Zoltan Herpai
1c66ebcd2d
sunxi: respect CONFIG_TARGET_IMAGES_GZIP
...
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 46608
2015-08-15 15:10:14 +00:00
Zoltan Herpai
56533842ce
sunxi: create KDIR_TMP, build boot.img in it
...
It's nice to have a distinction between files which are built during the
normal OpenWrt build process and ones that are created by the ImageBuilder
(like it already exists on some other targets).
This also gives boot.img a profile-specific prefix as it contains profile-
specific data.
KDIR_TMP does not need to be specified since include/image.mk already sets
it.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 46607
2015-08-15 14:56:21 +00:00
Zoltan Herpai
58fc927889
sunxi: fix uboot install location
...
Install uboot files to KERNEL_BUILD_DIR instead of BIN_DIR to fix
ImageBuilder. Similar fixes are necessary for many (all?) other uboot
targets.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 46605
2015-08-15 14:34:42 +00:00
Zoltan Herpai
1de658c27b
sunxi: don't copy DTS files to BIN_DIR
...
The DTS files aren't useful (other targets don't copy them either) and
clutter BIN_DIR with files unrelated to the chosen profile.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 46604
2015-08-15 13:39:41 +00:00
Jo-Philipp Wich
43b5730c98
sunxi: use common image prefix
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45788
2015-05-27 15:34:48 +00:00
Nicolas Thill
02aa882e60
sunxi: A20-OLinuXino-Lime profile rename leftover
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44423
2015-02-12 17:30:09 +00:00
Zoltan Herpai
7146957461
sunxi: add support for Lamobo R1
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 44214
2015-01-30 00:17:16 +00:00
Zoltan Herpai
e8ecd9a511
sunxi: update Olimex A13 SOM profile
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 44040
2015-01-18 16:58:35 +00:00
Zoltan Herpai
1e0c22507a
sunxi: bump kernel to 3.18 - refresh patches - add bananapro, cubietruck, mele_m9 support
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43900
2015-01-09 19:35:14 +00:00
Nicolas Thill
ddb98cb70f
sunxi: add support for Olimex A20-OLinuXino-LIME
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43189
2014-11-06 00:05:23 +00:00
John Crispin
20940138ac
scripts: fix wrong usage of '==' operator
...
[base-files] shell-scripting: fix wrong usage of '==' operator
normally the '==' is used for invoking a regex parser and is a bashism.
all of the fixes just want to compare a string. the used busybox-ash
will silently "ignore" this mistake, but make it portable/clean at least.
this patch does not change the behavior/logic of the scripts.
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 42911
2014-10-14 12:21:11 +00:00
Zoltan Herpai
fbbce1c8d8
sunxi: re-add rootfs build when no profile is set, fixes #17980 , thanks.
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42775
2014-10-05 17:32:36 +00:00
Zoltan Herpai
fb985d741f
sunxi: add sdcard image generation support when board profile is selected
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42534
2014-09-14 13:47:42 +00:00
John Crispin
7d8f187201
target/linux/*/image/Makefile: use new dts path variable
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41791
2014-07-21 18:42:06 +00:00
Zoltan Herpai
1bd75f114f
sunxi: add support for Lemaker bananaPi
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 40898
2014-06-01 18:44:10 +00:00
Zoltan Herpai
186b5655d0
sunxi: add board support for LinkSprite pcDuino v3
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 40606
2014-04-30 19:50:15 +00:00
Zoltan Herpai
a7f0eb013a
sunxi: sun6i-a31 changes - push remaining sun6i patches for 3.13 - enable Colombus A31 devboard (compile-tested only)
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39487
2014-02-05 21:11:59 +00:00
Zoltan Herpai
d8afb543d0
sunxi: fix image generation
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39276
2014-01-13 16:18:02 +00:00
Zoltan Herpai
d0a757147b
sunxi: various changes - rename hstimer DT on sun5i to avoid confusion - add Cubietruck support - select watchdog by default - select rtc in profiles where appropriate - cosmetic changes
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39263
2014-01-12 19:23:29 +00:00
Zoltan Herpai
1ae42098e9
sunxi: add support for Olinuxino A10 LIME
...
Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39222
2014-01-11 17:19:04 +00:00
Zoltan Herpai
51d5e458a3
sunxi: add support for pcDuino board
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39190
2014-01-04 10:06:17 +00:00
Zoltan Herpai
f58bfd1df4
sunxi: rework target - update kernel to 3.12 - add patches for clocks, i2c, usb, sid, rtc - support common image for A10/A13/A20 - add support for a couple boards - most drivers are configured into the kernel as of now
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 38811
2013-11-14 23:12:52 +00:00
Luka Perkov
cb07269988
sunxi: add new target
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38651
2013-11-05 08:00:34 +00:00