Firmware Version:
master: Freifunk Berlin Development 91b6ae0 -> think all others too
What is the problem?
boxes got a DSL port (FritzBox 7360x, 3370..) -> WAN not configurable via LuCI due missing packages:
luci-proto-ppp
luci-proto-ipv6
ppp
ppp-mod-pppoe
What is the expected behaviour?
WAN should be configurable via LuCI - expecially to switch: DSL_WAN to LAN_WAN
(OpenWRT stable/snapshot needed packages are not missing)
Workaround/Solutions:
direct use of DSL_uplink is not done in most cases and setting it up not k.i.s.s. .
- set WAN default to DHCP -> prevents WAN is not configurable via LuCI due missing ppp_xx packages:
/firmware/openwrt/target/linux/lantiq/base-files/etc/board.d/02_network
ucidef_set_interface_wan "$interface_wan" "dhcp"
or set it via Freifunk wizard.
- remove all xDSL related packages - if DSL_uplink is needed, manually download packages and set it up after wizard
/firmware/packagelists/..
# add/enable to prevent Luci DSL_WAN no proto bug
-luci-proto-ppp
-luci-proto-ipv6
-ppp
-ppp-mod-pppoe
# remove lantiq xDSL: xway_ADSL (EasyBox803..) and xrx200_xDSL (FritzBox 7360x, 3370..)
-ppp-mod-pppoa
-kmod-ppp
-linux-atm
-ltq-adsl-app
-kmod-ltq-atm-ar9
-kmod-ltq-adsl-ar9
-kmod-ltq-adsl-ar9-mei
-kmod-ltq-adsl-ar9-fw-a
-kmod-ltq-adsl-ar9-fw-b
-kmod-ltq-atm-danube
-kmod-ltq-adsl-danube
-kmod-ltq-adsl-danube-fw-a
-kmod-ltq-adsl-danube-fw-b
-kmod-ltq-adsl-danube-mei
-br2684ctl
-bspatch
-dsl-vrx200-firmware-xdsl-a
-dsl-vrx200-firmware-xdsl-b-patch
-kmod-atm
-kmod-ltq-atm-vr9
-kmod-ltq-deu-vr9
-kmod-ltq-ifxos
-kmod-ltq-ptm-vr9
-kmod-ltq-vdsl-vr9
-kmod-ltq-vdsl-vr9-mei
-linux-atm
-ltq-vdsl-app
-ltq-vdsl-vr9-vectoring-fw-installer
# Voice over IP (most boxes no support)
-kmod-ltq-tapi
-kmod-ltq-vmmc
Firmware Version:
master: Freifunk Berlin Development 91b6ae0 -> think all others too
What is the problem?
boxes got a DSL port (FritzBox 7360x, 3370..) -> WAN not configurable via LuCI due missing packages:
What is the expected behaviour?
WAN should be configurable via LuCI - expecially to switch: DSL_WAN to LAN_WAN
(OpenWRT stable/snapshot needed packages are not missing)
Workaround/Solutions:
direct use of DSL_uplink is not done in most cases and setting it up not k.i.s.s. .
or set it via Freifunk wizard.
/firmware/packagelists/..