Re: [LEDE-DEV] [PATCH] luarocks: allow building for the host

2017-11-10 Thread Enrico Mioso
Thank you very much for your reply. I opened a pull request, but I was thinking it was closed, but I wasn't. This is what happen when you read things "late night". I sent my patches over e-mail because I was thinking I missed something on github. Thank you all and sorry for the confusion. Enrico

[LEDE-DEV] [PATCH] ldbus: add new package

2017-11-09 Thread Enrico Mioso
This package contains "ldbus": LUA bindings to interact with the DBUS message bus, and services connected to it. See https://github.com/daurnimator/ldbus for more details. Signed-off-by: Enrico Mioso --- lang/ldbus/Makefile | 63 +++

[LEDE-DEV] [PATCH] luarocks: allow building for the host

2017-11-09 Thread Enrico Mioso
Allow building luarocks for the host-side, thus making luarocks-based LUA modules packging easier. Given the extensive use of LUA in LEDE/OpenWRT, I think it's worth having the luarocks tool available. Signed-off-by: Enrico Mioso --- lang/luarocks/Makefile | 18 ++ 1

[LEDE-DEV] luarocks and ldbus pull request: help needed

2017-11-06 Thread Enrico Mioso
Hello guys. First of all, thank you very much for your work on the LEDE / OpenWRT project. I apreciate it very much, and not only for technical and ethical reasons... your code is so much skilled it's impressive. I wanted to contribute some changes to the packages feed: https://github.com/openw

[LEDE-DEV] [PATCH] ramips: let the "reserved" MTD partition be RO

2017-05-30 Thread Enrico Mioso
The "reserved" partition should probably be read-only, just in case. Even not knowing it's content, other devices have marked it as such, so it seems a good idea to do so also for this device. Signed-off-by: Enrico Mioso CC: Mathias Kresin CC: Hanqing Wong --- target/linux/r