This patch changes option disabled to '0' as the package has init file and
could be made disabled in System->Startup. It is difficult for new users
to edit /etc/config/udpxy manually.
Signed-off-by: Nerijus Baliūnas
---
diff --git a/net/udpxy/files/udpxy.conf b/net/udpxy/files/udp
2015-09-19 23:48, Nerijus Baliunas rašė:
rt305x has a rgmii that the switch connects to. however we dont have
support in the driver for that rgmii port. you will need to first atch
the driver to support the rgmii interface and then hook up the switch
driver.
drivers/net/phy/ar8216.c already has
2017-07-19 04:02, Sergey Ryazanov rašė:
Linksys WRT300N v2.0 has Marvell 88e6060 switch. But ixp4xx arch does not
have
its driver enabled (ar71xx has it). I added CONFIG_NET_DSA_MV88E6060=m,
but when I modprobe mv88e6060.ko, nothing happens. It seems driver does not
hook
on any hardware:
T
2017-07-21 00:36, Sergey Ryazanov rašė:
No received/sent packets on br-lan and eth0 before and after modprobe
mv88e6060.ko.
Did you saw the "Marvel 88E6060 PHY driver attached" string in the
kernel messages? If so then at least the driver detects switch chip.
No. BTW, do I understand corr
2017-07-21 01:41, Sergey Ryazanov rašė:
You should disable CONFIG_NET_DSA_MV88E6060 and select only
CONFIG_MVSWITCH_PHY=y option. This two different drivers, the first
one is mainstream Linux driver, and the second one is OpenWRT specific
driver, which is mach more simple and small.
2017-07-21 19:48, Nerijus Baliūnas via Lede-dev rašė:
How do I configure vlan? Here I changed eth0 to eth0.1:
config interface 'lan'
option type 'bridge'
option ifname 'eth0.1'
option proto 'static'
option ipaddr '192.
2017-07-23 21:38, Florian Fainelli rašė:
Does not work. Do I need to have swconfig installed in order to
get the switch working? Because by default it is not installed.
Yes, it is necessary with this switch driver to have swconfig installed,
otherwise nothing would
push CLEAN configurations
Hello,
I am using openwrt-19.07 branch, CONFIG_TARGET_brcm47xx, device is Option
Globesurfer III.
I have an older openwrt image from 2015 with kernel 3.3.8, where 3g modem is
seen by lsusb:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Fo
echo out > /sys/class/gpio/gpio7/direction
echo out > /sys/class/gpio/gpio4/direction
echo 1 > /sys/class/gpio/gpio4/value
echo out > /sys/class/gpio/gpio5/direction
echo 1 > /sys/class/gpio/gpio5/value
2020-08-14 15:32, Nerijus Baliūnas wrote:
Hello,
I am using openwrt-19.07
Signed-off-by: Nerijus Baliūnas
Index: net/udpxy/Makefile
===
--- net/udpxy/Makefile (revision 29245)
+++ net/udpxy/Makefile (working copy)
@@ -42,6 +42,8 @@
INSTALLROOT="$(PKG_INSTALL_DIR)/usr"
define Pac
This patch obsoletes http://patchwork.openwrt.org/patch/1600/ and
updates udpxy to version 1.0-Chipmunk-build21.
Signed-off-by: Nerijus Baliūnas
Index: packages/net/udpxy/Makefile
===
--- packages/net/udpxy/Makefile (revision 29357
On Wed, 30 Nov 2011 00:53:41 +0200 Nerijus Baliūnas
wrote:
> This patch obsoletes http://patchwork.openwrt.org/patch/1600/ and
> updates udpxy to version 1.0-Chipmunk-build21.
This patch updates version to 1.0.21-2.
Signed-off-by: Nerijus Baliūnas
Index: packages/net/udpxy/Ma
12 matches
Mail list logo