mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
92b2d45117
fixes #1027
38 lines
1.2 KiB
Diff
38 lines
1.2 KiB
Diff
From 6a641281a48776def4b37f2e52895cd6b8c88a13 Mon Sep 17 00:00:00 2001
|
|
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
Date: Fri, 2 Jan 2015 20:16:57 -0700
|
|
Subject: [PATCH] arch linux arm modifications
|
|
|
|
---
|
|
include/config_distro_defaults.h | 3 +++
|
|
include/configs/sunxi-common.h | 2 +-
|
|
2 files changed, 4 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h
|
|
index 1ecc0bb..5999245 100644
|
|
--- a/include/config_distro_defaults.h
|
|
+++ b/include/config_distro_defaults.h
|
|
@@ -53,4 +53,7 @@
|
|
#define CONFIG_SUPPORT_RAW_INITRD
|
|
#define CONFIG_SYS_HUSH_PARSER
|
|
|
|
+#define CONFIG_CMD_PART
|
|
+#define CONFIG_PARTITION_UUIDS
|
|
+
|
|
#endif /* _CONFIG_CMD_DISTRO_DEFAULTS_H */
|
|
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
|
|
index 3f890b2..58f5600 100644
|
|
--- a/include/configs/sunxi-common.h
|
|
+++ b/include/configs/sunxi-common.h
|
|
@@ -129,7 +129,7 @@
|
|
#define CONFIG_SYS_NO_FLASH
|
|
|
|
#define CONFIG_SYS_MONITOR_LEN (512 << 10) /* 512 KiB */
|
|
-#define CONFIG_IDENT_STRING " Allwinner Technology"
|
|
+#define CONFIG_IDENT_STRING " Arch Linux ARM"
|
|
|
|
#define CONFIG_ENV_OFFSET (544 << 10) /* (8 + 24 + 512) KiB */
|
|
#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
|
|
--
|
|
2.2.1
|
|
|