Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#1208 - Add support for Sky SR102 (brcm63xx) router which already can run patched OpenWrt #6566

Closed
openwrt-bot opened this issue Dec 6, 2017 · 5 comments
Labels

Comments

@openwrt-bot
Copy link

ppuzr:

Sky SR102 can run patched OpenWrt mentioned on https://wiki.openwrt.org/toh/sky/sr102

The patch file can be found in that link and is quite small. I tried openwrt-sr102-limited-whole-image-with-luci.zip from that page and it worked. I suppose it should be relatively easy for LEDE to support it?

The patch file has inconsistent board_name, e.g. bskyb_63168, sr102, sr_102 , so some LED lights don't work and the router isn't accessible by network by default, I had to configure the network using serial console:

uci set network.lan.ifname='eth0.1'
uci set network.wan.ifname='eth0.2'
uci add network switch
uci set network.@switch[0].name='switch0'
uci set network.@switch[0].reset='1'
uci set network.@switch[0].enable_vlan='1'
uci add network switch_vlan
uci set network.@switch_vlan[0].device='switch0'
uci set network.@switch_vlan[0].vlan='1'
uci set network.@switch_vlan[0].ports='0 1 2 8t'
uci add network switch_vlan
uci set network.@switch_vlan[1].device='switch0'
uci set network.@switch_vlan[1].vlan='2'
uci set network.@switch_vlan[1].ports='3 8t'

@openwrt-bot
Copy link
Author

andrius:

Same patch but ported to newer OpenWrt 18.06.

Note that I haven't fixed those VLAN interfaces, I still had to run commands above.

@openwrt-bot
Copy link
Author

andrius:

Attach a patch with switch_vlan configuration.

Now network should be properly set up on.

@openwrt-bot
Copy link
Author

mkresin:

Either send a patch or create a pull request if you have working code in place (see https://openwrt.org/submitting-patches)

@openwrt-bot
Copy link
Author

andrius:

OK, I sent and email to openwrt-devel mailing list. Hopefully it will go through.

I couldn't sign up for mailing list myself as https://lists.infradead.org/mailman/listinfo/openwrt-devel seems to be down here.

@openwrt-bot
Copy link
Author

francisuk1989:

@andrius Štikonas there was also a rebranding of the same model with a now tv green logo, This is a NR701 (GPL in the openwrt wiki) Also with the CPU been a dual core is best build would be smp then generic

https://imgur.com/a/NJBgwYU SR102
https://imgur.com/5Cq38Sd NR701

Switch port '8' is the integrated Gigabit connection to the Processor core, which is vlan tagged. Broadband port is a VDSL/ADSL so no support here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant