diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2005-10-29 11:07:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-29 11:07:03 +0000 |
commit | cd109e770ae5ffe77146276f2f935a4c93b37973 (patch) | |
tree | b05c71eb3b4a80214ca6e446e19b53da88946e58 /packages | |
parent | d2487d0aa3a5337ea34beb5861c71970b5c2cbd7 (diff) |
packages/linux/nslu2-kernel/2.6.14/90-pegasus.patch packages/linux/nslu2-kernel_2.6.14.bb: added patch to support Philips CPWUE01/00 usb network adapter
This patch is already accepted by the pegasus.h maintainer for inclusion in the next mainstream release.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/nslu2-kernel/2.6.14/90-pegasus.patch | 13 | ||||
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.14.bb | 3 |
2 files changed, 15 insertions, 1 deletions
diff --git a/packages/linux/nslu2-kernel/2.6.14/90-pegasus.patch b/packages/linux/nslu2-kernel/2.6.14/90-pegasus.patch new file mode 100644 index 0000000000..ab80672135 --- /dev/null +++ b/packages/linux/nslu2-kernel/2.6.14/90-pegasus.patch @@ -0,0 +1,13 @@ +*** linux-2.6.13/drivers/usb/net/pegasus.h.orig Mon Aug 29 01:41:01 2005 +--- linux-2.6.13/drivers/usb/net/pegasus.h Sat Oct 22 20:51:29 2005 +*************** +*** 181,186 **** +--- 181,188 ---- + DEFAULT_GPIO_RESET ) + PEGASUS_DEV( "SpeedStream USB 10/100 Ethernet", VENDOR_ACCTON, 0x5046, + DEFAULT_GPIO_RESET | PEGASUS_II ) ++ PEGASUS_DEV( "Philips CPWUE01/00 USB 10/100 Ethernet", VENDOR_ACCTON, 0xb004, ++ DEFAULT_GPIO_RESET | PEGASUS_II ) + PEGASUS_DEV( "ADMtek ADM8511 \"Pegasus II\" USB Ethernet", + VENDOR_ADMTEK, 0x8511, + DEFAULT_GPIO_RESET | PEGASUS_II | HAS_HOME_PNA ) diff --git a/packages/linux/nslu2-kernel_2.6.14.bb b/packages/linux/nslu2-kernel_2.6.14.bb index 3dd07788bf..c378ed712a 100644 --- a/packages/linux/nslu2-kernel_2.6.14.bb +++ b/packages/linux/nslu2-kernel_2.6.14.bb @@ -8,7 +8,7 @@ PR_CONFIG = "1" # Increment the number below (i.e. the digits after PR) when # making changes within this file or for changes to the patches # applied to the kernel. -PR = "r0.${PR_CONFIG}" +PR = "r1.${PR_CONFIG}" include nslu2-kernel.inc @@ -40,6 +40,7 @@ N2K_PATCHES = "\ file://60-nslu2-beeper.patch;patch=1 \ file://70-nslu2-io.patch;patch=1 \ file://75-nslu2-leds.patch;patch=1 \ + file://90-pegasus.patch;patch=1 \ file://anonymiser.patch;patch=1 \ " |