[OpenWrt-Devel] [PATCH] nghttp2: Fix pkgconfig file

2019-11-02 Thread Rosen Penev
lib and includedir point to the host, not staging_dir. Note that prefix and exec_prefix is overriden to point to staging_dir. As CMAKE_INSTTALL is passed, switched InstallDev to use cmake.mk's rule. Signed-off-by: Rosen Penev --- package/libs/nghttp2/Makefile | 12 +--- 1 file changed,

Re: [OpenWrt-Devel] ath79: add support for Netgear WNDR4300 - patches mixed

2019-11-02 Thread Adrian Schmutzler
Already did that. Adrian On 3 November 2019 00:59:18 CET, Michal Cieslakiewicz wrote: >Hello John, > >It looks like WNDR4300 support patches have been duplicated in the >master tree, that is: >commit 9b6f89c37fc9c2e23cc123bd7b5cf9a1f8dc301a - this is proper and >latest v3 patch, that does not c

[OpenWrt-Devel] ath79: add support for Netgear WNDR4300 - patches mixed

2019-11-02 Thread Michal Cieslakiewicz
Hello John, It looks like WNDR4300 support patches have been duplicated in the master tree, that is: commit 9b6f89c37fc9c2e23cc123bd7b5cf9a1f8dc301a - this is proper and latest v3 patch, that does not create nand-netgear.mk file as Adrian advised and updates nand.mk instead then appears: commit cd

[OpenWrt-Devel] [PATCHv2] tools/pkg-config: Replace with pkgconf

