Re: [OpenWrt-Devel] [PATCH] parted disc partitioning utility

2012-04-07 Thread Clark Rawlins
Sorry for the long delay. Real life got in the way of getting this done. On Sun, 2012-03-18 at 22:36 +0100, Jo-Philipp Wich wrote: snip I have removed the part of the patch that configures the kernel. +PKG_BUILD_DIR:=$(BUILD_DIR)/parted-$(PKG_VERSION) This defaults to

Re: [OpenWrt-Devel] [PATCH] parted disc partitioning utility

2012-03-18 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I now looked over the patch and have a couple of comments. First of all, I added GPT support to the trunk kernel config a few days ago, so it should be always there by now. I don't like conditional compilation of kernel features triggered by a

Re: [OpenWrt-Devel] [PATCH] parted disc partitioning utility

2012-03-06 Thread Clark Rawlins
I haven't heard much from anyone. Are there any comments, any pointers on what I need to fix? Clark On Sun, 2012-03-04 at 17:43 -0500, Clark Rawlins wrote: This is a brown paper bag update of my previous patch. = Include the parted disc

Re: [OpenWrt-Devel] [PATCH] parted disc partitioning utility

2012-03-06 Thread Outback Dingo
On Tue, Mar 6, 2012 at 4:39 PM, Clark Rawlins cl...@bit63.org wrote: I haven't heard much from anyone. Are there any comments, any pointers on what I need to fix? Clark just be patient, me or someone else will get to it On Sun, 2012-03-04 at 17:43 -0500, Clark Rawlins wrote: This is

Re: [OpenWrt-Devel] [PATCH] parted disc partitioning utility

2012-03-04 Thread Clark Rawlins
This is a brown paper bag update of my previous patch. = Include the parted disc partitioning utility As disc drives can exceed 2TB in size the MSDOS partition table is not able to partition the entire drive. Adding the parted utility to

[OpenWrt-Devel] [PATCH] parted disc partitioning utility

2012-03-03 Thread Clark Rawlins
Include the parted disc partitioning utility As disc drives can exceed 2TB in size the MSDOS partition table is not able to partition the entire drive. Adding the parted utility to openwrt makes it possible to manipulate the partition tables of EFI/GUID on a openwrt device. To use a EFI/GUID