[OpenWrt-Devel] [PATCH] Update isc-dhcp to 4.2.5-P1 (Packages_12.09)

2013-10-05 Thread Steven Haigh
Based on packages_12.09: Signed-off-by: Steven Haigh Index: net/isc-dhcp/Makefile === --- net/isc-dhcp/Makefile (revision 38305) +++ net/isc-dhcp/Makefile (working copy) @@ -9,12 +9,12 @@ PKG_NAME:=isc-dhcp UPSTREAM_N

[OpenWrt-Devel] [PATCH] Update bind to 9.4.4 (Packages_12.09)

2013-10-05 Thread Steven Haigh
Based on packages_12.09: Signed-off-by: Steven Haigh Index: net/bind/Makefile === --- net/bind/Makefile (revision 38305) +++ net/bind/Makefile (working copy) @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bind -PKG_VE

[OpenWrt-Devel] [PATCH] iwinfo: make 'type' visible in wrapped iwinfo

2013-10-05 Thread Nathan Hintz
There are several cases within 'luci' that attempt to access the interface 'type' from within the 'type' specific meta tables; however, 'type' is not currently available there. Replicate the common metadata in the 'type' specific meta tables. Signed-off-by: Nathan Hintz --- package/network/util