[OpenWrt-Devel] [PATCH v1] Remove LED GPIO definitions in MQmaker WiTi device tree

2015-12-27 Thread Sebastian Careba
LED's were defined wrong in the device tree file, they are hardware driven because they are connected directly to the switch chip and wireless chips respectively, thus no GPIO addresses are assigned to them. It is safe to remove them from the device tree file to stop confusion. Signed-off-b

[OpenWrt-Devel] [PATCH v1] LED were defined wrong in the device tree file, they are connected directly to the switch chip and wireless chips respectively, thus no GPIO addresses are assigned to them.

2015-12-27 Thread Sebastian Careba
Signed-off-by: Sebastian Careba --- target/linux/ramips/dts/WITI.dts | 19 --- 1 file changed, 19 deletions(-) diff --git a/target/linux/ramips/dts/WITI.dts b/target/linux/ramips/dts/WITI.dts index 9b03147..fe60de6 100644 --- a/target/linux/ramips/dts/WITI.dts +++ b/target/linux/

[OpenWrt-Devel] [PATCH 1/1] package/libs/libtool: package libtool

2015-12-27 Thread Heinrich Schuchardt
Up to now only package libtldl is created form source package GNU libtool. A new package libtool containing libtoolize is provided. Signed-off-by: Heinrich Schuchardt --- package/libs/libtool/Makefile | 39 +++ 1 file changed, 39 insertions(+) diff --git a/p

[OpenWrt-Devel] Fwd: [PATCH] [imx6] Add U-BOOT Makefile option for i.MX6q SABRE board

2015-12-27 Thread Keno Fischer
U-BOOT ships with the `mx6qsabresd` configuration file to configure a bootloader suitable for booting the Freescale i.MX6q SABRE evaluation board from SD card. Expose this option in the uboot-imx6 Makefile. Signed-off-by: Keno Fischer --- Resending this after fixing my subscription settings to o