From 86257ff56b4be71009ce01e5f73e62cd4902d434 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 21 Sep 2011 15:16:52 +0200 Subject: [PATCH 1/8] eventlircd: add initial support for Cypress remote receivers Signed-off-by: Stephan Raue --- .../eventlircd/evmap/03_04b4_0101.evmap | 54 +++++++++++++++++++ .../eventlircd/udev.d/98-eventlircd.rules | 4 ++ 2 files changed, 58 insertions(+) create mode 100644 packages/sysutils/remote/eventlircd/evmap/03_04b4_0101.evmap diff --git a/packages/sysutils/remote/eventlircd/evmap/03_04b4_0101.evmap b/packages/sysutils/remote/eventlircd/evmap/03_04b4_0101.evmap new file mode 100644 index 0000000000..494effdfc9 --- /dev/null +++ b/packages/sysutils/remote/eventlircd/evmap/03_04b4_0101.evmap @@ -0,0 +1,54 @@ +# Cypress Receiver support +# Bus=0003 Vendor=04b4 Product=0101 Version=0100 +# N: Name="Cypress Cypress USB Keyboard / PS2 Mouse" + + KEY_POWER = KEY_POWER # Power + alt+meta+KEY_ENTER = KEY_PROG1 # Start Key + ctrl+shift+KEY_P = KEY_PLAY # Play + ctrl+KEY_R = KEY_RECORD # Record + ctrl+KEY_P = KEY_PAUSE # Pause + ctrl+shift+KEY_S = KEY_STOP # Stop + KEY_VOLUMEUP = KEY_VOLUMEUP # Volume Up + KEY_VOLUMEDOWN = KEY_VOLUMEDOWN # Volume Down + KEY_MUTE = KEY_MUTE # Mute + + + ctrl+shift+KEY_F = KEY_FASTFORWARD # Forward + ctrl+shift+KEY_B = KEY_REWIND # Reverse + ctrl+KEY_F = KEY_NEXT # Next track + ctrl+KEY_B = KEY_PREVIOUS # Pre-track + KEY_PAGEDOWN = KEY_CHANNELDOWN # Channel Up + KEY_PAGEUP = KEY_CHANNELUP # Channel Down + + KEY_0 = KEY_NUMERIC_0 # 0 + KEY_1 = KEY_NUMERIC_1 # 1 + KEY_2 = KEY_NUMERIC_2 # 2 + KEY_3 = KEY_NUMERIC_3 # 3 + KEY_4 = KEY_NUMERIC_4 # 4 + KEY_5 = KEY_NUMERIC_5 # 5 + KEY_6 = KEY_NUMERIC_6 # 6 + KEY_7 = KEY_NUMERIC_7 # 7 + KEY_8 = KEY_NUMERIC_8 # 8 + KEY_9 = KEY_NUMERIC_9 # 9 + KEY_KPASTERISK = KEY_NUMERIC_STAR # * + shift+KEY_3 = KEY_POUND # # + + KEY_UP = KEY_UP # Direction Up + KEY_DOWN = KEY_DOWN # Direction Down + KEY_LEFT = KEY_LEFT # Direction Left + KEY_RIGHT = KEY_RIGHT # Direction Right + KEY_ENTER = KEY_OK # Direction OK (also used for Enter) + KEY_BACKSPACE = KEY_EXIT # Back + KEY_DELETE = KEY_DELETE # Clear + + KEY_COMPOSE = KEY_INFO # Information (also used for Mouse Right) # maybe contextmenu (KEY_EPG) + alt+KEY_ENTER = KEY_ZOOM # Zoom + + ctrl+KEY_E = KEY_VIDEO # My Videos + ctrl+KEY_M = KEY_AUDIO # My Music + ctrl+KEY_A = KEY_INFO # My Audio + ctrl+KEY_I = KEY_CAMERA # My Pictures + ctrl+shift+KEY_T = KEY_TV # My TV + ctrl+KEY_A = KEY_RADIO # Radio + ctrl+KEY_O = KEY_TUNER # Record TV + ctrl+shift+KEY_M = KEY_DVD # DVD Menu diff --git a/packages/sysutils/remote/eventlircd/udev.d/98-eventlircd.rules b/packages/sysutils/remote/eventlircd/udev.d/98-eventlircd.rules index e248b688fc..259831e33e 100644 --- a/packages/sysutils/remote/eventlircd/udev.d/98-eventlircd.rules +++ b/packages/sysutils/remote/eventlircd/udev.d/98-eventlircd.rules @@ -91,6 +91,10 @@ ENV{ID_VENDOR_ID}=="046e", ENV{ID_MODEL_ID}=="5578", \ ENV{eventlircd_enable}="true", \ ENV{eventlircd_evmap}="topseed.evmap" +ENV{ID_VENDOR_ID}=="04b4", ENV{ID_MODEL_ID}=="0101", \ + ENV{eventlircd_enable}="true", \ + ENV{eventlircd_evmap}="03_$env{ID_VENDOR_ID}_$env{ID_MODEL_ID}.evmap" + ENV{ID_VENDOR_ID}=="04f2", ENV{ID_MODEL_ID}=="0618", \ ENV{eventlircd_enable}="true", \ ENV{eventlircd_evmap}="topseed.evmap" From 2bc651d84c0971c831edfc927f1f9ef7d35c351d Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 21 Sep 2011 20:12:28 +0200 Subject: [PATCH 2/8] projects/*/linux: add Ortek HID support Signed-off-by: Stephan Raue --- projects/ATV/linux/linux.i386.conf | 2 +- projects/Fusion/linux/linux.i386.conf | 2 +- projects/Fusion/linux/linux.x86_64.conf | 2 +- projects/Generic/linux/linux.i386.conf | 2 +- projects/Generic_OSS/linux/linux.i386.conf | 2 +- projects/ION/linux/linux.i386.conf | 2 +- projects/ION/linux/linux.x86_64.conf | 2 +- projects/Intel/linux/linux.i386.conf | 2 +- projects/Intel/linux/linux.x86_64.conf | 2 +- projects/Ultra/linux/linux.x86_64.conf | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/projects/ATV/linux/linux.i386.conf b/projects/ATV/linux/linux.i386.conf index e365089dc5..9ebbc91cb6 100644 --- a/projects/ATV/linux/linux.i386.conf +++ b/projects/ATV/linux/linux.i386.conf @@ -2012,7 +2012,7 @@ CONFIG_HID_MICROSOFT=y CONFIG_HID_MONTEREY=y # CONFIG_HID_MULTITOUCH is not set # CONFIG_HID_NTRIG is not set -# CONFIG_HID_ORTEK is not set +CONFIG_HID_ORTEK=y # CONFIG_HID_PANTHERLORD is not set # CONFIG_HID_PETALYNX is not set # CONFIG_HID_PICOLCD is not set diff --git a/projects/Fusion/linux/linux.i386.conf b/projects/Fusion/linux/linux.i386.conf index 59e0766cf8..e3f15f6387 100644 --- a/projects/Fusion/linux/linux.i386.conf +++ b/projects/Fusion/linux/linux.i386.conf @@ -2231,7 +2231,7 @@ CONFIG_HID_MICROSOFT=y CONFIG_HID_MONTEREY=y # CONFIG_HID_MULTITOUCH is not set # CONFIG_HID_NTRIG is not set -# CONFIG_HID_ORTEK is not set +CONFIG_HID_ORTEK=y # CONFIG_HID_PANTHERLORD is not set # CONFIG_HID_PETALYNX is not set # CONFIG_HID_PICOLCD is not set diff --git a/projects/Fusion/linux/linux.x86_64.conf b/projects/Fusion/linux/linux.x86_64.conf index 40ffe03172..c387c8b489 100644 --- a/projects/Fusion/linux/linux.x86_64.conf +++ b/projects/Fusion/linux/linux.x86_64.conf @@ -2182,7 +2182,7 @@ CONFIG_HID_MICROSOFT=y CONFIG_HID_MONTEREY=y # CONFIG_HID_MULTITOUCH is not set # CONFIG_HID_NTRIG is not set -# CONFIG_HID_ORTEK is not set +CONFIG_HID_ORTEK=y # CONFIG_HID_PANTHERLORD is not set # CONFIG_HID_PETALYNX is not set # CONFIG_HID_PICOLCD is not set diff --git a/projects/Generic/linux/linux.i386.conf b/projects/Generic/linux/linux.i386.conf index a31f64e6fc..5c1c626e51 100644 --- a/projects/Generic/linux/linux.i386.conf +++ b/projects/Generic/linux/linux.i386.conf @@ -2427,7 +2427,7 @@ CONFIG_HID_MICROSOFT=y CONFIG_HID_MONTEREY=y # CONFIG_HID_MULTITOUCH is not set # CONFIG_HID_NTRIG is not set -# CONFIG_HID_ORTEK is not set +CONFIG_HID_ORTEK=y # CONFIG_HID_PANTHERLORD is not set # CONFIG_HID_PETALYNX is not set # CONFIG_HID_PICOLCD is not set diff --git a/projects/Generic_OSS/linux/linux.i386.conf b/projects/Generic_OSS/linux/linux.i386.conf index c1687f9455..f21b1ac75d 100644 --- a/projects/Generic_OSS/linux/linux.i386.conf +++ b/projects/Generic_OSS/linux/linux.i386.conf @@ -2429,7 +2429,7 @@ CONFIG_HID_MICROSOFT=y CONFIG_HID_MONTEREY=y # CONFIG_HID_MULTITOUCH is not set # CONFIG_HID_NTRIG is not set -# CONFIG_HID_ORTEK is not set +CONFIG_HID_ORTEK=y # CONFIG_HID_PANTHERLORD is not set # CONFIG_HID_PETALYNX is not set # CONFIG_HID_PICOLCD is not set diff --git a/projects/ION/linux/linux.i386.conf b/projects/ION/linux/linux.i386.conf index 224668d408..a3ad1bb1d1 100644 --- a/projects/ION/linux/linux.i386.conf +++ b/projects/ION/linux/linux.i386.conf @@ -2280,7 +2280,7 @@ CONFIG_HID_MICROSOFT=y CONFIG_HID_MONTEREY=y # CONFIG_HID_MULTITOUCH is not set # CONFIG_HID_NTRIG is not set -# CONFIG_HID_ORTEK is not set +CONFIG_HID_ORTEK=y # CONFIG_HID_PANTHERLORD is not set # CONFIG_HID_PETALYNX is not set # CONFIG_HID_PICOLCD is not set diff --git a/projects/ION/linux/linux.x86_64.conf b/projects/ION/linux/linux.x86_64.conf index b09324ef38..75953d6a6a 100644 --- a/projects/ION/linux/linux.x86_64.conf +++ b/projects/ION/linux/linux.x86_64.conf @@ -2222,7 +2222,7 @@ CONFIG_HID_MICROSOFT=y CONFIG_HID_MONTEREY=y # CONFIG_HID_MULTITOUCH is not set # CONFIG_HID_NTRIG is not set -# CONFIG_HID_ORTEK is not set +CONFIG_HID_ORTEK=y # CONFIG_HID_PANTHERLORD is not set # CONFIG_HID_PETALYNX is not set # CONFIG_HID_PICOLCD is not set diff --git a/projects/Intel/linux/linux.i386.conf b/projects/Intel/linux/linux.i386.conf index d16e94a726..a020e1940a 100644 --- a/projects/Intel/linux/linux.i386.conf +++ b/projects/Intel/linux/linux.i386.conf @@ -2339,7 +2339,7 @@ CONFIG_HID_MICROSOFT=y CONFIG_HID_MONTEREY=y # CONFIG_HID_MULTITOUCH is not set # CONFIG_HID_NTRIG is not set -# CONFIG_HID_ORTEK is not set +CONFIG_HID_ORTEK=y # CONFIG_HID_PANTHERLORD is not set # CONFIG_HID_PETALYNX is not set # CONFIG_HID_PICOLCD is not set diff --git a/projects/Intel/linux/linux.x86_64.conf b/projects/Intel/linux/linux.x86_64.conf index 6c8343d69c..c17b8da74a 100644 --- a/projects/Intel/linux/linux.x86_64.conf +++ b/projects/Intel/linux/linux.x86_64.conf @@ -2286,7 +2286,7 @@ CONFIG_HID_MICROSOFT=y CONFIG_HID_MONTEREY=y # CONFIG_HID_MULTITOUCH is not set # CONFIG_HID_NTRIG is not set -# CONFIG_HID_ORTEK is not set +CONFIG_HID_ORTEK=y # CONFIG_HID_PANTHERLORD is not set # CONFIG_HID_PETALYNX is not set # CONFIG_HID_PICOLCD is not set diff --git a/projects/Ultra/linux/linux.x86_64.conf b/projects/Ultra/linux/linux.x86_64.conf index e4a7ea1d7b..16d9acc70c 100644 --- a/projects/Ultra/linux/linux.x86_64.conf +++ b/projects/Ultra/linux/linux.x86_64.conf @@ -2074,7 +2074,7 @@ CONFIG_HID_MICROSOFT=y CONFIG_HID_MONTEREY=y # CONFIG_HID_MULTITOUCH is not set # CONFIG_HID_NTRIG is not set -# CONFIG_HID_ORTEK is not set +CONFIG_HID_ORTEK=y # CONFIG_HID_PANTHERLORD is not set # CONFIG_HID_PETALYNX is not set # CONFIG_HID_PICOLCD is not set From d9bbee46f5e418db0f1c269c11cc96c8e269021b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 21 Sep 2011 20:37:36 +0200 Subject: [PATCH 3/8] projects/*/linux: add Cinergy T2 DVB support Signed-off-by: Stephan Raue --- projects/ATV/linux/linux.i386.conf | 2 +- projects/Fusion/linux/linux.i386.conf | 2 +- projects/Fusion/linux/linux.x86_64.conf | 2 +- projects/Generic/linux/linux.i386.conf | 2 +- projects/Generic_OSS/linux/linux.i386.conf | 2 +- projects/ION/linux/linux.i386.conf | 2 +- projects/ION/linux/linux.x86_64.conf | 2 +- projects/Intel/linux/linux.i386.conf | 2 +- projects/Intel/linux/linux.x86_64.conf | 2 +- projects/Ultra/linux/linux.x86_64.conf | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/projects/ATV/linux/linux.i386.conf b/projects/ATV/linux/linux.i386.conf index 9ebbc91cb6..2629b2c957 100644 --- a/projects/ATV/linux/linux.i386.conf +++ b/projects/ATV/linux/linux.i386.conf @@ -1578,7 +1578,7 @@ CONFIG_DVB_USB_DIB0700=m CONFIG_DVB_USB_AF9005=m CONFIG_DVB_USB_AF9005_REMOTE=m CONFIG_DVB_USB_DW2102=m -# CONFIG_DVB_USB_CINERGY_T2 is not set +CONFIG_DVB_USB_CINERGY_T2=m CONFIG_DVB_USB_ANYSEE=m # CONFIG_DVB_USB_DTV5100 is not set CONFIG_DVB_USB_RTL2832U=m diff --git a/projects/Fusion/linux/linux.i386.conf b/projects/Fusion/linux/linux.i386.conf index e3f15f6387..c294166d79 100644 --- a/projects/Fusion/linux/linux.i386.conf +++ b/projects/Fusion/linux/linux.i386.conf @@ -1791,7 +1791,7 @@ CONFIG_DVB_USB_DIB0700=m CONFIG_DVB_USB_AF9005=m CONFIG_DVB_USB_AF9005_REMOTE=m CONFIG_DVB_USB_DW2102=m -# CONFIG_DVB_USB_CINERGY_T2 is not set +CONFIG_DVB_USB_CINERGY_T2=m CONFIG_DVB_USB_ANYSEE=m # CONFIG_DVB_USB_DTV5100 is not set CONFIG_DVB_USB_RTL2832U=m diff --git a/projects/Fusion/linux/linux.x86_64.conf b/projects/Fusion/linux/linux.x86_64.conf index c387c8b489..e2f441ee3b 100644 --- a/projects/Fusion/linux/linux.x86_64.conf +++ b/projects/Fusion/linux/linux.x86_64.conf @@ -1749,7 +1749,7 @@ CONFIG_DVB_USB_DIB0700=m CONFIG_DVB_USB_AF9005=m CONFIG_DVB_USB_AF9005_REMOTE=m CONFIG_DVB_USB_DW2102=m -# CONFIG_DVB_USB_CINERGY_T2 is not set +CONFIG_DVB_USB_CINERGY_T2=m CONFIG_DVB_USB_ANYSEE=m # CONFIG_DVB_USB_DTV5100 is not set CONFIG_DVB_USB_RTL2832U=m diff --git a/projects/Generic/linux/linux.i386.conf b/projects/Generic/linux/linux.i386.conf index 5c1c626e51..8c101bc7a8 100644 --- a/projects/Generic/linux/linux.i386.conf +++ b/projects/Generic/linux/linux.i386.conf @@ -1953,7 +1953,7 @@ CONFIG_DVB_USB_DIB0700=m CONFIG_DVB_USB_AF9005=m CONFIG_DVB_USB_AF9005_REMOTE=m CONFIG_DVB_USB_DW2102=m -# CONFIG_DVB_USB_CINERGY_T2 is not set +CONFIG_DVB_USB_CINERGY_T2=m CONFIG_DVB_USB_ANYSEE=m # CONFIG_DVB_USB_DTV5100 is not set CONFIG_DVB_USB_RTL2832U=m diff --git a/projects/Generic_OSS/linux/linux.i386.conf b/projects/Generic_OSS/linux/linux.i386.conf index f21b1ac75d..9c5d0bb513 100644 --- a/projects/Generic_OSS/linux/linux.i386.conf +++ b/projects/Generic_OSS/linux/linux.i386.conf @@ -1954,7 +1954,7 @@ CONFIG_DVB_USB_DIB0700=m CONFIG_DVB_USB_AF9005=m CONFIG_DVB_USB_AF9005_REMOTE=m CONFIG_DVB_USB_DW2102=m -# CONFIG_DVB_USB_CINERGY_T2 is not set +CONFIG_DVB_USB_CINERGY_T2=m CONFIG_DVB_USB_ANYSEE=m # CONFIG_DVB_USB_DTV5100 is not set CONFIG_DVB_USB_RTL2832U=m diff --git a/projects/ION/linux/linux.i386.conf b/projects/ION/linux/linux.i386.conf index a3ad1bb1d1..7f2ec533fa 100644 --- a/projects/ION/linux/linux.i386.conf +++ b/projects/ION/linux/linux.i386.conf @@ -1829,7 +1829,7 @@ CONFIG_DVB_USB_DIB0700=m CONFIG_DVB_USB_AF9005=m CONFIG_DVB_USB_AF9005_REMOTE=m CONFIG_DVB_USB_DW2102=m -# CONFIG_DVB_USB_CINERGY_T2 is not set +CONFIG_DVB_USB_CINERGY_T2=m CONFIG_DVB_USB_ANYSEE=m # CONFIG_DVB_USB_DTV5100 is not set CONFIG_DVB_USB_RTL2832U=m diff --git a/projects/ION/linux/linux.x86_64.conf b/projects/ION/linux/linux.x86_64.conf index 75953d6a6a..940ab984d2 100644 --- a/projects/ION/linux/linux.x86_64.conf +++ b/projects/ION/linux/linux.x86_64.conf @@ -1779,7 +1779,7 @@ CONFIG_DVB_USB_DIB0700=m CONFIG_DVB_USB_AF9005=m CONFIG_DVB_USB_AF9005_REMOTE=m CONFIG_DVB_USB_DW2102=m -# CONFIG_DVB_USB_CINERGY_T2 is not set +CONFIG_DVB_USB_CINERGY_T2=m CONFIG_DVB_USB_ANYSEE=m # CONFIG_DVB_USB_DTV5100 is not set CONFIG_DVB_USB_RTL2832U=m diff --git a/projects/Intel/linux/linux.i386.conf b/projects/Intel/linux/linux.i386.conf index a020e1940a..3c2353ea03 100644 --- a/projects/Intel/linux/linux.i386.conf +++ b/projects/Intel/linux/linux.i386.conf @@ -1870,7 +1870,7 @@ CONFIG_DVB_USB_DIB0700=m CONFIG_DVB_USB_AF9005=m CONFIG_DVB_USB_AF9005_REMOTE=m CONFIG_DVB_USB_DW2102=m -# CONFIG_DVB_USB_CINERGY_T2 is not set +CONFIG_DVB_USB_CINERGY_T2=m CONFIG_DVB_USB_ANYSEE=m CONFIG_DVB_USB_DTV5100=m CONFIG_DVB_USB_RTL2832U=m diff --git a/projects/Intel/linux/linux.x86_64.conf b/projects/Intel/linux/linux.x86_64.conf index c17b8da74a..39035525d2 100644 --- a/projects/Intel/linux/linux.x86_64.conf +++ b/projects/Intel/linux/linux.x86_64.conf @@ -1824,7 +1824,7 @@ CONFIG_DVB_USB_DIB0700=m CONFIG_DVB_USB_AF9005=m CONFIG_DVB_USB_AF9005_REMOTE=m CONFIG_DVB_USB_DW2102=m -# CONFIG_DVB_USB_CINERGY_T2 is not set +CONFIG_DVB_USB_CINERGY_T2=m CONFIG_DVB_USB_ANYSEE=m # CONFIG_DVB_USB_DTV5100 is not set CONFIG_DVB_USB_RTL2832U=m diff --git a/projects/Ultra/linux/linux.x86_64.conf b/projects/Ultra/linux/linux.x86_64.conf index 16d9acc70c..7d8419d6b1 100644 --- a/projects/Ultra/linux/linux.x86_64.conf +++ b/projects/Ultra/linux/linux.x86_64.conf @@ -1668,7 +1668,7 @@ CONFIG_DVB_USB_DIB0700=m CONFIG_DVB_USB_AF9005=m CONFIG_DVB_USB_AF9005_REMOTE=m CONFIG_DVB_USB_DW2102=m -# CONFIG_DVB_USB_CINERGY_T2 is not set +CONFIG_DVB_USB_CINERGY_T2=m CONFIG_DVB_USB_ANYSEE=m # CONFIG_DVB_USB_DTV5100 is not set CONFIG_DVB_USB_RTL2832U=m From fcad424af61c9c139185dff91b14aaa704bf46f5 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 21 Sep 2011 21:51:07 +0200 Subject: [PATCH 4/8] projects/Fusion/linux: add Tigon3 Network support Signed-off-by: Stephan Raue --- projects/Fusion/linux/linux.i386.conf | 24 ++++++++++++++++++++++-- projects/Fusion/linux/linux.x86_64.conf | 24 ++++++++++++++++++++++-- 2 files changed, 44 insertions(+), 4 deletions(-) diff --git a/projects/Fusion/linux/linux.i386.conf b/projects/Fusion/linux/linux.i386.conf index c294166d79..f8b17b3b20 100644 --- a/projects/Fusion/linux/linux.i386.conf +++ b/projects/Fusion/linux/linux.i386.conf @@ -991,7 +991,27 @@ CONFIG_NETDEVICES=y # CONFIG_NET_SB1000 is not set # CONFIG_ARCNET is not set CONFIG_MII=y -# CONFIG_PHYLIB is not set +CONFIG_PHYLIB=y + +# +# MII PHY device drivers +# +# CONFIG_MARVELL_PHY is not set +# CONFIG_DAVICOM_PHY is not set +# CONFIG_QSEMI_PHY is not set +# CONFIG_LXT_PHY is not set +# CONFIG_CICADA_PHY is not set +# CONFIG_VITESSE_PHY is not set +# CONFIG_SMSC_PHY is not set +# CONFIG_BROADCOM_PHY is not set +# CONFIG_ICPLUS_PHY is not set +# CONFIG_REALTEK_PHY is not set +# CONFIG_NATIONAL_PHY is not set +# CONFIG_STE10XP is not set +# CONFIG_LSI_ET1011C_PHY is not set +# CONFIG_MICREL_PHY is not set +# CONFIG_FIXED_PHY is not set +# CONFIG_MDIO_BITBANG is not set # CONFIG_NET_ETHERNET is not set CONFIG_NETDEV_1000=y # CONFIG_ACENIC is not set @@ -1009,7 +1029,7 @@ CONFIG_R8169=y # CONFIG_SKGE is not set CONFIG_SKY2=y # CONFIG_VIA_VELOCITY is not set -# CONFIG_TIGON3 is not set +CONFIG_TIGON3=y # CONFIG_BNX2 is not set # CONFIG_CNIC is not set # CONFIG_QLA3XXX is not set diff --git a/projects/Fusion/linux/linux.x86_64.conf b/projects/Fusion/linux/linux.x86_64.conf index e2f441ee3b..716b3b5e88 100644 --- a/projects/Fusion/linux/linux.x86_64.conf +++ b/projects/Fusion/linux/linux.x86_64.conf @@ -955,7 +955,27 @@ CONFIG_NETDEVICES=y # CONFIG_NET_SB1000 is not set # CONFIG_ARCNET is not set CONFIG_MII=y -# CONFIG_PHYLIB is not set +CONFIG_PHYLIB=y + +# +# MII PHY device drivers +# +# CONFIG_MARVELL_PHY is not set +# CONFIG_DAVICOM_PHY is not set +# CONFIG_QSEMI_PHY is not set +# CONFIG_LXT_PHY is not set +# CONFIG_CICADA_PHY is not set +# CONFIG_VITESSE_PHY is not set +# CONFIG_SMSC_PHY is not set +# CONFIG_BROADCOM_PHY is not set +# CONFIG_ICPLUS_PHY is not set +# CONFIG_REALTEK_PHY is not set +# CONFIG_NATIONAL_PHY is not set +# CONFIG_STE10XP is not set +# CONFIG_LSI_ET1011C_PHY is not set +# CONFIG_MICREL_PHY is not set +# CONFIG_FIXED_PHY is not set +# CONFIG_MDIO_BITBANG is not set # CONFIG_NET_ETHERNET is not set CONFIG_NETDEV_1000=y # CONFIG_ACENIC is not set @@ -973,7 +993,7 @@ CONFIG_R8169=y # CONFIG_SKGE is not set CONFIG_SKY2=y # CONFIG_VIA_VELOCITY is not set -# CONFIG_TIGON3 is not set +CONFIG_TIGON3=y # CONFIG_BNX2 is not set # CONFIG_CNIC is not set # CONFIG_QLA3XXX is not set From db63e351548a9256cff1d36169294a7203f8f4db Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 21 Sep 2011 21:56:31 +0200 Subject: [PATCH 5/8] projects/*/linux: add JFS filesystem support Signed-off-by: Stephan Raue --- projects/ATV/linux/linux.i386.conf | 6 +++++- projects/Fusion/linux/linux.i386.conf | 6 +++++- projects/Fusion/linux/linux.x86_64.conf | 6 +++++- projects/Generic/linux/linux.i386.conf | 6 +++++- projects/Generic_OSS/linux/linux.i386.conf | 6 +++++- projects/ION/linux/linux.i386.conf | 6 +++++- projects/ION/linux/linux.x86_64.conf | 6 +++++- projects/Intel/linux/linux.i386.conf | 6 +++++- projects/Intel/linux/linux.x86_64.conf | 6 +++++- projects/Ultra/linux/linux.x86_64.conf | 6 +++++- 10 files changed, 50 insertions(+), 10 deletions(-) diff --git a/projects/ATV/linux/linux.i386.conf b/projects/ATV/linux/linux.i386.conf index 2629b2c957..13378a328c 100644 --- a/projects/ATV/linux/linux.i386.conf +++ b/projects/ATV/linux/linux.i386.conf @@ -2397,7 +2397,11 @@ CONFIG_EXT4_USE_FOR_EXT23=y # CONFIG_EXT4_DEBUG is not set CONFIG_JBD2=y # CONFIG_REISERFS_FS is not set -# CONFIG_JFS_FS is not set +CONFIG_JFS_FS=y +# CONFIG_JFS_POSIX_ACL is not set +# CONFIG_JFS_SECURITY is not set +# CONFIG_JFS_DEBUG is not set +# CONFIG_JFS_STATISTICS is not set # CONFIG_XFS_FS is not set # CONFIG_GFS2_FS is not set # CONFIG_BTRFS_FS is not set diff --git a/projects/Fusion/linux/linux.i386.conf b/projects/Fusion/linux/linux.i386.conf index f8b17b3b20..73bbb993bf 100644 --- a/projects/Fusion/linux/linux.i386.conf +++ b/projects/Fusion/linux/linux.i386.conf @@ -2666,7 +2666,11 @@ CONFIG_EXT4_USE_FOR_EXT23=y # CONFIG_EXT4_DEBUG is not set CONFIG_JBD2=y # CONFIG_REISERFS_FS is not set -# CONFIG_JFS_FS is not set +CONFIG_JFS_FS=y +# CONFIG_JFS_POSIX_ACL is not set +# CONFIG_JFS_SECURITY is not set +# CONFIG_JFS_DEBUG is not set +# CONFIG_JFS_STATISTICS is not set # CONFIG_XFS_FS is not set # CONFIG_GFS2_FS is not set # CONFIG_BTRFS_FS is not set diff --git a/projects/Fusion/linux/linux.x86_64.conf b/projects/Fusion/linux/linux.x86_64.conf index 716b3b5e88..804b832295 100644 --- a/projects/Fusion/linux/linux.x86_64.conf +++ b/projects/Fusion/linux/linux.x86_64.conf @@ -2617,7 +2617,11 @@ CONFIG_EXT4_USE_FOR_EXT23=y # CONFIG_EXT4_DEBUG is not set CONFIG_JBD2=y # CONFIG_REISERFS_FS is not set -# CONFIG_JFS_FS is not set +CONFIG_JFS_FS=y +# CONFIG_JFS_POSIX_ACL is not set +# CONFIG_JFS_SECURITY is not set +# CONFIG_JFS_DEBUG is not set +# CONFIG_JFS_STATISTICS is not set # CONFIG_XFS_FS is not set # CONFIG_GFS2_FS is not set # CONFIG_BTRFS_FS is not set diff --git a/projects/Generic/linux/linux.i386.conf b/projects/Generic/linux/linux.i386.conf index 8c101bc7a8..447173d059 100644 --- a/projects/Generic/linux/linux.i386.conf +++ b/projects/Generic/linux/linux.i386.conf @@ -2905,7 +2905,11 @@ CONFIG_EXT4_USE_FOR_EXT23=y # CONFIG_EXT4_DEBUG is not set CONFIG_JBD2=y # CONFIG_REISERFS_FS is not set -# CONFIG_JFS_FS is not set +CONFIG_JFS_FS=y +# CONFIG_JFS_POSIX_ACL is not set +# CONFIG_JFS_SECURITY is not set +# CONFIG_JFS_DEBUG is not set +# CONFIG_JFS_STATISTICS is not set # CONFIG_XFS_FS is not set # CONFIG_GFS2_FS is not set # CONFIG_BTRFS_FS is not set diff --git a/projects/Generic_OSS/linux/linux.i386.conf b/projects/Generic_OSS/linux/linux.i386.conf index 9c5d0bb513..c89c06a132 100644 --- a/projects/Generic_OSS/linux/linux.i386.conf +++ b/projects/Generic_OSS/linux/linux.i386.conf @@ -2908,7 +2908,11 @@ CONFIG_EXT4_USE_FOR_EXT23=y # CONFIG_EXT4_DEBUG is not set CONFIG_JBD2=y # CONFIG_REISERFS_FS is not set -# CONFIG_JFS_FS is not set +CONFIG_JFS_FS=y +# CONFIG_JFS_POSIX_ACL is not set +# CONFIG_JFS_SECURITY is not set +# CONFIG_JFS_DEBUG is not set +# CONFIG_JFS_STATISTICS is not set # CONFIG_XFS_FS is not set # CONFIG_GFS2_FS is not set # CONFIG_BTRFS_FS is not set diff --git a/projects/ION/linux/linux.i386.conf b/projects/ION/linux/linux.i386.conf index 7f2ec533fa..9db318ddb4 100644 --- a/projects/ION/linux/linux.i386.conf +++ b/projects/ION/linux/linux.i386.conf @@ -2704,7 +2704,11 @@ CONFIG_EXT4_USE_FOR_EXT23=y # CONFIG_EXT4_DEBUG is not set CONFIG_JBD2=y # CONFIG_REISERFS_FS is not set -# CONFIG_JFS_FS is not set +CONFIG_JFS_FS=y +# CONFIG_JFS_POSIX_ACL is not set +# CONFIG_JFS_SECURITY is not set +# CONFIG_JFS_DEBUG is not set +# CONFIG_JFS_STATISTICS is not set # CONFIG_XFS_FS is not set # CONFIG_GFS2_FS is not set # CONFIG_BTRFS_FS is not set diff --git a/projects/ION/linux/linux.x86_64.conf b/projects/ION/linux/linux.x86_64.conf index 940ab984d2..97344046ad 100644 --- a/projects/ION/linux/linux.x86_64.conf +++ b/projects/ION/linux/linux.x86_64.conf @@ -2656,7 +2656,11 @@ CONFIG_EXT4_USE_FOR_EXT23=y # CONFIG_EXT4_DEBUG is not set CONFIG_JBD2=y # CONFIG_REISERFS_FS is not set -# CONFIG_JFS_FS is not set +CONFIG_JFS_FS=y +# CONFIG_JFS_POSIX_ACL is not set +# CONFIG_JFS_SECURITY is not set +# CONFIG_JFS_DEBUG is not set +# CONFIG_JFS_STATISTICS is not set # CONFIG_XFS_FS is not set # CONFIG_GFS2_FS is not set # CONFIG_BTRFS_FS is not set diff --git a/projects/Intel/linux/linux.i386.conf b/projects/Intel/linux/linux.i386.conf index 3c2353ea03..3c8c5d7ac8 100644 --- a/projects/Intel/linux/linux.i386.conf +++ b/projects/Intel/linux/linux.i386.conf @@ -2770,7 +2770,11 @@ CONFIG_EXT4_USE_FOR_EXT23=y # CONFIG_EXT4_DEBUG is not set CONFIG_JBD2=y # CONFIG_REISERFS_FS is not set -# CONFIG_JFS_FS is not set +CONFIG_JFS_FS=y +# CONFIG_JFS_POSIX_ACL is not set +# CONFIG_JFS_SECURITY is not set +# CONFIG_JFS_DEBUG is not set +# CONFIG_JFS_STATISTICS is not set # CONFIG_XFS_FS is not set # CONFIG_GFS2_FS is not set # CONFIG_BTRFS_FS is not set diff --git a/projects/Intel/linux/linux.x86_64.conf b/projects/Intel/linux/linux.x86_64.conf index 39035525d2..cfb5efd741 100644 --- a/projects/Intel/linux/linux.x86_64.conf +++ b/projects/Intel/linux/linux.x86_64.conf @@ -2718,7 +2718,11 @@ CONFIG_EXT4_USE_FOR_EXT23=y # CONFIG_EXT4_DEBUG is not set CONFIG_JBD2=y # CONFIG_REISERFS_FS is not set -# CONFIG_JFS_FS is not set +CONFIG_JFS_FS=y +# CONFIG_JFS_POSIX_ACL is not set +# CONFIG_JFS_SECURITY is not set +# CONFIG_JFS_DEBUG is not set +# CONFIG_JFS_STATISTICS is not set # CONFIG_XFS_FS is not set # CONFIG_GFS2_FS is not set # CONFIG_BTRFS_FS is not set diff --git a/projects/Ultra/linux/linux.x86_64.conf b/projects/Ultra/linux/linux.x86_64.conf index 7d8419d6b1..75217ffd4f 100644 --- a/projects/Ultra/linux/linux.x86_64.conf +++ b/projects/Ultra/linux/linux.x86_64.conf @@ -2465,7 +2465,11 @@ CONFIG_EXT4_USE_FOR_EXT23=y # CONFIG_EXT4_DEBUG is not set CONFIG_JBD2=y # CONFIG_REISERFS_FS is not set -# CONFIG_JFS_FS is not set +CONFIG_JFS_FS=y +# CONFIG_JFS_POSIX_ACL is not set +# CONFIG_JFS_SECURITY is not set +# CONFIG_JFS_DEBUG is not set +# CONFIG_JFS_STATISTICS is not set # CONFIG_XFS_FS is not set # CONFIG_GFS2_FS is not set # CONFIG_BTRFS_FS is not set From e05cae9bf0154175c1ddd064ccd09eb6bfeb4301 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 21 Sep 2011 22:20:23 +0200 Subject: [PATCH 6/8] xbmc: add patch to disable building of docs in ffmpeg Signed-off-by: Stephan Raue --- ...-disable_building_of_ffmpeg_docs-0.1.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/mediacenter/xbmc/patches/xbmc-10.1-Dharma-231-disable_building_of_ffmpeg_docs-0.1.patch diff --git a/packages/mediacenter/xbmc/patches/xbmc-10.1-Dharma-231-disable_building_of_ffmpeg_docs-0.1.patch b/packages/mediacenter/xbmc/patches/xbmc-10.1-Dharma-231-disable_building_of_ffmpeg_docs-0.1.patch new file mode 100644 index 0000000000..9e4230005c --- /dev/null +++ b/packages/mediacenter/xbmc/patches/xbmc-10.1-Dharma-231-disable_building_of_ffmpeg_docs-0.1.patch @@ -0,0 +1,19 @@ +diff -Naur xbmc-10.1-Dharma/configure.in xbmc-10.1-Dharma.patch/configure.in +--- xbmc-10.1-Dharma/configure.in 2011-03-08 02:49:24.000000000 +0100 ++++ xbmc-10.1-Dharma.patch/configure.in 2011-09-21 22:13:32.305639980 +0200 +@@ -1613,6 +1613,7 @@ + --extra-cflags="$CFLAGS -w -D_DARWIN_C_SOURCE -Dattribute_deprecated=" \ + --disable-amd3dnow \ + --disable-static \ ++ --disable-doc \ + `if test "$use_debug" = "no"; then echo --disable-debug; fi` \ + --disable-muxers \ + --enable-muxer=spdif \ +@@ -1644,6 +1645,7 @@ + ./configure \ + --extra-cflags="$PASSED_CFLAGS $FFMPEG_EXTRACFLAGS" \ + --disable-static \ ++ --disable-doc \ + `if test "$use_debug" = "no"; then echo --disable-debug; fi` \ + `if test "$cross_compiling" = "yes"; then echo --enable-cross-compile; fi` \ + `if test "$use_arch" != "no"; then echo --arch=$use_arch; fi`\ From 1210e8ee83b7786cf343bd6916b4e3db62dd7097 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 22 Sep 2011 11:36:17 +0200 Subject: [PATCH 7/8] projects/*/linux: add WideView DVB USB support Signed-off-by: Stephan Raue --- projects/ATV/linux/linux.i386.conf | 2 +- projects/Fusion/linux/linux.i386.conf | 2 +- projects/Fusion/linux/linux.x86_64.conf | 2 +- projects/Generic/linux/linux.i386.conf | 2 +- projects/Generic_OSS/linux/linux.i386.conf | 2 +- projects/ION/linux/linux.i386.conf | 2 +- projects/ION/linux/linux.x86_64.conf | 2 +- projects/Intel/linux/linux.i386.conf | 2 +- projects/Intel/linux/linux.x86_64.conf | 2 +- projects/Ultra/linux/linux.x86_64.conf | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/projects/ATV/linux/linux.i386.conf b/projects/ATV/linux/linux.i386.conf index 13378a328c..f4dafef112 100644 --- a/projects/ATV/linux/linux.i386.conf +++ b/projects/ATV/linux/linux.i386.conf @@ -1573,7 +1573,7 @@ CONFIG_DVB_USB_DIB0700=m # CONFIG_DVB_USB_GP8PSK is not set # CONFIG_DVB_USB_NOVA_T_USB2 is not set # CONFIG_DVB_USB_TTUSB2 is not set -# CONFIG_DVB_USB_DTT200U is not set +CONFIG_DVB_USB_DTT200U=m # CONFIG_DVB_USB_OPERA1 is not set CONFIG_DVB_USB_AF9005=m CONFIG_DVB_USB_AF9005_REMOTE=m diff --git a/projects/Fusion/linux/linux.i386.conf b/projects/Fusion/linux/linux.i386.conf index 73bbb993bf..b0c5ff9e3a 100644 --- a/projects/Fusion/linux/linux.i386.conf +++ b/projects/Fusion/linux/linux.i386.conf @@ -1806,7 +1806,7 @@ CONFIG_DVB_USB_DIB0700=m # CONFIG_DVB_USB_GP8PSK is not set # CONFIG_DVB_USB_NOVA_T_USB2 is not set # CONFIG_DVB_USB_TTUSB2 is not set -# CONFIG_DVB_USB_DTT200U is not set +CONFIG_DVB_USB_DTT200U=m # CONFIG_DVB_USB_OPERA1 is not set CONFIG_DVB_USB_AF9005=m CONFIG_DVB_USB_AF9005_REMOTE=m diff --git a/projects/Fusion/linux/linux.x86_64.conf b/projects/Fusion/linux/linux.x86_64.conf index 804b832295..4012725dc5 100644 --- a/projects/Fusion/linux/linux.x86_64.conf +++ b/projects/Fusion/linux/linux.x86_64.conf @@ -1764,7 +1764,7 @@ CONFIG_DVB_USB_DIB0700=m # CONFIG_DVB_USB_GP8PSK is not set # CONFIG_DVB_USB_NOVA_T_USB2 is not set # CONFIG_DVB_USB_TTUSB2 is not set -# CONFIG_DVB_USB_DTT200U is not set +CONFIG_DVB_USB_DTT200U=m # CONFIG_DVB_USB_OPERA1 is not set CONFIG_DVB_USB_AF9005=m CONFIG_DVB_USB_AF9005_REMOTE=m diff --git a/projects/Generic/linux/linux.i386.conf b/projects/Generic/linux/linux.i386.conf index 447173d059..83f9e311d4 100644 --- a/projects/Generic/linux/linux.i386.conf +++ b/projects/Generic/linux/linux.i386.conf @@ -1948,7 +1948,7 @@ CONFIG_DVB_USB_DIB0700=m # CONFIG_DVB_USB_GP8PSK is not set # CONFIG_DVB_USB_NOVA_T_USB2 is not set # CONFIG_DVB_USB_TTUSB2 is not set -# CONFIG_DVB_USB_DTT200U is not set +CONFIG_DVB_USB_DTT200U=m # CONFIG_DVB_USB_OPERA1 is not set CONFIG_DVB_USB_AF9005=m CONFIG_DVB_USB_AF9005_REMOTE=m diff --git a/projects/Generic_OSS/linux/linux.i386.conf b/projects/Generic_OSS/linux/linux.i386.conf index c89c06a132..6bd55be6d4 100644 --- a/projects/Generic_OSS/linux/linux.i386.conf +++ b/projects/Generic_OSS/linux/linux.i386.conf @@ -1949,7 +1949,7 @@ CONFIG_DVB_USB_DIB0700=m # CONFIG_DVB_USB_GP8PSK is not set # CONFIG_DVB_USB_NOVA_T_USB2 is not set # CONFIG_DVB_USB_TTUSB2 is not set -# CONFIG_DVB_USB_DTT200U is not set +CONFIG_DVB_USB_DTT200U=m # CONFIG_DVB_USB_OPERA1 is not set CONFIG_DVB_USB_AF9005=m CONFIG_DVB_USB_AF9005_REMOTE=m diff --git a/projects/ION/linux/linux.i386.conf b/projects/ION/linux/linux.i386.conf index 9db318ddb4..d60763bf84 100644 --- a/projects/ION/linux/linux.i386.conf +++ b/projects/ION/linux/linux.i386.conf @@ -1824,7 +1824,7 @@ CONFIG_DVB_USB_DIB0700=m # CONFIG_DVB_USB_GP8PSK is not set # CONFIG_DVB_USB_NOVA_T_USB2 is not set # CONFIG_DVB_USB_TTUSB2 is not set -# CONFIG_DVB_USB_DTT200U is not set +CONFIG_DVB_USB_DTT200U=m # CONFIG_DVB_USB_OPERA1 is not set CONFIG_DVB_USB_AF9005=m CONFIG_DVB_USB_AF9005_REMOTE=m diff --git a/projects/ION/linux/linux.x86_64.conf b/projects/ION/linux/linux.x86_64.conf index 97344046ad..0c24f1d785 100644 --- a/projects/ION/linux/linux.x86_64.conf +++ b/projects/ION/linux/linux.x86_64.conf @@ -1774,7 +1774,7 @@ CONFIG_DVB_USB_DIB0700=m # CONFIG_DVB_USB_GP8PSK is not set # CONFIG_DVB_USB_NOVA_T_USB2 is not set # CONFIG_DVB_USB_TTUSB2 is not set -# CONFIG_DVB_USB_DTT200U is not set +CONFIG_DVB_USB_DTT200U=m # CONFIG_DVB_USB_OPERA1 is not set CONFIG_DVB_USB_AF9005=m CONFIG_DVB_USB_AF9005_REMOTE=m diff --git a/projects/Intel/linux/linux.i386.conf b/projects/Intel/linux/linux.i386.conf index 3c8c5d7ac8..ea8e9218bd 100644 --- a/projects/Intel/linux/linux.i386.conf +++ b/projects/Intel/linux/linux.i386.conf @@ -1865,7 +1865,7 @@ CONFIG_DVB_USB_DIB0700=m # CONFIG_DVB_USB_GP8PSK is not set # CONFIG_DVB_USB_NOVA_T_USB2 is not set # CONFIG_DVB_USB_TTUSB2 is not set -# CONFIG_DVB_USB_DTT200U is not set +CONFIG_DVB_USB_DTT200U=m # CONFIG_DVB_USB_OPERA1 is not set CONFIG_DVB_USB_AF9005=m CONFIG_DVB_USB_AF9005_REMOTE=m diff --git a/projects/Intel/linux/linux.x86_64.conf b/projects/Intel/linux/linux.x86_64.conf index cfb5efd741..9f54a06f99 100644 --- a/projects/Intel/linux/linux.x86_64.conf +++ b/projects/Intel/linux/linux.x86_64.conf @@ -1819,7 +1819,7 @@ CONFIG_DVB_USB_DIB0700=m # CONFIG_DVB_USB_GP8PSK is not set # CONFIG_DVB_USB_NOVA_T_USB2 is not set # CONFIG_DVB_USB_TTUSB2 is not set -# CONFIG_DVB_USB_DTT200U is not set +CONFIG_DVB_USB_DTT200U=m # CONFIG_DVB_USB_OPERA1 is not set CONFIG_DVB_USB_AF9005=m CONFIG_DVB_USB_AF9005_REMOTE=m diff --git a/projects/Ultra/linux/linux.x86_64.conf b/projects/Ultra/linux/linux.x86_64.conf index 75217ffd4f..5cec2afa40 100644 --- a/projects/Ultra/linux/linux.x86_64.conf +++ b/projects/Ultra/linux/linux.x86_64.conf @@ -1663,7 +1663,7 @@ CONFIG_DVB_USB_DIB0700=m # CONFIG_DVB_USB_GP8PSK is not set # CONFIG_DVB_USB_NOVA_T_USB2 is not set # CONFIG_DVB_USB_TTUSB2 is not set -# CONFIG_DVB_USB_DTT200U is not set +CONFIG_DVB_USB_DTT200U=m # CONFIG_DVB_USB_OPERA1 is not set CONFIG_DVB_USB_AF9005=m CONFIG_DVB_USB_AF9005_REMOTE=m From aaf8639d7094898de88657a01fadfa71439437eb Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 22 Sep 2011 22:45:55 +0200 Subject: [PATCH 8/8] linux: update to linux-3.1-rc7 Signed-off-by: Stephan Raue --- packages/linux/meta | 2 +- ..._crosscompile.patch => linux-3.1-rc7-000_crosscompile.patch} | 0 ...dev_console.patch => linux-3.1-rc7-003-no_dev_console.patch} | 0 ...tch => linux-3.1-rc7-004_lower_undefined_mode_timeout.patch} | 0 ...06_enable_utf8.patch => linux-3.1-rc7-006_enable_utf8.patch} | 0 ..._floppy_die.patch => linux-3.1-rc7-007_die_floppy_die.patch} | 0 ...=> linux-3.1-rc7-009_disable_i8042_check_on_apple_mac.patch} | 0 ...ver.patch => linux-3.1-rc7-050_add_appleir_usb_driver.patch} | 0 ....1.patch => linux-3.1-rc7-052-aureal_remote_quirk-0.1.patch} | 0 ..._remote-0.1.patch => linux-3.1-rc7-053-ati_remote-0.1.patch} | 0 ...nux-3.1-rc7-053_ati-remote_all_keys_and_keychange-0.1.patch} | 0 ...voton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch} | 0 ... => linux-3.1-rc7-058-add_rtl2832u_dvb-usb_driver-0.1.patch} | 0 ...c7-059-rtl2832u_change_value_of_USB_PID_GTEK_WARM-0.1.patch} | 0 ...ch => linux-3.1-rc7-060-fix_dib0700_buffer_access-0.1.patch} | 0 ...> linux-3.1-rc7-061-add_ITE-IT9135_dvb-usb_driver-0.1.patch} | 0 ...atch => linux-3.1-rc7-071-silence_i915_agp-module-0.1.patch} | 0 ...ppiness.patch => linux-3.1-rc7-716_mm-zero_swappiness.patch} | 0 18 files changed, 1 insertion(+), 1 deletion(-) rename packages/linux/patches/{linux-3.1-rc6-000_crosscompile.patch => linux-3.1-rc7-000_crosscompile.patch} (100%) rename packages/linux/patches/{linux-3.1-rc6-003-no_dev_console.patch => linux-3.1-rc7-003-no_dev_console.patch} (100%) rename packages/linux/patches/{linux-3.1-rc6-004_lower_undefined_mode_timeout.patch => linux-3.1-rc7-004_lower_undefined_mode_timeout.patch} (100%) rename packages/linux/patches/{linux-3.1-rc6-006_enable_utf8.patch => linux-3.1-rc7-006_enable_utf8.patch} (100%) rename packages/linux/patches/{linux-3.1-rc6-007_die_floppy_die.patch => linux-3.1-rc7-007_die_floppy_die.patch} (100%) rename packages/linux/patches/{linux-3.1-rc6-009_disable_i8042_check_on_apple_mac.patch => linux-3.1-rc7-009_disable_i8042_check_on_apple_mac.patch} (100%) rename packages/linux/patches/{linux-3.1-rc6-050_add_appleir_usb_driver.patch => linux-3.1-rc7-050_add_appleir_usb_driver.patch} (100%) rename packages/linux/patches/{linux-3.1-rc6-052-aureal_remote_quirk-0.1.patch => linux-3.1-rc7-052-aureal_remote_quirk-0.1.patch} (100%) rename packages/linux/patches/{linux-3.1-rc6-053-ati_remote-0.1.patch => linux-3.1-rc7-053-ati_remote-0.1.patch} (100%) rename packages/linux/patches/{linux-3.1-rc6-053_ati-remote_all_keys_and_keychange-0.1.patch => linux-3.1-rc7-053_ati-remote_all_keys_and_keychange-0.1.patch} (100%) rename packages/linux/patches/{linux-3.1-rc6-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch => linux-3.1-rc7-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch} (100%) rename packages/linux/patches/{linux-3.1-rc6-058-add_rtl2832u_dvb-usb_driver-0.1.patch => linux-3.1-rc7-058-add_rtl2832u_dvb-usb_driver-0.1.patch} (100%) rename packages/linux/patches/{linux-3.1-rc6-059-rtl2832u_change_value_of_USB_PID_GTEK_WARM-0.1.patch => linux-3.1-rc7-059-rtl2832u_change_value_of_USB_PID_GTEK_WARM-0.1.patch} (100%) rename packages/linux/patches/{linux-3.1-rc6-060-fix_dib0700_buffer_access-0.1.patch => linux-3.1-rc7-060-fix_dib0700_buffer_access-0.1.patch} (100%) rename packages/linux/patches/{linux-3.1-rc6-061-add_ITE-IT9135_dvb-usb_driver-0.1.patch => linux-3.1-rc7-061-add_ITE-IT9135_dvb-usb_driver-0.1.patch} (100%) rename packages/linux/patches/{linux-3.1-rc6-071-silence_i915_agp-module-0.1.patch => linux-3.1-rc7-071-silence_i915_agp-module-0.1.patch} (100%) rename packages/linux/patches/{linux-3.1-rc6-716_mm-zero_swappiness.patch => linux-3.1-rc7-716_mm-zero_swappiness.patch} (100%) diff --git a/packages/linux/meta b/packages/linux/meta index a329116c4e..6985512c33 100644 --- a/packages/linux/meta +++ b/packages/linux/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="linux" -PKG_VERSION="3.1-rc6" +PKG_VERSION="3.1-rc7" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" diff --git a/packages/linux/patches/linux-3.1-rc6-000_crosscompile.patch b/packages/linux/patches/linux-3.1-rc7-000_crosscompile.patch similarity index 100% rename from packages/linux/patches/linux-3.1-rc6-000_crosscompile.patch rename to packages/linux/patches/linux-3.1-rc7-000_crosscompile.patch diff --git a/packages/linux/patches/linux-3.1-rc6-003-no_dev_console.patch b/packages/linux/patches/linux-3.1-rc7-003-no_dev_console.patch similarity index 100% rename from packages/linux/patches/linux-3.1-rc6-003-no_dev_console.patch rename to packages/linux/patches/linux-3.1-rc7-003-no_dev_console.patch diff --git a/packages/linux/patches/linux-3.1-rc6-004_lower_undefined_mode_timeout.patch b/packages/linux/patches/linux-3.1-rc7-004_lower_undefined_mode_timeout.patch similarity index 100% rename from packages/linux/patches/linux-3.1-rc6-004_lower_undefined_mode_timeout.patch rename to packages/linux/patches/linux-3.1-rc7-004_lower_undefined_mode_timeout.patch diff --git a/packages/linux/patches/linux-3.1-rc6-006_enable_utf8.patch b/packages/linux/patches/linux-3.1-rc7-006_enable_utf8.patch similarity index 100% rename from packages/linux/patches/linux-3.1-rc6-006_enable_utf8.patch rename to packages/linux/patches/linux-3.1-rc7-006_enable_utf8.patch diff --git a/packages/linux/patches/linux-3.1-rc6-007_die_floppy_die.patch b/packages/linux/patches/linux-3.1-rc7-007_die_floppy_die.patch similarity index 100% rename from packages/linux/patches/linux-3.1-rc6-007_die_floppy_die.patch rename to packages/linux/patches/linux-3.1-rc7-007_die_floppy_die.patch diff --git a/packages/linux/patches/linux-3.1-rc6-009_disable_i8042_check_on_apple_mac.patch b/packages/linux/patches/linux-3.1-rc7-009_disable_i8042_check_on_apple_mac.patch similarity index 100% rename from packages/linux/patches/linux-3.1-rc6-009_disable_i8042_check_on_apple_mac.patch rename to packages/linux/patches/linux-3.1-rc7-009_disable_i8042_check_on_apple_mac.patch diff --git a/packages/linux/patches/linux-3.1-rc6-050_add_appleir_usb_driver.patch b/packages/linux/patches/linux-3.1-rc7-050_add_appleir_usb_driver.patch similarity index 100% rename from packages/linux/patches/linux-3.1-rc6-050_add_appleir_usb_driver.patch rename to packages/linux/patches/linux-3.1-rc7-050_add_appleir_usb_driver.patch diff --git a/packages/linux/patches/linux-3.1-rc6-052-aureal_remote_quirk-0.1.patch b/packages/linux/patches/linux-3.1-rc7-052-aureal_remote_quirk-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.1-rc6-052-aureal_remote_quirk-0.1.patch rename to packages/linux/patches/linux-3.1-rc7-052-aureal_remote_quirk-0.1.patch diff --git a/packages/linux/patches/linux-3.1-rc6-053-ati_remote-0.1.patch b/packages/linux/patches/linux-3.1-rc7-053-ati_remote-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.1-rc6-053-ati_remote-0.1.patch rename to packages/linux/patches/linux-3.1-rc7-053-ati_remote-0.1.patch diff --git a/packages/linux/patches/linux-3.1-rc6-053_ati-remote_all_keys_and_keychange-0.1.patch b/packages/linux/patches/linux-3.1-rc7-053_ati-remote_all_keys_and_keychange-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.1-rc6-053_ati-remote_all_keys_and_keychange-0.1.patch rename to packages/linux/patches/linux-3.1-rc7-053_ati-remote_all_keys_and_keychange-0.1.patch diff --git a/packages/linux/patches/linux-3.1-rc6-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch b/packages/linux/patches/linux-3.1-rc7-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch similarity index 100% rename from packages/linux/patches/linux-3.1-rc6-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch rename to packages/linux/patches/linux-3.1-rc7-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch diff --git a/packages/linux/patches/linux-3.1-rc6-058-add_rtl2832u_dvb-usb_driver-0.1.patch b/packages/linux/patches/linux-3.1-rc7-058-add_rtl2832u_dvb-usb_driver-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.1-rc6-058-add_rtl2832u_dvb-usb_driver-0.1.patch rename to packages/linux/patches/linux-3.1-rc7-058-add_rtl2832u_dvb-usb_driver-0.1.patch diff --git a/packages/linux/patches/linux-3.1-rc6-059-rtl2832u_change_value_of_USB_PID_GTEK_WARM-0.1.patch b/packages/linux/patches/linux-3.1-rc7-059-rtl2832u_change_value_of_USB_PID_GTEK_WARM-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.1-rc6-059-rtl2832u_change_value_of_USB_PID_GTEK_WARM-0.1.patch rename to packages/linux/patches/linux-3.1-rc7-059-rtl2832u_change_value_of_USB_PID_GTEK_WARM-0.1.patch diff --git a/packages/linux/patches/linux-3.1-rc6-060-fix_dib0700_buffer_access-0.1.patch b/packages/linux/patches/linux-3.1-rc7-060-fix_dib0700_buffer_access-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.1-rc6-060-fix_dib0700_buffer_access-0.1.patch rename to packages/linux/patches/linux-3.1-rc7-060-fix_dib0700_buffer_access-0.1.patch diff --git a/packages/linux/patches/linux-3.1-rc6-061-add_ITE-IT9135_dvb-usb_driver-0.1.patch b/packages/linux/patches/linux-3.1-rc7-061-add_ITE-IT9135_dvb-usb_driver-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.1-rc6-061-add_ITE-IT9135_dvb-usb_driver-0.1.patch rename to packages/linux/patches/linux-3.1-rc7-061-add_ITE-IT9135_dvb-usb_driver-0.1.patch diff --git a/packages/linux/patches/linux-3.1-rc6-071-silence_i915_agp-module-0.1.patch b/packages/linux/patches/linux-3.1-rc7-071-silence_i915_agp-module-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.1-rc6-071-silence_i915_agp-module-0.1.patch rename to packages/linux/patches/linux-3.1-rc7-071-silence_i915_agp-module-0.1.patch diff --git a/packages/linux/patches/linux-3.1-rc6-716_mm-zero_swappiness.patch b/packages/linux/patches/linux-3.1-rc7-716_mm-zero_swappiness.patch similarity index 100% rename from packages/linux/patches/linux-3.1-rc6-716_mm-zero_swappiness.patch rename to packages/linux/patches/linux-3.1-rc7-716_mm-zero_swappiness.patch