mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
24 lines
680 B
Diff
24 lines
680 B
Diff
From 185d555a1b8bf7d7c04047c966b5b0843c1520a4 Mon Sep 17 00:00:00 2001
|
|
From: Alexander Holler <holler@ahsoftware.de>
|
|
Date: Thu, 4 Feb 2010 06:36:08 +0100
|
|
Subject: [PATCH 06/14] DockStar: Add support for ext2.
|
|
|
|
---
|
|
include/configs/sheevaplug.h | 1 +
|
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h
|
|
index 98c86b7..6b56652 100644
|
|
--- a/include/configs/sheevaplug.h
|
|
+++ b/include/configs/sheevaplug.h
|
|
@@ -94,6 +94,7 @@
|
|
#define CONFIG_CMD_DHCP
|
|
#define CONFIG_CMD_ENV
|
|
#define CONFIG_CMD_FAT
|
|
+#define CONFIG_CMD_EXT2
|
|
#define CONFIG_CMD_NAND
|
|
#define CONFIG_CMD_PING
|
|
#define CONFIG_CMD_USB
|
|
--
|
|
1.6.4.4
|
|
|