2019-11-02 Thread Rosen Penev
pkgconf is a newer, actively maintained implementation of pkg-config that supports more aspects of the pkg-config file specification and provides a library interface that applications can use to incorporate intelligent handling of pkg-config files into themselves (such as build file generators, IDE

[OpenWrt-Devel] [PATCH] tools/pkg-config: Replace with pkgconf

2019-11-02 Thread Rosen Penev
pkgconf is a newer, actively maintained implementation of pkg-config that supports more aspects of the pkg-config file specification and provides a library interface that applications can use to incorporate intelligent handling of pkg-config files into themselves (such as build file generators, IDE

[OpenWrt-Devel] [PATCH] libevent2: Fix pkgconfig directories

2019-11-02 Thread Rosen Penev
includedir and libdir are set to /usr/include and /usr/lib . This breaks compilation with packages such as tmux that use pkgconfig to find libevent Also added PKG_LICENSE_FILES. Simplified the InstallDev section by using cmake.mk's default rule. Signed-off-by: Rosen Penev --- package/libs/libe

Re: [OpenWrt-Devel] uhttpd/luci/rpcd is broken?

2019-11-02 Thread e9hack
Hi, it looks like that the parsing routine rpc_luci_get_host_hints_uci() in lusi.c does crash if a host entry in /etc/config/dhcp doesn't contain a name option. Regards, Hartmut ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://li

[OpenWrt-Devel] [openwrt] Patch notification: 1 patch updated

2019-11-02 Thread Patchwork
Hello, The following patch (submitted by you) has been updated in Patchwork: * openwrt: [OpenWrt-Devel,v2] hostapd: add IEEE 802.11k support - http://patchwork.ozlabs.org/patch/1187696/ - for: OpenWrt development was: New now: Accepted This email is a notification only - you d

Re: [OpenWrt-Devel] uhttpd/luci/rpcd is broken?

2019-11-02 Thread Jo-Philipp Wich
Hi, thanks for checking. Can you please pm me your /tmp/dhcp.leases, /tmp/hosts/odhcpd and /etc/config/dhcp? Thanks! ~ Jo ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] uhttpd/luci/rpcd is broken?

2019-11-02 Thread e9hack
Am 02.11.2019 um 14:44 schrieb Jo-Philipp Wich: > Hi, > > please try to find out which procedure is crashing rpcd by testing the > following commands: > > - ubus call luci-rpc getHostHints > > The one that hangs/times out is the culprit. > getHostHints lets crash rpcd. Regards, Hartmut _

Re: [OpenWrt-Devel] [PATCH v3 1/2] ramips: Update ZBT WE1026 DTS-files

2019-11-02 Thread Kristian Evensen
Hi, On Sat, Nov 2, 2019 at 3:18 PM Kristian Evensen wrote: > Acked-by: Mathias Kresin > Acked-by: Alex Maclean > Acked-by: INAGAKI Hiroshi > Acked-by: Petr Štetiar I was a bit too fast when sending this patch and forgot to add the ones who have ACKed the proposed change to the recipient list

[OpenWrt-Devel] [PATCH v3 0/2] Add support for the ZBT WE1026-H

2019-11-02 Thread Kristian Evensen
This patch series adds support for the ZBT WE1026-H, an outdoor AP with support for adding an internal LTE modem. The first patch restructures the DTS files for the WE0126-5G slightly and adds a WE1026 DTSI-file, containing descriptions of the components that are shared between the WE0126-5G and th

[OpenWrt-Devel] [PATCH v3 2/2] ramips: Add support for ZBT WE1026-H

2019-11-02 Thread Kristian Evensen
This commit adds support for the ZBT WE1026-H, an outdoor AP with support for adding an internal LTE modem. The detailed specs are: * CPU: MT7620A * 2x 10/100Mbps Ethernet (LAN port has passive PoE support). * 16/32 MB Flash. * 128/256 MB RAM. * 1x USB 2.0 port. * 1x mini-PCIe slot (only USB2.0 bu

[OpenWrt-Devel] [PATCH v3 1/2] ramips: Update ZBT WE1026 DTS-files

2019-11-02 Thread Kristian Evensen
This commit makes the following changes to the WE1026 DTS-files: * The parts that are unique to the -5G-version (LED and 5GHz wifi) are moved to a separate file, so that WE1026.dtsi can be referenced also by the DTS for the -H version. * Changed button from polled to interrupt. * Use the generic "

Re: [OpenWrt-Devel] uhttpd/luci/rpcd is broken?

2019-11-02 Thread Jo-Philipp Wich
Hi, please try to find out which procedure is crashing rpcd by testing the following commands: - ubus call luci-rpc getNetworkDevices - ubus call luci-rpc getWirelessDevices - ubus call luci-rpc getHostHints - ubus call luci-rpc getBoardJSON - ubus call luci-rpc getDSLStatus - ubus call luci-rpc

[OpenWrt-Devel] uhttpd/luci/rpcd is broken?

2019-11-02 Thread e9hack
Hi, it looks like that uhttpd/luci/rpcd is broken. After login in the web interface, it shows for most pages "Status: Loading View" and after a few seconds "Error XHR request timed out". Reloading the page results in: /usr/lib/lua/luci/dispatcher.lua:254: /etc/config/luci seems to be corrupt,

Re: [OpenWrt-Devel] [PATCH 1/4] dnsmasq: Activate LTO

2019-11-02 Thread Hauke Mehrtens
On 11/1/19 10:08 PM, Rosen Penev wrote: > On Fri, Nov 1, 2019 at 1:55 PM Hauke Mehrtens wrote: >> >> This decreases the binary size when PIE ASLR is activated by 8% on MIPS BE. > A small note on LTO: > > These packages do not generate libraries, but sometimes, LTO messes up > dynamic linking (sta

Re: [OpenWrt-Devel] [PATCH] rules.mk: remove "$(STAGING_DIR)/include"

2019-11-02 Thread Sebastian Kemper
On Fri, Nov 01, 2019 at 01:04:04PM -0700, Rosen Penev wrote: > On Fri, Nov 1, 2019 at 12:21 PM Sebastian Kemper wrote: > > > > On Fri, Nov 01, 2019 at 12:06:39PM -0700, Rosen Penev wrote: > > > Would it also make sense to remove $(STAGING_DIR)/lib ? Locally, it > > > seems libpam gets installed th