diff options
author | John Crispin <blogic@openwrt.org> | 2012-07-24 16:50:14 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-07-24 16:50:14 +0000 |
commit | 2991af7a056bcd564cf591b48e4ef3ef43091bc7 (patch) | |
tree | f6677a5c56b653c5b46b57054a83f9ecb6675569 /target/linux/generic/patches-3.3/729-phy-tantos.patch | |
parent | 33b2ded9b9edd39561803823d397a55f639365a0 (diff) | |
download | master-187ad058-2991af7a056bcd564cf591b48e4ef3ef43091bc7.tar.gz master-187ad058-2991af7a056bcd564cf591b48e4ef3ef43091bc7.tar.bz2 master-187ad058-2991af7a056bcd564cf591b48e4ef3ef43091bc7.zip |
[generic] make tantos switch select ETHERNET_PACKET_MANGLE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32795 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.3/729-phy-tantos.patch')
-rw-r--r-- | target/linux/generic/patches-3.3/729-phy-tantos.patch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/patches-3.3/729-phy-tantos.patch b/target/linux/generic/patches-3.3/729-phy-tantos.patch index 890d40c4d6..1938bed6a6 100644 --- a/target/linux/generic/patches-3.3/729-phy-tantos.patch +++ b/target/linux/generic/patches-3.3/729-phy-tantos.patch @@ -8,6 +8,7 @@ +config PSB6970_PHY + tristate "Lantiq XWAY Tantos (PSB6970) Ethernet switch" + select SWCONFIG ++ select ETHERNET_PACKET_MANGLE --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile @@ -28,6 +28,7 @@ obj-$(CONFIG_RTL8366RB_PHY) += rtl8366rb |