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
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
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
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
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
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
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
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