[OpenWrt-Devel] [PATCH][packages] Add package for extra HID kernel modules

2013-02-16 Thread Phileas Fogg
I would like to submit a patch which adds a package for extra HID kernel drivers, like Logitech or Microsoft kexboards. Signed-off-by: Phileas Fogg --- Index: package/kernel/modules/input.mk === --- package/kernel/modules

[OpenWrt-Devel] [PATCH][packages] Add new package parted

2013-02-16 Thread Phileas Fogg
Add "parted" partition editor to packages. It supports the GUID partition table which is NOT supported by fdisk e.g. Signed-off-by: Phileas Fogg --- --- /dev/null2012-01-31 17:14:32.754366764 +0100 +++ b/feeds/packages/utils/parted/Makefile2012-01-31 19:19:25.363563504 +01

Re: [OpenWrt-Devel] [PATCH] [ps3] Restore PS3 port and add Linux 3 support

2013-02-15 Thread Phileas Fogg
Florian Fainelli wrote: Hello, On 02/03/2013 09:55 PM, Phileas Fogg wrote: The following patch restores the PS3 port and adds Linux 3.3.8, Linux 3.6.11 and Linux 3.7.5 support to the port. The default kernel version is 3.3.8. The patch was tested by me with current OpenWRT trunk. The patches

[OpenWrt-Devel] [PATCH] [packages] debootstrap: File devices.tar.gz is not installed

2013-02-06 Thread Phileas Fogg
deboostrap package doesn't install the file devices.tar.gz which is necessary for debootstrap to work properly. Signed-off-by: Phileas Fogg --- Index: admin/debootstrap/Makefile === --- package/feeds/packages/deboot

[OpenWrt-Devel] [PATCH] [packages] petitboot: add support for automounting CDROM

2013-02-03 Thread Phileas Fogg
This patch adds support for automounting CDROM on insert event. Signed-off-by: Phileas Fogg --- --- a/discover/event.h2012-07-28 22:40:08.093065557 +0200 +++ b/discover/event.h2012-07-28 22:40:24.293066501 +0200 @@ -9,6 +9,7 @@ enum event_action { EVENT_ACTION_ADD = 20

[OpenWrt-Devel] [PATCH] [packages] petitboot: add UFS2 filesystem support

2013-02-03 Thread Phileas Fogg
This patch adds UFS2 filesystem support to petitboot. It is necessary for booting FreeBSD on PS3. Signed-off-by: Phileas Fogg --- --- a/discover/device-handler.c2012-01-25 19:35:09.0 +0100 +++ b/discover/device-handler.c2012-01-28 23:53:27.789435288 +0100 @@ -183,7 +183,7

[OpenWrt-Devel] [PATCH] [packages] petitboot: fix udevadm action

2013-02-03 Thread Phileas Fogg
petitboot assumes that the default action used by udevadm is 'add' which is wrong. Fix it. Signed-off-by: Phileas Fogg --- --- a/discover/udev.c2012-01-25 19:35:09.0 +0100 +++ b/discover/udev.c2012-01-28 20:27:59.658727191 +0100 @@ -137,7 +137,7 @@ int udev_trig

[OpenWrt-Devel] [PATCH] [packages] petitboot fails to compile if GUI is disabled

2013-02-03 Thread Phileas Fogg
The first patch fixes a bug in the Makefile of the package in case CONFIG_PETITBOOT_AUTORUN_GUI is not defined. Signed-off-by: Phileas Fogg --- Index: feeds/packages/utils/petitboot/Makefile === --- feeds/packages/utils/petitboot