I've tried to compile trunk for the WBMR-HP-G300H (annex A) too, and I have a few problems/questions.
1. Building issues
I did the following:
make distclean
svn update
./scripts/feeds update -a
./scripts/feeds install -a
echo CONFIG_TARGET_lantiq_xway_WBMRA=y >.config
make defconfig
make download
make
but my .config keeps resetting to "CONFIG_TARGET_ar71xx=y" after I "make defconfig". It looks as if there are some leftovers from a previous build I made that are not cleaned up by "make distclean". The result is I end up without usable *image.bin files in the bin/lantiq directory. Any ideas?
EDIT - maybe I found out. When I create an initial, minimal .config, I have to specify target and subtargets and create my .config like this:
CONFIG_TARGET_lantiq=y
CONFIG_TARGET_lantiq_xway=y
CONFIG_TARGET_lantiq_xway_WBMRA=y
2. You mention ADSL line status additions for LuCI. I've been hoping for something like this for some time; Are they included in the source tree? How do I enable them in menuconfig?
I would use your build (and I will try it anyway ), but I'd much prefer to make my own because I want to include some stuff like openvpn and usb/samba (small fileserver) and exclude ipv6, at least until it's mature enough.
Any help will be appreciated!
(Last edited by bassman on 2 Feb 2013, 15:50)